Duodecimal to Hexadecimal Converter

Convert Duodecimal (Base 12) to Hexadecimal (Base 16) with step-by-step solution.

Valid digits: 0123456789AB
255 (Base 12) = 161 (Base 16)
Step-by-Step Solution
1Convert Duodecimal to Decimal:

Each digit × 12^position:

DigitValuePositionCalculationResult
2222 × 12^2288
5515 × 12^160
5505 × 12^05
Sum: 288 + 60 + 5 = 353
2Convert Decimal to Hexadecimal:

Divide by 16, collect remainders:

StepDividend÷ 16QuotientRemainderDigit
1353÷ 162211
222÷ 16166
31÷ 16011
Read bottom to top: 161
3Result:
255 (Base 12) = 161 (Base 16)

Conversion Table

DecimalDuodecimalHexadecimal
000
111
222
333
444
555
666
777
888
999
10AA
1513F
161410
201814
322820

255 (Base 12) in All Bases

Number SystemBaseValue
Binary2101100001
Octal8541
Decimal10353
Hexadecimal16161
Ternary3111002
Quaternary411201
Quinary52403
Senary61345
Septenary71013
Vigesimal20HD
Duotrigesimal32B1
Hexatrigesimal369T

Popular Conversions

How to Convert Duodecimal to Hexadecimal

To convert from Duodecimal (base 12) to Hexadecimal (base 16), first convert to decimal, then convert from decimal to Hexadecimal.

About Duodecimal

Dozen system, highly divisible. Uses digits: 0123456789AB

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF