Shades of Chocolate #DC7012
Tints of Chocolate #DC7012
RGB
CMYK
RGB Variations
Color information
#DC7012 (or 0xDC7012) is known color: Chocolate. HEX triplet: DC, 70 and 12. RGB value is (220,112,18). Sum of RGB (Red+Green+Blue) = 220+112+18=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7012 is #238FED. Grayscale: #868686. Windows color (decimal): -2330606 or 1208540. OLE color: 1208540.
HSL color Cylindrical-coordinate representation of color #DC7012: hue angle of 27.92º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7012 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.14 |
| HSL | 27.92º | 0.85% | 0.47% | - |
| HSV(B) | 27.92º | 0.92% | 0.86% | - |
| XYZ | 35.42 | 26.85 | 3.89 | - |
| YUV | 133.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 18 | 0 | 0.49 | 0.92 | 0.14 | 27.92 | 0.85 | 0.47 |
| Hex | DC | 70 | 12 | 0 | 31 | 5C | E | 1C | 55 | 2F |
| Octal | 334 | 160 | 22 | 0 | 61 | 134 | 16 | 34 | 125 | 57 |
| Binary | 11011100 | 1110000 | 10010 | 0 | 110001 | 1011100 | 1110 | 11100 | 1010101 | 101111 |
Color Harmonies of #DC7012
Complementary color
Monochromatic Colors of #DC7012
Black with #DC7012
Text Example
Text Example
White with #DC7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7012; }
p { color: rgb(220,112,18); }
H1.HeaderClassName
{
color: #DC7012;
}
.AnyTagClassName
{
color: #DC7012;
}
</style>
background-color css
<style>
a { background-color: #DC7012; }
a { background-color: rgb(220,112,18); }
div.DivClassName
{
background-color: #DC7012;
}
.BgClassName
{
background-color: #DC7012;
}
</style>
border-color css
<style>
span { border-color: #DC7012; }
span { border-color: rgb(220,112,18); }
td.TdClassName
{
border-color: #DC7012;
}
.TagClassName
{
border-color: #DC7012;
}
</style>