Shades of Chocolate #DC5617
Tints of Chocolate #DC5617
RGB
CMYK
RGB Variations
Color information
#DC5617 (or 0xDC5617) is known color: Chocolate. HEX triplet: DC, 56 and 17. RGB value is (220,86,23). Sum of RGB (Red+Green+Blue) = 220+86+23=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5617 is #23A9E8. Grayscale: #777777. Windows color (decimal): -2337257 or 1529564. OLE color: 1529564.
HSL color Cylindrical-coordinate representation of color #DC5617: hue angle of 19.19º 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 #DC5617 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.14 |
| HSL | 19.19º | 0.81% | 0.48% | - |
| HSV(B) | 19.19º | 0.9% | 0.86% | - |
| XYZ | 33 | 21.93 | 3.3 | - |
| YUV | 118.88 | 73.89 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 23 | 0 | 0.61 | 0.90 | 0.14 | 19.19 | 0.81 | 0.48 |
| Hex | DC | 56 | 17 | 0 | 3D | 5A | E | 13 | 51 | 30 |
| Octal | 334 | 126 | 27 | 0 | 75 | 132 | 16 | 23 | 121 | 60 |
| Binary | 11011100 | 1010110 | 10111 | 0 | 111101 | 1011010 | 1110 | 10011 | 1010001 | 110000 |
Color Harmonies of #DC5617
Complementary color
Monochromatic Colors of #DC5617
Black with #DC5617
Text Example
Text Example
White with #DC5617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5617; }
p { color: rgb(220,86,23); }
H1.HeaderClassName
{
color: #DC5617;
}
.AnyTagClassName
{
color: #DC5617;
}
</style>
background-color css
<style>
a { background-color: #DC5617; }
a { background-color: rgb(220,86,23); }
div.DivClassName
{
background-color: #DC5617;
}
.BgClassName
{
background-color: #DC5617;
}
</style>
border-color css
<style>
span { border-color: #DC5617; }
span { border-color: rgb(220,86,23); }
td.TdClassName
{
border-color: #DC5617;
}
.TagClassName
{
border-color: #DC5617;
}
</style>