Shades of Tahiti Gold #DC712D
Tints of Tahiti Gold #DC712D
RGB
CMYK
RGB Variations
Color information
#DC712D (or 0xDC712D) is known color: Tahiti Gold. HEX triplet: DC, 71 and 2D. RGB value is (220,113,45). Sum of RGB (Red+Green+Blue) = 220+113+45=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC712D is #238ED2. Grayscale: #898989. Windows color (decimal): -2330323 or 2978268. OLE color: 2978268.
HSL color Cylindrical-coordinate representation of color #DC712D: hue angle of 23.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC712D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 45 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.14 |
| HSL | 23.31º | 0.71% | 0.52% | - |
| HSV(B) | 23.31º | 0.8% | 0.86% | - |
| XYZ | 35.89 | 27.22 | 5.84 | - |
| YUV | 137.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 45 | 0 | 0.49 | 0.80 | 0.14 | 23.31 | 0.71 | 0.52 |
| Hex | DC | 71 | 2D | 0 | 31 | 50 | E | 17 | 47 | 34 |
| Octal | 334 | 161 | 55 | 0 | 61 | 120 | 16 | 27 | 107 | 64 |
| Binary | 11011100 | 1110001 | 101101 | 0 | 110001 | 1010000 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DC712D
Complementary color
Monochromatic Colors of #DC712D
Black with #DC712D
Text Example
Text Example
White with #DC712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC712D; }
p { color: rgb(220,113,45); }
H1.HeaderClassName
{
color: #DC712D;
}
.AnyTagClassName
{
color: #DC712D;
}
</style>
background-color css
<style>
a { background-color: #DC712D; }
a { background-color: rgb(220,113,45); }
div.DivClassName
{
background-color: #DC712D;
}
.BgClassName
{
background-color: #DC712D;
}
</style>
border-color css
<style>
span { border-color: #DC712D; }
span { border-color: rgb(220,113,45); }
td.TdClassName
{
border-color: #DC712D;
}
.TagClassName
{
border-color: #DC712D;
}
</style>