Shades of Tahiti Gold #DE701F
Tints of Tahiti Gold #DE701F
RGB
CMYK
RGB Variations
Color information
#DE701F (or 0xDE701F) is known color: Tahiti Gold. HEX triplet: DE, 70 and 1F. RGB value is (222,112,31). Sum of RGB (Red+Green+Blue) = 222+112+31=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE701F is #218FE0. Grayscale: #888888. Windows color (decimal): -2199521 or 2060510. OLE color: 2060510.
HSL color Cylindrical-coordinate representation of color #DE701F: hue angle of 25.45º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE701F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 31 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.13 |
| HSL | 25.45º | 0.75% | 0.5% | - |
| HSV(B) | 25.45º | 0.86% | 0.87% | - |
| XYZ | 36.17 | 27.22 | 4.64 | - |
| YUV | 135.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 31 | 0 | 0.50 | 0.86 | 0.13 | 25.45 | 0.75 | 0.5 |
| Hex | DE | 70 | 1F | 0 | 32 | 56 | D | 19 | 4B | 32 |
| Octal | 336 | 160 | 37 | 0 | 62 | 126 | 15 | 31 | 113 | 62 |
| Binary | 11011110 | 1110000 | 11111 | 0 | 110010 | 1010110 | 1101 | 11001 | 1001011 | 110010 |
Color Harmonies of #DE701F
Complementary color
Monochromatic Colors of #DE701F
Black with #DE701F
Text Example
Text Example
White with #DE701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE701F; }
p { color: rgb(222,112,31); }
H1.HeaderClassName
{
color: #DE701F;
}
.AnyTagClassName
{
color: #DE701F;
}
</style>
background-color css
<style>
a { background-color: #DE701F; }
a { background-color: rgb(222,112,31); }
div.DivClassName
{
background-color: #DE701F;
}
.BgClassName
{
background-color: #DE701F;
}
</style>
border-color css
<style>
span { border-color: #DE701F; }
span { border-color: rgb(222,112,31); }
td.TdClassName
{
border-color: #DE701F;
}
.TagClassName
{
border-color: #DE701F;
}
</style>