Shades of Tahiti Gold #DE701E
Tints of Tahiti Gold #DE701E
RGB
CMYK
RGB Variations
Color information
#DE701E (or 0xDE701E) is known color: Tahiti Gold. HEX triplet: DE, 70 and 1E. RGB value is (222,112,30). Sum of RGB (Red+Green+Blue) = 222+112+30=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE701E is #218FE1. Grayscale: #878787. Windows color (decimal): -2199522 or 1994974. OLE color: 1994974.
HSL color Cylindrical-coordinate representation of color #DE701E: hue angle of 25.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE701E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.13 |
| HSL | 25.63º | 0.76% | 0.49% | - |
| HSV(B) | 25.63º | 0.86% | 0.87% | - |
| XYZ | 36.15 | 27.21 | 4.58 | - |
| YUV | 135.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 30 | 0 | 0.50 | 0.86 | 0.13 | 25.63 | 0.76 | 0.49 |
| Hex | DE | 70 | 1E | 0 | 32 | 56 | D | 1A | 4C | 31 |
| Octal | 336 | 160 | 36 | 0 | 62 | 126 | 15 | 32 | 114 | 61 |
| Binary | 11011110 | 1110000 | 11110 | 0 | 110010 | 1010110 | 1101 | 11010 | 1001100 | 110001 |
Color Harmonies of #DE701E
Complementary color
Monochromatic Colors of #DE701E
Black with #DE701E
Text Example
Text Example
White with #DE701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE701E; }
p { color: rgb(222,112,30); }
H1.HeaderClassName
{
color: #DE701E;
}
.AnyTagClassName
{
color: #DE701E;
}
</style>
background-color css
<style>
a { background-color: #DE701E; }
a { background-color: rgb(222,112,30); }
div.DivClassName
{
background-color: #DE701E;
}
.BgClassName
{
background-color: #DE701E;
}
</style>
border-color css
<style>
span { border-color: #DE701E; }
span { border-color: rgb(222,112,30); }
td.TdClassName
{
border-color: #DE701E;
}
.TagClassName
{
border-color: #DE701E;
}
</style>