Shades of Tahiti Gold #DE6C21
Tints of Tahiti Gold #DE6C21
RGB
CMYK
RGB Variations
Color information
#DE6C21 (or 0xDE6C21) is known color: Tahiti Gold. HEX triplet: DE, 6C and 21. RGB value is (222,108,33). Sum of RGB (Red+Green+Blue) = 222+108+33=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C21 is #2193DE. Grayscale: #858585. Windows color (decimal): -2200543 or 2190558. OLE color: 2190558.
HSL color Cylindrical-coordinate representation of color #DE6C21: hue angle of 23.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE6C21 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 33 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.13 |
| HSL | 23.81º | 0.74% | 0.5% | - |
| HSV(B) | 23.81º | 0.85% | 0.87% | - |
| XYZ | 35.76 | 26.36 | 4.64 | - |
| YUV | 133.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 33 | 0 | 0.51 | 0.85 | 0.13 | 23.81 | 0.74 | 0.5 |
| Hex | DE | 6C | 21 | 0 | 33 | 55 | D | 18 | 4A | 32 |
| Octal | 336 | 154 | 41 | 0 | 63 | 125 | 15 | 30 | 112 | 62 |
| Binary | 11011110 | 1101100 | 100001 | 0 | 110011 | 1010101 | 1101 | 11000 | 1001010 | 110010 |
Color Harmonies of #DE6C21
Complementary color
Monochromatic Colors of #DE6C21
Black with #DE6C21
Text Example
Text Example
White with #DE6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C21; }
p { color: rgb(222,108,33); }
H1.HeaderClassName
{
color: #DE6C21;
}
.AnyTagClassName
{
color: #DE6C21;
}
</style>
background-color css
<style>
a { background-color: #DE6C21; }
a { background-color: rgb(222,108,33); }
div.DivClassName
{
background-color: #DE6C21;
}
.BgClassName
{
background-color: #DE6C21;
}
</style>
border-color css
<style>
span { border-color: #DE6C21; }
span { border-color: rgb(222,108,33); }
td.TdClassName
{
border-color: #DE6C21;
}
.TagClassName
{
border-color: #DE6C21;
}
</style>