Shades of Tahiti Gold #DD6926
Tints of Tahiti Gold #DD6926
RGB
CMYK
RGB Variations
Color information
#DD6926 (or 0xDD6926) is known color: Tahiti Gold. HEX triplet: DD, 69 and 26. RGB value is (221,105,38). Sum of RGB (Red+Green+Blue) = 221+105+38=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6926 is #2296D9. Grayscale: #848484. Windows color (decimal): -2266842 or 2517469. OLE color: 2517469.
HSL color Cylindrical-coordinate representation of color #DD6926: hue angle of 21.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD6926 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 38 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.13 |
| HSL | 21.97º | 0.73% | 0.51% | - |
| HSV(B) | 21.97º | 0.83% | 0.87% | - |
| XYZ | 35.22 | 25.62 | 4.92 | - |
| YUV | 132.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 38 | 0 | 0.52 | 0.83 | 0.13 | 21.97 | 0.73 | 0.51 |
| Hex | DD | 69 | 26 | 0 | 34 | 53 | D | 16 | 49 | 33 |
| Octal | 335 | 151 | 46 | 0 | 64 | 123 | 15 | 26 | 111 | 63 |
| Binary | 11011101 | 1101001 | 100110 | 0 | 110100 | 1010011 | 1101 | 10110 | 1001001 | 110011 |
Color Harmonies of #DD6926
Complementary color
Monochromatic Colors of #DD6926
Black with #DD6926
Text Example
Text Example
White with #DD6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6926; }
p { color: rgb(221,105,38); }
H1.HeaderClassName
{
color: #DD6926;
}
.AnyTagClassName
{
color: #DD6926;
}
</style>
background-color css
<style>
a { background-color: #DD6926; }
a { background-color: rgb(221,105,38); }
div.DivClassName
{
background-color: #DD6926;
}
.BgClassName
{
background-color: #DD6926;
}
</style>
border-color css
<style>
span { border-color: #DD6926; }
span { border-color: rgb(221,105,38); }
td.TdClassName
{
border-color: #DD6926;
}
.TagClassName
{
border-color: #DD6926;
}
</style>