Shades of Tahiti Gold #DC712C
Tints of Tahiti Gold #DC712C
RGB
CMYK
RGB Variations
Color information
#DC712C (or 0xDC712C) is known color: Tahiti Gold. HEX triplet: DC, 71 and 2C. RGB value is (220,113,44). Sum of RGB (Red+Green+Blue) = 220+113+44=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC712C is #238ED3. Grayscale: #898989. Windows color (decimal): -2330324 or 2912732. OLE color: 2912732.
HSL color Cylindrical-coordinate representation of color #DC712C: hue angle of 23.52º degrees, saturation: 0.72, 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 #DC712C is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 44 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.14 |
| HSL | 23.52º | 0.72% | 0.52% | - |
| HSV(B) | 23.52º | 0.8% | 0.86% | - |
| XYZ | 35.87 | 27.21 | 5.74 | - |
| YUV | 137.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 44 | 0 | 0.49 | 0.8 | 0.14 | 23.52 | 0.72 | 0.52 |
| Hex | DC | 71 | 2C | 0 | 31 | 50 | E | 18 | 48 | 34 |
| Octal | 334 | 161 | 54 | 0 | 61 | 120 | 16 | 30 | 110 | 64 |
| Binary | 11011100 | 1110001 | 101100 | 0 | 110001 | 1010000 | 1110 | 11000 | 1001000 | 110100 |
Color Harmonies of #DC712C
Complementary color
Monochromatic Colors of #DC712C
Black with #DC712C
Text Example
Text Example
White with #DC712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC712C; }
p { color: rgb(220,113,44); }
H1.HeaderClassName
{
color: #DC712C;
}
.AnyTagClassName
{
color: #DC712C;
}
</style>
background-color css
<style>
a { background-color: #DC712C; }
a { background-color: rgb(220,113,44); }
div.DivClassName
{
background-color: #DC712C;
}
.BgClassName
{
background-color: #DC712C;
}
</style>
border-color css
<style>
span { border-color: #DC712C; }
span { border-color: rgb(220,113,44); }
td.TdClassName
{
border-color: #DC712C;
}
.TagClassName
{
border-color: #DC712C;
}
</style>