Shades of Tahiti Gold #DF711D
Tints of Tahiti Gold #DF711D
RGB
CMYK
RGB Variations
Color information
#DF711D (or 0xDF711D) is known color: Tahiti Gold. HEX triplet: DF, 71 and 1D. RGB value is (223,113,29). Sum of RGB (Red+Green+Blue) = 223+113+29=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF711D is #208EE2. Grayscale: #888888. Windows color (decimal): -2133731 or 1929695. OLE color: 1929695.
HSL color Cylindrical-coordinate representation of color #DF711D: hue angle of 25.98º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF711D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.13 |
| HSL | 25.98º | 0.77% | 0.49% | - |
| HSV(B) | 25.98º | 0.87% | 0.87% | - |
| XYZ | 36.56 | 27.59 | 4.56 | - |
| YUV | 136.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 29 | 0 | 0.49 | 0.87 | 0.13 | 25.98 | 0.77 | 0.49 |
| Hex | DF | 71 | 1D | 0 | 31 | 57 | D | 1A | 4D | 31 |
| Octal | 337 | 161 | 35 | 0 | 61 | 127 | 15 | 32 | 115 | 61 |
| Binary | 11011111 | 1110001 | 11101 | 0 | 110001 | 1010111 | 1101 | 11010 | 1001101 | 110001 |
Color Harmonies of #DF711D
Complementary color
Monochromatic Colors of #DF711D
Black with #DF711D
Text Example
Text Example
White with #DF711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF711D; }
p { color: rgb(223,113,29); }
H1.HeaderClassName
{
color: #DF711D;
}
.AnyTagClassName
{
color: #DF711D;
}
</style>
background-color css
<style>
a { background-color: #DF711D; }
a { background-color: rgb(223,113,29); }
div.DivClassName
{
background-color: #DF711D;
}
.BgClassName
{
background-color: #DF711D;
}
</style>
border-color css
<style>
span { border-color: #DF711D; }
span { border-color: rgb(223,113,29); }
td.TdClassName
{
border-color: #DF711D;
}
.TagClassName
{
border-color: #DF711D;
}
</style>