Shades of Tahiti Gold #DD6E26
Tints of Tahiti Gold #DD6E26
RGB
CMYK
RGB Variations
Color information
#DD6E26 (or 0xDD6E26) is known color: Tahiti Gold. HEX triplet: DD, 6E and 26. RGB value is (221,110,38). Sum of RGB (Red+Green+Blue) = 221+110+38=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E26 is #2291D9. Grayscale: #878787. Windows color (decimal): -2265562 or 2518749. OLE color: 2518749.
HSL color Cylindrical-coordinate representation of color #DD6E26: hue angle of 23.61º 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 #DD6E26 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 38 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.13 |
| HSL | 23.61º | 0.73% | 0.51% | - |
| HSV(B) | 23.61º | 0.83% | 0.87% | - |
| XYZ | 35.74 | 26.66 | 5.1 | - |
| YUV | 134.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 38 | 0 | 0.50 | 0.83 | 0.13 | 23.61 | 0.73 | 0.51 |
| Hex | DD | 6E | 26 | 0 | 32 | 53 | D | 18 | 49 | 33 |
| Octal | 335 | 156 | 46 | 0 | 62 | 123 | 15 | 30 | 111 | 63 |
| Binary | 11011101 | 1101110 | 100110 | 0 | 110010 | 1010011 | 1101 | 11000 | 1001001 | 110011 |
Color Harmonies of #DD6E26
Complementary color
Monochromatic Colors of #DD6E26
Black with #DD6E26
Text Example
Text Example
White with #DD6E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E26; }
p { color: rgb(221,110,38); }
H1.HeaderClassName
{
color: #DD6E26;
}
.AnyTagClassName
{
color: #DD6E26;
}
</style>
background-color css
<style>
a { background-color: #DD6E26; }
a { background-color: rgb(221,110,38); }
div.DivClassName
{
background-color: #DD6E26;
}
.BgClassName
{
background-color: #DD6E26;
}
</style>
border-color css
<style>
span { border-color: #DD6E26; }
span { border-color: rgb(221,110,38); }
td.TdClassName
{
border-color: #DD6E26;
}
.TagClassName
{
border-color: #DD6E26;
}
</style>