Shades of Tahiti Gold #DC712E
Tints of Tahiti Gold #DC712E
RGB
CMYK
RGB Variations
Color information
#DC712E (or 0xDC712E) is known color: Tahiti Gold. HEX triplet: DC, 71 and 2E. RGB value is (220,113,46). Sum of RGB (Red+Green+Blue) = 220+113+46=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC712E is #238ED1. Grayscale: #898989. Windows color (decimal): -2330322 or 3043804. OLE color: 3043804.
HSL color Cylindrical-coordinate representation of color #DC712E: hue angle of 23.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC712E is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 46 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.14 |
| HSL | 23.1º | 0.71% | 0.52% | - |
| HSV(B) | 23.1º | 0.79% | 0.86% | - |
| XYZ | 35.91 | 27.22 | 5.95 | - |
| YUV | 137.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 46 | 0 | 0.49 | 0.79 | 0.14 | 23.1 | 0.71 | 0.52 |
| Hex | DC | 71 | 2E | 0 | 31 | 4F | E | 17 | 47 | 34 |
| Octal | 334 | 161 | 56 | 0 | 61 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011100 | 1110001 | 101110 | 0 | 110001 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DC712E
Complementary color
Monochromatic Colors of #DC712E
Black with #DC712E
Text Example
Text Example
White with #DC712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC712E; }
p { color: rgb(220,113,46); }
H1.HeaderClassName
{
color: #DC712E;
}
.AnyTagClassName
{
color: #DC712E;
}
</style>
background-color css
<style>
a { background-color: #DC712E; }
a { background-color: rgb(220,113,46); }
div.DivClassName
{
background-color: #DC712E;
}
.BgClassName
{
background-color: #DC712E;
}
</style>
border-color css
<style>
span { border-color: #DC712E; }
span { border-color: rgb(220,113,46); }
td.TdClassName
{
border-color: #DC712E;
}
.TagClassName
{
border-color: #DC712E;
}
</style>