Shades of Chocolate #DC6611
Tints of Chocolate #DC6611
RGB
CMYK
RGB Variations
Color information
#DC6611 (or 0xDC6611) is known color: Chocolate. HEX triplet: DC, 66 and 11. RGB value is (220,102,17). Sum of RGB (Red+Green+Blue) = 220+102+17=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6611 is #2399EE. Grayscale: #808080. Windows color (decimal): -2333167 or 1140444. OLE color: 1140444.
HSL color Cylindrical-coordinate representation of color #DC6611: hue angle of 25.12º 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 #DC6611 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.14 |
| HSL | 25.12º | 0.86% | 0.46% | - |
| HSV(B) | 25.12º | 0.92% | 0.86% | - |
| XYZ | 34.37 | 24.76 | 3.5 | - |
| YUV | 127.59 | 65.59 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 17 | 0 | 0.54 | 0.92 | 0.14 | 25.12 | 0.86 | 0.46 |
| Hex | DC | 66 | 11 | 0 | 36 | 5C | E | 19 | 56 | 2E |
| Octal | 334 | 146 | 21 | 0 | 66 | 134 | 16 | 31 | 126 | 56 |
| Binary | 11011100 | 1100110 | 10001 | 0 | 110110 | 1011100 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DC6611
Complementary color
Monochromatic Colors of #DC6611
Black with #DC6611
Text Example
Text Example
White with #DC6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6611; }
p { color: rgb(220,102,17); }
H1.HeaderClassName
{
color: #DC6611;
}
.AnyTagClassName
{
color: #DC6611;
}
</style>
background-color css
<style>
a { background-color: #DC6611; }
a { background-color: rgb(220,102,17); }
div.DivClassName
{
background-color: #DC6611;
}
.BgClassName
{
background-color: #DC6611;
}
</style>
border-color css
<style>
span { border-color: #DC6611; }
span { border-color: rgb(220,102,17); }
td.TdClassName
{
border-color: #DC6611;
}
.TagClassName
{
border-color: #DC6611;
}
</style>