Shades of Tahiti Gold #DE7224
Tints of Tahiti Gold #DE7224
RGB
CMYK
RGB Variations
Color information
#DE7224 (or 0xDE7224) is known color: Tahiti Gold. HEX triplet: DE, 72 and 24. RGB value is (222,114,36). Sum of RGB (Red+Green+Blue) = 222+114+36=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7224 is #218DDB. Grayscale: #898989. Windows color (decimal): -2199004 or 2388702. OLE color: 2388702.
HSL color Cylindrical-coordinate representation of color #DE7224: hue angle of 25.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE7224 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 36 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.13 |
| HSL | 25.16º | 0.74% | 0.51% | - |
| HSV(B) | 25.16º | 0.84% | 0.87% | - |
| XYZ | 36.46 | 27.69 | 5.09 | - |
| YUV | 137.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 36 | 0 | 0.49 | 0.84 | 0.13 | 25.16 | 0.74 | 0.51 |
| Hex | DE | 72 | 24 | 0 | 31 | 54 | D | 19 | 4A | 33 |
| Octal | 336 | 162 | 44 | 0 | 61 | 124 | 15 | 31 | 112 | 63 |
| Binary | 11011110 | 1110010 | 100100 | 0 | 110001 | 1010100 | 1101 | 11001 | 1001010 | 110011 |
Color Harmonies of #DE7224
Complementary color
Monochromatic Colors of #DE7224
Black with #DE7224
Text Example
Text Example
White with #DE7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7224; }
p { color: rgb(222,114,36); }
H1.HeaderClassName
{
color: #DE7224;
}
.AnyTagClassName
{
color: #DE7224;
}
</style>
background-color css
<style>
a { background-color: #DE7224; }
a { background-color: rgb(222,114,36); }
div.DivClassName
{
background-color: #DE7224;
}
.BgClassName
{
background-color: #DE7224;
}
</style>
border-color css
<style>
span { border-color: #DE7224; }
span { border-color: rgb(222,114,36); }
td.TdClassName
{
border-color: #DE7224;
}
.TagClassName
{
border-color: #DE7224;
}
</style>