Shades of Tahiti Gold #DE7422
Tints of Tahiti Gold #DE7422
RGB
CMYK
RGB Variations
Color information
#DE7422 (or 0xDE7422) is known color: Tahiti Gold. HEX triplet: DE, 74 and 22. RGB value is (222,116,34). Sum of RGB (Red+Green+Blue) = 222+116+34=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7422 is #218BDD. Grayscale: #8A8A8A. Windows color (decimal): -2198494 or 2258142. OLE color: 2258142.
HSL color Cylindrical-coordinate representation of color #DE7422: hue angle of 26.17º 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 #DE7422 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 34 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.13 |
| HSL | 26.17º | 0.74% | 0.5% | - |
| HSV(B) | 26.17º | 0.85% | 0.87% | - |
| XYZ | 36.66 | 28.14 | 5.01 | - |
| YUV | 138.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 34 | 0 | 0.48 | 0.85 | 0.13 | 26.17 | 0.74 | 0.5 |
| Hex | DE | 74 | 22 | 0 | 30 | 55 | D | 1A | 4A | 32 |
| Octal | 336 | 164 | 42 | 0 | 60 | 125 | 15 | 32 | 112 | 62 |
| Binary | 11011110 | 1110100 | 100010 | 0 | 110000 | 1010101 | 1101 | 11010 | 1001010 | 110010 |
Color Harmonies of #DE7422
Complementary color
Monochromatic Colors of #DE7422
Black with #DE7422
Text Example
Text Example
White with #DE7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7422; }
p { color: rgb(222,116,34); }
H1.HeaderClassName
{
color: #DE7422;
}
.AnyTagClassName
{
color: #DE7422;
}
</style>
background-color css
<style>
a { background-color: #DE7422; }
a { background-color: rgb(222,116,34); }
div.DivClassName
{
background-color: #DE7422;
}
.BgClassName
{
background-color: #DE7422;
}
</style>
border-color css
<style>
span { border-color: #DE7422; }
span { border-color: rgb(222,116,34); }
td.TdClassName
{
border-color: #DE7422;
}
.TagClassName
{
border-color: #DE7422;
}
</style>