Shades of Tahiti Gold #DE6D28
Tints of Tahiti Gold #DE6D28
RGB
CMYK
RGB Variations
Color information
#DE6D28 (or 0xDE6D28) is known color: Tahiti Gold. HEX triplet: DE, 6D and 28. RGB value is (222,109,40). Sum of RGB (Red+Green+Blue) = 222+109+40=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D28 is #2192D7. Grayscale: #878787. Windows color (decimal): -2200280 or 2649566. OLE color: 2649566.
HSL color Cylindrical-coordinate representation of color #DE6D28: hue angle of 22.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE6D28 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 40 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.13 |
| HSL | 22.75º | 0.73% | 0.51% | - |
| HSV(B) | 22.75º | 0.82% | 0.87% | - |
| XYZ | 35.98 | 26.62 | 5.25 | - |
| YUV | 134.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 40 | 0 | 0.51 | 0.82 | 0.13 | 22.75 | 0.73 | 0.51 |
| Hex | DE | 6D | 28 | 0 | 33 | 52 | D | 17 | 49 | 33 |
| Octal | 336 | 155 | 50 | 0 | 63 | 122 | 15 | 27 | 111 | 63 |
| Binary | 11011110 | 1101101 | 101000 | 0 | 110011 | 1010010 | 1101 | 10111 | 1001001 | 110011 |
Color Harmonies of #DE6D28
Complementary color
Monochromatic Colors of #DE6D28
Black with #DE6D28
Text Example
Text Example
White with #DE6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D28; }
p { color: rgb(222,109,40); }
H1.HeaderClassName
{
color: #DE6D28;
}
.AnyTagClassName
{
color: #DE6D28;
}
</style>
background-color css
<style>
a { background-color: #DE6D28; }
a { background-color: rgb(222,109,40); }
div.DivClassName
{
background-color: #DE6D28;
}
.BgClassName
{
background-color: #DE6D28;
}
</style>
border-color css
<style>
span { border-color: #DE6D28; }
span { border-color: rgb(222,109,40); }
td.TdClassName
{
border-color: #DE6D28;
}
.TagClassName
{
border-color: #DE6D28;
}
</style>