Shades of Tahiti Gold #DD6D20
Tints of Tahiti Gold #DD6D20
RGB
CMYK
RGB Variations
Color information
#DD6D20 (or 0xDD6D20) is known color: Tahiti Gold. HEX triplet: DD, 6D and 20. RGB value is (221,109,32). Sum of RGB (Red+Green+Blue) = 221+109+32=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D20 is #2292DF. Grayscale: #868686. Windows color (decimal): -2265824 or 2125277. OLE color: 2125277.
HSL color Cylindrical-coordinate representation of color #DD6D20: hue angle of 24.44º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6D20 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 32 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.13 |
| HSL | 24.44º | 0.75% | 0.5% | - |
| HSV(B) | 24.44º | 0.86% | 0.87% | - |
| XYZ | 35.55 | 26.41 | 4.59 | - |
| YUV | 133.71 | 70.61 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 32 | 0 | 0.51 | 0.86 | 0.13 | 24.44 | 0.75 | 0.5 |
| Hex | DD | 6D | 20 | 0 | 33 | 56 | D | 18 | 4B | 32 |
| Octal | 335 | 155 | 40 | 0 | 63 | 126 | 15 | 30 | 113 | 62 |
| Binary | 11011101 | 1101101 | 100000 | 0 | 110011 | 1010110 | 1101 | 11000 | 1001011 | 110010 |
Color Harmonies of #DD6D20
Complementary color
Monochromatic Colors of #DD6D20
Black with #DD6D20
Text Example
Text Example
White with #DD6D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D20; }
p { color: rgb(221,109,32); }
H1.HeaderClassName
{
color: #DD6D20;
}
.AnyTagClassName
{
color: #DD6D20;
}
</style>
background-color css
<style>
a { background-color: #DD6D20; }
a { background-color: rgb(221,109,32); }
div.DivClassName
{
background-color: #DD6D20;
}
.BgClassName
{
background-color: #DD6D20;
}
</style>
border-color css
<style>
span { border-color: #DD6D20; }
span { border-color: rgb(221,109,32); }
td.TdClassName
{
border-color: #DD6D20;
}
.TagClassName
{
border-color: #DD6D20;
}
</style>