Shades of Chocolate #DC6011
Tints of Chocolate #DC6011
RGB
CMYK
RGB Variations
Color information
#DC6011 (or 0xDC6011) is known color: Chocolate. HEX triplet: DC, 60 and 11. RGB value is (220,96,17). Sum of RGB (Red+Green+Blue) = 220+96+17=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6011 is #239FEE. Grayscale: #7C7C7C. Windows color (decimal): -2334703 or 1138908. OLE color: 1138908.
HSL color Cylindrical-coordinate representation of color #DC6011: hue angle of 23.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6011 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.35º | 0.86% | 0.46% | - |
| HSV(B) | 23.35º | 0.92% | 0.86% | - |
| XYZ | 33.8 | 23.62 | 3.31 | - |
| YUV | 124.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 17 | 0 | 0.56 | 0.92 | 0.14 | 23.35 | 0.86 | 0.46 |
| Hex | DC | 60 | 11 | 0 | 38 | 5C | E | 17 | 56 | 2E |
| Octal | 334 | 140 | 21 | 0 | 70 | 134 | 16 | 27 | 126 | 56 |
| Binary | 11011100 | 1100000 | 10001 | 0 | 111000 | 1011100 | 1110 | 10111 | 1010110 | 101110 |
Color Harmonies of #DC6011
Complementary color
Monochromatic Colors of #DC6011
Black with #DC6011
Text Example
Text Example
White with #DC6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6011; }
p { color: rgb(220,96,17); }
H1.HeaderClassName
{
color: #DC6011;
}
.AnyTagClassName
{
color: #DC6011;
}
</style>
background-color css
<style>
a { background-color: #DC6011; }
a { background-color: rgb(220,96,17); }
div.DivClassName
{
background-color: #DC6011;
}
.BgClassName
{
background-color: #DC6011;
}
</style>
border-color css
<style>
span { border-color: #DC6011; }
span { border-color: rgb(220,96,17); }
td.TdClassName
{
border-color: #DC6011;
}
.TagClassName
{
border-color: #DC6011;
}
</style>