Shades of Tahiti Gold #DE6C28
Tints of Tahiti Gold #DE6C28
RGB
CMYK
RGB Variations
Color information
#DE6C28 (or 0xDE6C28) is known color: Tahiti Gold. HEX triplet: DE, 6C and 28. RGB value is (222,108,40). Sum of RGB (Red+Green+Blue) = 222+108+40=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C28 is #2193D7. Grayscale: #868686. Windows color (decimal): -2200536 or 2649310. OLE color: 2649310.
HSL color Cylindrical-coordinate representation of color #DE6C28: hue angle of 22.42º 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 #DE6C28 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 40 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.13 |
| HSL | 22.42º | 0.73% | 0.51% | - |
| HSV(B) | 22.42º | 0.82% | 0.87% | - |
| XYZ | 35.87 | 26.41 | 5.21 | - |
| YUV | 134.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 40 | 0 | 0.51 | 0.82 | 0.13 | 22.42 | 0.73 | 0.51 |
| Hex | DE | 6C | 28 | 0 | 33 | 52 | D | 16 | 49 | 33 |
| Octal | 336 | 154 | 50 | 0 | 63 | 122 | 15 | 26 | 111 | 63 |
| Binary | 11011110 | 1101100 | 101000 | 0 | 110011 | 1010010 | 1101 | 10110 | 1001001 | 110011 |
Color Harmonies of #DE6C28
Complementary color
Monochromatic Colors of #DE6C28
Black with #DE6C28
Text Example
Text Example
White with #DE6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C28; }
p { color: rgb(222,108,40); }
H1.HeaderClassName
{
color: #DE6C28;
}
.AnyTagClassName
{
color: #DE6C28;
}
</style>
background-color css
<style>
a { background-color: #DE6C28; }
a { background-color: rgb(222,108,40); }
div.DivClassName
{
background-color: #DE6C28;
}
.BgClassName
{
background-color: #DE6C28;
}
</style>
border-color css
<style>
span { border-color: #DE6C28; }
span { border-color: rgb(222,108,40); }
td.TdClassName
{
border-color: #DE6C28;
}
.TagClassName
{
border-color: #DE6C28;
}
</style>