Shades of Tahiti Gold #DE702B
Tints of Tahiti Gold #DE702B
RGB
CMYK
RGB Variations
Color information
#DE702B (or 0xDE702B) is known color: Tahiti Gold. HEX triplet: DE, 70 and 2B. RGB value is (222,112,43). Sum of RGB (Red+Green+Blue) = 222+112+43=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE702B is #218FD4. Grayscale: #898989. Windows color (decimal): -2199509 or 2846942. OLE color: 2846942.
HSL color Cylindrical-coordinate representation of color #DE702B: hue angle of 23.13º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE702B is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 43 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.13 |
| HSL | 23.13º | 0.73% | 0.52% | - |
| HSV(B) | 23.13º | 0.81% | 0.87% | - |
| XYZ | 36.35 | 27.29 | 5.64 | - |
| YUV | 137.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 43 | 0 | 0.50 | 0.81 | 0.13 | 23.13 | 0.73 | 0.52 |
| Hex | DE | 70 | 2B | 0 | 32 | 51 | D | 17 | 49 | 34 |
| Octal | 336 | 160 | 53 | 0 | 62 | 121 | 15 | 27 | 111 | 64 |
| Binary | 11011110 | 1110000 | 101011 | 0 | 110010 | 1010001 | 1101 | 10111 | 1001001 | 110100 |
Color Harmonies of #DE702B
Complementary color
Monochromatic Colors of #DE702B
Black with #DE702B
Text Example
Text Example
White with #DE702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE702B; }
p { color: rgb(222,112,43); }
H1.HeaderClassName
{
color: #DE702B;
}
.AnyTagClassName
{
color: #DE702B;
}
</style>
background-color css
<style>
a { background-color: #DE702B; }
a { background-color: rgb(222,112,43); }
div.DivClassName
{
background-color: #DE702B;
}
.BgClassName
{
background-color: #DE702B;
}
</style>
border-color css
<style>
span { border-color: #DE702B; }
span { border-color: rgb(222,112,43); }
td.TdClassName
{
border-color: #DE702B;
}
.TagClassName
{
border-color: #DE702B;
}
</style>