Shades of Tahiti Gold #DE721D
Tints of Tahiti Gold #DE721D
RGB
CMYK
RGB Variations
Color information
#DE721D (or 0xDE721D) is known color: Tahiti Gold. HEX triplet: DE, 72 and 1D. RGB value is (222,114,29). Sum of RGB (Red+Green+Blue) = 222+114+29=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE721D is #218DE2. Grayscale: #898989. Windows color (decimal): -2199011 or 1929950. OLE color: 1929950.
HSL color Cylindrical-coordinate representation of color #DE721D: hue angle of 26.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE721D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.13 |
| HSL | 26.42º | 0.77% | 0.49% | - |
| HSV(B) | 26.42º | 0.87% | 0.87% | - |
| XYZ | 36.36 | 27.65 | 4.58 | - |
| YUV | 136.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 29 | 0 | 0.49 | 0.87 | 0.13 | 26.42 | 0.77 | 0.49 |
| Hex | DE | 72 | 1D | 0 | 31 | 57 | D | 1A | 4D | 31 |
| Octal | 336 | 162 | 35 | 0 | 61 | 127 | 15 | 32 | 115 | 61 |
| Binary | 11011110 | 1110010 | 11101 | 0 | 110001 | 1010111 | 1101 | 11010 | 1001101 | 110001 |
Color Harmonies of #DE721D
Complementary color
Monochromatic Colors of #DE721D
Black with #DE721D
Text Example
Text Example
White with #DE721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE721D; }
p { color: rgb(222,114,29); }
H1.HeaderClassName
{
color: #DE721D;
}
.AnyTagClassName
{
color: #DE721D;
}
</style>
background-color css
<style>
a { background-color: #DE721D; }
a { background-color: rgb(222,114,29); }
div.DivClassName
{
background-color: #DE721D;
}
.BgClassName
{
background-color: #DE721D;
}
</style>
border-color css
<style>
span { border-color: #DE721D; }
span { border-color: rgb(222,114,29); }
td.TdClassName
{
border-color: #DE721D;
}
.TagClassName
{
border-color: #DE721D;
}
</style>