Shades of Tahiti Gold #DE6D24
Tints of Tahiti Gold #DE6D24
RGB
CMYK
RGB Variations
Color information
#DE6D24 (or 0xDE6D24) is known color: Tahiti Gold. HEX triplet: DE, 6D and 24. RGB value is (222,109,36). Sum of RGB (Red+Green+Blue) = 222+109+36=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D24 is #2192DB. Grayscale: #868686. Windows color (decimal): -2200284 or 2387422. OLE color: 2387422.
HSL color Cylindrical-coordinate representation of color #DE6D24: hue angle of 23.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE6D24 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 36 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.13 |
| HSL | 23.55º | 0.74% | 0.51% | - |
| HSV(B) | 23.55º | 0.84% | 0.87% | - |
| XYZ | 35.91 | 26.59 | 4.91 | - |
| YUV | 134.47 | 72.44 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 36 | 0 | 0.51 | 0.84 | 0.13 | 23.55 | 0.74 | 0.51 |
| Hex | DE | 6D | 24 | 0 | 33 | 54 | D | 18 | 4A | 33 |
| Octal | 336 | 155 | 44 | 0 | 63 | 124 | 15 | 30 | 112 | 63 |
| Binary | 11011110 | 1101101 | 100100 | 0 | 110011 | 1010100 | 1101 | 11000 | 1001010 | 110011 |
Color Harmonies of #DE6D24
Complementary color
Monochromatic Colors of #DE6D24
Black with #DE6D24
Text Example
Text Example
White with #DE6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D24; }
p { color: rgb(222,109,36); }
H1.HeaderClassName
{
color: #DE6D24;
}
.AnyTagClassName
{
color: #DE6D24;
}
</style>
background-color css
<style>
a { background-color: #DE6D24; }
a { background-color: rgb(222,109,36); }
div.DivClassName
{
background-color: #DE6D24;
}
.BgClassName
{
background-color: #DE6D24;
}
</style>
border-color css
<style>
span { border-color: #DE6D24; }
span { border-color: rgb(222,109,36); }
td.TdClassName
{
border-color: #DE6D24;
}
.TagClassName
{
border-color: #DE6D24;
}
</style>