Shades of Chocolate #DC6012
Tints of Chocolate #DC6012
RGB
CMYK
RGB Variations
Color information
#DC6012 (or 0xDC6012) is known color: Chocolate. HEX triplet: DC, 60 and 12. RGB value is (220,96,18). Sum of RGB (Red+Green+Blue) = 220+96+18=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6012 is #239FED. Grayscale: #7C7C7C. Windows color (decimal): -2334702 or 1204444. OLE color: 1204444.
HSL color Cylindrical-coordinate representation of color #DC6012: hue angle of 23.17º 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 #DC6012 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.17º | 0.85% | 0.47% | - |
| HSV(B) | 23.17º | 0.92% | 0.86% | - |
| XYZ | 33.81 | 23.63 | 3.35 | - |
| YUV | 124.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 18 | 0 | 0.56 | 0.92 | 0.14 | 23.17 | 0.85 | 0.47 |
| Hex | DC | 60 | 12 | 0 | 38 | 5C | E | 17 | 55 | 2F |
| Octal | 334 | 140 | 22 | 0 | 70 | 134 | 16 | 27 | 125 | 57 |
| Binary | 11011100 | 1100000 | 10010 | 0 | 111000 | 1011100 | 1110 | 10111 | 1010101 | 101111 |
Color Harmonies of #DC6012
Complementary color
Monochromatic Colors of #DC6012
Black with #DC6012
Text Example
Text Example
White with #DC6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6012; }
p { color: rgb(220,96,18); }
H1.HeaderClassName
{
color: #DC6012;
}
.AnyTagClassName
{
color: #DC6012;
}
</style>
background-color css
<style>
a { background-color: #DC6012; }
a { background-color: rgb(220,96,18); }
div.DivClassName
{
background-color: #DC6012;
}
.BgClassName
{
background-color: #DC6012;
}
</style>
border-color css
<style>
span { border-color: #DC6012; }
span { border-color: rgb(220,96,18); }
td.TdClassName
{
border-color: #DC6012;
}
.TagClassName
{
border-color: #DC6012;
}
</style>