Shades of Tahiti Gold #DC711E
Tints of Tahiti Gold #DC711E
RGB
CMYK
RGB Variations
Color information
#DC711E (or 0xDC711E) is known color: Tahiti Gold. HEX triplet: DC, 71 and 1E. RGB value is (220,113,30). Sum of RGB (Red+Green+Blue) = 220+113+30=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC711E is #238EE1. Grayscale: #878787. Windows color (decimal): -2330338 or 1995228. OLE color: 1995228.
HSL color Cylindrical-coordinate representation of color #DC711E: hue angle of 26.21º degrees, saturation: 0.76, 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 #DC711E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.14 |
| HSL | 26.21º | 0.76% | 0.49% | - |
| HSV(B) | 26.21º | 0.86% | 0.86% | - |
| XYZ | 35.65 | 27.12 | 4.58 | - |
| YUV | 135.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 30 | 0 | 0.49 | 0.86 | 0.14 | 26.21 | 0.76 | 0.49 |
| Hex | DC | 71 | 1E | 0 | 31 | 56 | E | 1A | 4C | 31 |
| Octal | 334 | 161 | 36 | 0 | 61 | 126 | 16 | 32 | 114 | 61 |
| Binary | 11011100 | 1110001 | 11110 | 0 | 110001 | 1010110 | 1110 | 11010 | 1001100 | 110001 |
Color Harmonies of #DC711E
Complementary color
Monochromatic Colors of #DC711E
Black with #DC711E
Text Example
Text Example
White with #DC711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC711E; }
p { color: rgb(220,113,30); }
H1.HeaderClassName
{
color: #DC711E;
}
.AnyTagClassName
{
color: #DC711E;
}
</style>
background-color css
<style>
a { background-color: #DC711E; }
a { background-color: rgb(220,113,30); }
div.DivClassName
{
background-color: #DC711E;
}
.BgClassName
{
background-color: #DC711E;
}
</style>
border-color css
<style>
span { border-color: #DC711E; }
span { border-color: rgb(220,113,30); }
td.TdClassName
{
border-color: #DC711E;
}
.TagClassName
{
border-color: #DC711E;
}
</style>