Shades of Tahiti Gold #DE7D21
Tints of Tahiti Gold #DE7D21
RGB
CMYK
RGB Variations
Color information
#DE7D21 (or 0xDE7D21) is known color: Tahiti Gold. HEX triplet: DE, 7D and 21. RGB value is (222,125,33). Sum of RGB (Red+Green+Blue) = 222+125+33=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D21 is #2182DE. Grayscale: #8F8F8F. Windows color (decimal): -2196191 or 2194910. OLE color: 2194910.
HSL color Cylindrical-coordinate representation of color #DE7D21: hue angle of 29.21º 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 #DE7D21 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 33 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.13 |
| HSL | 29.21º | 0.74% | 0.5% | - |
| HSV(B) | 29.21º | 0.85% | 0.87% | - |
| XYZ | 37.73 | 30.31 | 5.3 | - |
| YUV | 143.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 33 | 0 | 0.44 | 0.85 | 0.13 | 29.21 | 0.74 | 0.5 |
| Hex | DE | 7D | 21 | 0 | 2C | 55 | D | 1D | 4A | 32 |
| Octal | 336 | 175 | 41 | 0 | 54 | 125 | 15 | 35 | 112 | 62 |
| Binary | 11011110 | 1111101 | 100001 | 0 | 101100 | 1010101 | 1101 | 11101 | 1001010 | 110010 |
Color Harmonies of #DE7D21
Complementary color
Monochromatic Colors of #DE7D21
Black with #DE7D21
Text Example
Text Example
White with #DE7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D21; }
p { color: rgb(222,125,33); }
H1.HeaderClassName
{
color: #DE7D21;
}
.AnyTagClassName
{
color: #DE7D21;
}
</style>
background-color css
<style>
a { background-color: #DE7D21; }
a { background-color: rgb(222,125,33); }
div.DivClassName
{
background-color: #DE7D21;
}
.BgClassName
{
background-color: #DE7D21;
}
</style>
border-color css
<style>
span { border-color: #DE7D21; }
span { border-color: rgb(222,125,33); }
td.TdClassName
{
border-color: #DE7D21;
}
.TagClassName
{
border-color: #DE7D21;
}
</style>