Shades of Tahiti Gold #DC711F
Tints of Tahiti Gold #DC711F
RGB
CMYK
RGB Variations
Color information
#DC711F (or 0xDC711F) is known color: Tahiti Gold. HEX triplet: DC, 71 and 1F. RGB value is (220,113,31). Sum of RGB (Red+Green+Blue) = 220+113+31=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC711F is #238EE0. Grayscale: #888888. Windows color (decimal): -2330337 or 2060764. OLE color: 2060764.
HSL color Cylindrical-coordinate representation of color #DC711F: hue angle of 26.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC711F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 31 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.14 |
| HSL | 26.03º | 0.75% | 0.49% | - |
| HSV(B) | 26.03º | 0.86% | 0.86% | - |
| XYZ | 35.67 | 27.12 | 4.65 | - |
| YUV | 135.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 31 | 0 | 0.49 | 0.86 | 0.14 | 26.03 | 0.75 | 0.49 |
| Hex | DC | 71 | 1F | 0 | 31 | 56 | E | 1A | 4B | 31 |
| Octal | 334 | 161 | 37 | 0 | 61 | 126 | 16 | 32 | 113 | 61 |
| Binary | 11011100 | 1110001 | 11111 | 0 | 110001 | 1010110 | 1110 | 11010 | 1001011 | 110001 |
Color Harmonies of #DC711F
Complementary color
Monochromatic Colors of #DC711F
Black with #DC711F
Text Example
Text Example
White with #DC711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC711F; }
p { color: rgb(220,113,31); }
H1.HeaderClassName
{
color: #DC711F;
}
.AnyTagClassName
{
color: #DC711F;
}
</style>
background-color css
<style>
a { background-color: #DC711F; }
a { background-color: rgb(220,113,31); }
div.DivClassName
{
background-color: #DC711F;
}
.BgClassName
{
background-color: #DC711F;
}
</style>
border-color css
<style>
span { border-color: #DC711F; }
span { border-color: rgb(220,113,31); }
td.TdClassName
{
border-color: #DC711F;
}
.TagClassName
{
border-color: #DC711F;
}
</style>