Shades of Tahiti Gold #DE7D1E
Tints of Tahiti Gold #DE7D1E
RGB
CMYK
RGB Variations
Color information
#DE7D1E (or 0xDE7D1E) is known color: Tahiti Gold. HEX triplet: DE, 7D and 1E. RGB value is (222,125,30). Sum of RGB (Red+Green+Blue) = 222+125+30=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D1E is #2182E1. Grayscale: #8F8F8F. Windows color (decimal): -2196194 or 1998302. OLE color: 1998302.
HSL color Cylindrical-coordinate representation of color #DE7D1E: hue angle of 29.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE7D1E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.13 |
| HSL | 29.69º | 0.76% | 0.49% | - |
| HSV(B) | 29.69º | 0.86% | 0.87% | - |
| XYZ | 37.69 | 30.29 | 5.09 | - |
| YUV | 143.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 30 | 0 | 0.44 | 0.86 | 0.13 | 29.69 | 0.76 | 0.49 |
| Hex | DE | 7D | 1E | 0 | 2C | 56 | D | 1E | 4C | 31 |
| Octal | 336 | 175 | 36 | 0 | 54 | 126 | 15 | 36 | 114 | 61 |
| Binary | 11011110 | 1111101 | 11110 | 0 | 101100 | 1010110 | 1101 | 11110 | 1001100 | 110001 |
Color Harmonies of #DE7D1E
Complementary color
Monochromatic Colors of #DE7D1E
Black with #DE7D1E
Text Example
Text Example
White with #DE7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D1E; }
p { color: rgb(222,125,30); }
H1.HeaderClassName
{
color: #DE7D1E;
}
.AnyTagClassName
{
color: #DE7D1E;
}
</style>
background-color css
<style>
a { background-color: #DE7D1E; }
a { background-color: rgb(222,125,30); }
div.DivClassName
{
background-color: #DE7D1E;
}
.BgClassName
{
background-color: #DE7D1E;
}
</style>
border-color css
<style>
span { border-color: #DE7D1E; }
span { border-color: rgb(222,125,30); }
td.TdClassName
{
border-color: #DE7D1E;
}
.TagClassName
{
border-color: #DE7D1E;
}
</style>