Shades of Tahiti Gold #DF701E
Tints of Tahiti Gold #DF701E
RGB
CMYK
RGB Variations
Color information
#DF701E (or 0xDF701E) is known color: Tahiti Gold. HEX triplet: DF, 70 and 1E. RGB value is (223,112,30). Sum of RGB (Red+Green+Blue) = 223+112+30=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701E is #208FE1. Grayscale: #888888. Windows color (decimal): -2133986 or 1994975. OLE color: 1994975.
HSL color Cylindrical-coordinate representation of color #DF701E: hue angle of 25.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF701E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.13 |
| HSL | 25.49º | 0.76% | 0.5% | - |
| HSV(B) | 25.49º | 0.87% | 0.87% | - |
| XYZ | 36.46 | 27.37 | 4.59 | - |
| YUV | 135.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 30 | 0 | 0.50 | 0.87 | 0.13 | 25.49 | 0.76 | 0.5 |
| Hex | DF | 70 | 1E | 0 | 32 | 57 | D | 19 | 4C | 32 |
| Octal | 337 | 160 | 36 | 0 | 62 | 127 | 15 | 31 | 114 | 62 |
| Binary | 11011111 | 1110000 | 11110 | 0 | 110010 | 1010111 | 1101 | 11001 | 1001100 | 110010 |
Color Harmonies of #DF701E
Complementary color
Monochromatic Colors of #DF701E
Black with #DF701E
Text Example
Text Example
White with #DF701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF701E; }
p { color: rgb(223,112,30); }
H1.HeaderClassName
{
color: #DF701E;
}
.AnyTagClassName
{
color: #DF701E;
}
</style>
background-color css
<style>
a { background-color: #DF701E; }
a { background-color: rgb(223,112,30); }
div.DivClassName
{
background-color: #DF701E;
}
.BgClassName
{
background-color: #DF701E;
}
</style>
border-color css
<style>
span { border-color: #DF701E; }
span { border-color: rgb(223,112,30); }
td.TdClassName
{
border-color: #DF701E;
}
.TagClassName
{
border-color: #DF701E;
}
</style>