Shades of Tahiti Gold #DF711E
Tints of Tahiti Gold #DF711E
RGB
CMYK
RGB Variations
Color information
#DF711E (or 0xDF711E) is known color: Tahiti Gold. HEX triplet: DF, 71 and 1E. RGB value is (223,113,30). Sum of RGB (Red+Green+Blue) = 223+113+30=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF711E is #208EE1. Grayscale: #888888. Windows color (decimal): -2133730 or 1995231. OLE color: 1995231.
HSL color Cylindrical-coordinate representation of color #DF711E: hue angle of 25.8º 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 #DF711E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.13 |
| HSL | 25.8º | 0.76% | 0.5% | - |
| HSV(B) | 25.8º | 0.87% | 0.87% | - |
| XYZ | 36.57 | 27.59 | 4.63 | - |
| YUV | 136.43 | 67.94 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 30 | 0 | 0.49 | 0.87 | 0.13 | 25.8 | 0.76 | 0.5 |
| Hex | DF | 71 | 1E | 0 | 31 | 57 | D | 1A | 4C | 32 |
| Octal | 337 | 161 | 36 | 0 | 61 | 127 | 15 | 32 | 114 | 62 |
| Binary | 11011111 | 1110001 | 11110 | 0 | 110001 | 1010111 | 1101 | 11010 | 1001100 | 110010 |
Color Harmonies of #DF711E
Complementary color
Monochromatic Colors of #DF711E
Black with #DF711E
Text Example
Text Example
White with #DF711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF711E; }
p { color: rgb(223,113,30); }
H1.HeaderClassName
{
color: #DF711E;
}
.AnyTagClassName
{
color: #DF711E;
}
</style>
background-color css
<style>
a { background-color: #DF711E; }
a { background-color: rgb(223,113,30); }
div.DivClassName
{
background-color: #DF711E;
}
.BgClassName
{
background-color: #DF711E;
}
</style>
border-color css
<style>
span { border-color: #DF711E; }
span { border-color: rgb(223,113,30); }
td.TdClassName
{
border-color: #DF711E;
}
.TagClassName
{
border-color: #DF711E;
}
</style>