Shades of Tahiti Gold #DE6C2C
Tints of Tahiti Gold #DE6C2C
RGB
CMYK
RGB Variations
Color information
#DE6C2C (or 0xDE6C2C) is known color: Tahiti Gold. HEX triplet: DE, 6C and 2C. RGB value is (222,108,44). Sum of RGB (Red+Green+Blue) = 222+108+44=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C2C is #2193D3. Grayscale: #878787. Windows color (decimal): -2200532 or 2911454. OLE color: 2911454.
HSL color Cylindrical-coordinate representation of color #DE6C2C: hue angle of 21.57º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE6C2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.13 |
| HSL | 21.57º | 0.73% | 0.52% | - |
| HSV(B) | 21.57º | 0.8% | 0.87% | - |
| XYZ | 35.94 | 26.44 | 5.59 | - |
| YUV | 134.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 44 | 0 | 0.51 | 0.80 | 0.13 | 21.57 | 0.73 | 0.52 |
| Hex | DE | 6C | 2C | 0 | 33 | 50 | D | 16 | 49 | 34 |
| Octal | 336 | 154 | 54 | 0 | 63 | 120 | 15 | 26 | 111 | 64 |
| Binary | 11011110 | 1101100 | 101100 | 0 | 110011 | 1010000 | 1101 | 10110 | 1001001 | 110100 |
Color Harmonies of #DE6C2C
Complementary color
Monochromatic Colors of #DE6C2C
Black with #DE6C2C
Text Example
Text Example
White with #DE6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C2C; }
p { color: rgb(222,108,44); }
H1.HeaderClassName
{
color: #DE6C2C;
}
.AnyTagClassName
{
color: #DE6C2C;
}
</style>
background-color css
<style>
a { background-color: #DE6C2C; }
a { background-color: rgb(222,108,44); }
div.DivClassName
{
background-color: #DE6C2C;
}
.BgClassName
{
background-color: #DE6C2C;
}
</style>
border-color css
<style>
span { border-color: #DE6C2C; }
span { border-color: rgb(222,108,44); }
td.TdClassName
{
border-color: #DE6C2C;
}
.TagClassName
{
border-color: #DE6C2C;
}
</style>