Shades of Tahiti Gold #DE8021
Tints of Tahiti Gold #DE8021
RGB
CMYK
RGB Variations
Color information
#DE8021 (or 0xDE8021) is known color: Tahiti Gold. HEX triplet: DE, 80 and 21. RGB value is (222,128,33). Sum of RGB (Red+Green+Blue) = 222+128+33=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8021 is #217FDE. Grayscale: #919191. Windows color (decimal): -2195423 or 2195678. OLE color: 2195678.
HSL color Cylindrical-coordinate representation of color #DE8021: hue angle of 30.16º 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 #DE8021 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 33 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.13 |
| HSL | 30.16º | 0.74% | 0.5% | - |
| HSV(B) | 30.16º | 0.85% | 0.87% | - |
| XYZ | 38.12 | 31.08 | 5.43 | - |
| YUV | 145.28 | 64.64 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 33 | 0 | 0.42 | 0.85 | 0.13 | 30.16 | 0.74 | 0.5 |
| Hex | DE | 80 | 21 | 0 | 2A | 55 | D | 1E | 4A | 32 |
| Octal | 336 | 200 | 41 | 0 | 52 | 125 | 15 | 36 | 112 | 62 |
| Binary | 11011110 | 10000000 | 100001 | 0 | 101010 | 1010101 | 1101 | 11110 | 1001010 | 110010 |
Color Harmonies of #DE8021
Complementary color
Monochromatic Colors of #DE8021
Black with #DE8021
Text Example
Text Example
White with #DE8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8021; }
p { color: rgb(222,128,33); }
H1.HeaderClassName
{
color: #DE8021;
}
.AnyTagClassName
{
color: #DE8021;
}
</style>
background-color css
<style>
a { background-color: #DE8021; }
a { background-color: rgb(222,128,33); }
div.DivClassName
{
background-color: #DE8021;
}
.BgClassName
{
background-color: #DE8021;
}
</style>
border-color css
<style>
span { border-color: #DE8021; }
span { border-color: rgb(222,128,33); }
td.TdClassName
{
border-color: #DE8021;
}
.TagClassName
{
border-color: #DE8021;
}
</style>