Shades of Tahiti Gold #DE722C
Tints of Tahiti Gold #DE722C
RGB
CMYK
RGB Variations
Color information
#DE722C (or 0xDE722C) is known color: Tahiti Gold. HEX triplet: DE, 72 and 2C. RGB value is (222,114,44). Sum of RGB (Red+Green+Blue) = 222+114+44=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE722C is #218DD3. Grayscale: #8A8A8A. Windows color (decimal): -2198996 or 2912990. OLE color: 2912990.
HSL color Cylindrical-coordinate representation of color #DE722C: hue angle of 23.6º 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 #DE722C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 44 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.13 |
| HSL | 23.6º | 0.73% | 0.52% | - |
| HSV(B) | 23.6º | 0.8% | 0.87% | - |
| XYZ | 36.6 | 27.75 | 5.81 | - |
| YUV | 138.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 44 | 0 | 0.49 | 0.80 | 0.13 | 23.6 | 0.73 | 0.52 |
| Hex | DE | 72 | 2C | 0 | 31 | 50 | D | 18 | 49 | 34 |
| Octal | 336 | 162 | 54 | 0 | 61 | 120 | 15 | 30 | 111 | 64 |
| Binary | 11011110 | 1110010 | 101100 | 0 | 110001 | 1010000 | 1101 | 11000 | 1001001 | 110100 |
Color Harmonies of #DE722C
Complementary color
Monochromatic Colors of #DE722C
Black with #DE722C
Text Example
Text Example
White with #DE722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE722C; }
p { color: rgb(222,114,44); }
H1.HeaderClassName
{
color: #DE722C;
}
.AnyTagClassName
{
color: #DE722C;
}
</style>
background-color css
<style>
a { background-color: #DE722C; }
a { background-color: rgb(222,114,44); }
div.DivClassName
{
background-color: #DE722C;
}
.BgClassName
{
background-color: #DE722C;
}
</style>
border-color css
<style>
span { border-color: #DE722C; }
span { border-color: rgb(222,114,44); }
td.TdClassName
{
border-color: #DE722C;
}
.TagClassName
{
border-color: #DE722C;
}
</style>