Shades of Tahiti Gold #DE8121
Tints of Tahiti Gold #DE8121
RGB
CMYK
RGB Variations
Color information
#DE8121 (or 0xDE8121) is known color: Tahiti Gold. HEX triplet: DE, 81 and 21. RGB value is (222,129,33). Sum of RGB (Red+Green+Blue) = 222+129+33=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8121 is #217EDE. Grayscale: #929292. Windows color (decimal): -2195167 or 2195934. OLE color: 2195934.
HSL color Cylindrical-coordinate representation of color #DE8121: hue angle of 30.48º 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 #DE8121 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 33 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.13 |
| HSL | 30.48º | 0.74% | 0.5% | - |
| HSV(B) | 30.48º | 0.85% | 0.87% | - |
| XYZ | 38.25 | 31.34 | 5.47 | - |
| YUV | 145.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 33 | 0 | 0.42 | 0.85 | 0.13 | 30.48 | 0.74 | 0.5 |
| Hex | DE | 81 | 21 | 0 | 2A | 55 | D | 1E | 4A | 32 |
| Octal | 336 | 201 | 41 | 0 | 52 | 125 | 15 | 36 | 112 | 62 |
| Binary | 11011110 | 10000001 | 100001 | 0 | 101010 | 1010101 | 1101 | 11110 | 1001010 | 110010 |
Color Harmonies of #DE8121
Complementary color
Monochromatic Colors of #DE8121
Black with #DE8121
Text Example
Text Example
White with #DE8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8121; }
p { color: rgb(222,129,33); }
H1.HeaderClassName
{
color: #DE8121;
}
.AnyTagClassName
{
color: #DE8121;
}
</style>
background-color css
<style>
a { background-color: #DE8121; }
a { background-color: rgb(222,129,33); }
div.DivClassName
{
background-color: #DE8121;
}
.BgClassName
{
background-color: #DE8121;
}
</style>
border-color css
<style>
span { border-color: #DE8121; }
span { border-color: rgb(222,129,33); }
td.TdClassName
{
border-color: #DE8121;
}
.TagClassName
{
border-color: #DE8121;
}
</style>