Shades of Chocolate #DC6017
Tints of Chocolate #DC6017
RGB
CMYK
RGB Variations
Color information
#DC6017 (or 0xDC6017) is known color: Chocolate. HEX triplet: DC, 60 and 17. RGB value is (220,96,23). Sum of RGB (Red+Green+Blue) = 220+96+23=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6017 is #239FE8. Grayscale: #7D7D7D. Windows color (decimal): -2334697 or 1532124. OLE color: 1532124.
HSL color Cylindrical-coordinate representation of color #DC6017: hue angle of 22.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6017 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 23 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.14 |
| HSL | 22.23º | 0.81% | 0.48% | - |
| HSV(B) | 22.23º | 0.9% | 0.86% | - |
| XYZ | 33.85 | 23.64 | 3.59 | - |
| YUV | 124.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 23 | 0 | 0.56 | 0.90 | 0.14 | 22.23 | 0.81 | 0.48 |
| Hex | DC | 60 | 17 | 0 | 38 | 5A | E | 16 | 51 | 30 |
| Octal | 334 | 140 | 27 | 0 | 70 | 132 | 16 | 26 | 121 | 60 |
| Binary | 11011100 | 1100000 | 10111 | 0 | 111000 | 1011010 | 1110 | 10110 | 1010001 | 110000 |
Color Harmonies of #DC6017
Complementary color
Monochromatic Colors of #DC6017
Black with #DC6017
Text Example
Text Example
White with #DC6017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6017; }
p { color: rgb(220,96,23); }
H1.HeaderClassName
{
color: #DC6017;
}
.AnyTagClassName
{
color: #DC6017;
}
</style>
background-color css
<style>
a { background-color: #DC6017; }
a { background-color: rgb(220,96,23); }
div.DivClassName
{
background-color: #DC6017;
}
.BgClassName
{
background-color: #DC6017;
}
</style>
border-color css
<style>
span { border-color: #DC6017; }
span { border-color: rgb(220,96,23); }
td.TdClassName
{
border-color: #DC6017;
}
.TagClassName
{
border-color: #DC6017;
}
</style>