Shades of Chocolate #DC5620
Tints of Chocolate #DC5620
RGB
CMYK
RGB Variations
Color information
#DC5620 (or 0xDC5620) is known color: Chocolate. HEX triplet: DC, 56 and 20. RGB value is (220,86,32). Sum of RGB (Red+Green+Blue) = 220+86+32=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5620 is #23A9DF. Grayscale: #787878. Windows color (decimal): -2337248 or 2119388. OLE color: 2119388.
HSL color Cylindrical-coordinate representation of color #DC5620: hue angle of 17.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5620 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 32 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.14 |
| HSL | 17.23º | 0.75% | 0.49% | - |
| HSV(B) | 17.23º | 0.85% | 0.86% | - |
| XYZ | 33.1 | 21.98 | 3.86 | - |
| YUV | 119.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 32 | 0 | 0.61 | 0.85 | 0.14 | 17.23 | 0.75 | 0.49 |
| Hex | DC | 56 | 20 | 0 | 3D | 55 | E | 11 | 4B | 31 |
| Octal | 334 | 126 | 40 | 0 | 75 | 125 | 16 | 21 | 113 | 61 |
| Binary | 11011100 | 1010110 | 100000 | 0 | 111101 | 1010101 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DC5620
Complementary color
Monochromatic Colors of #DC5620
Black with #DC5620
Text Example
Text Example
White with #DC5620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5620; }
p { color: rgb(220,86,32); }
H1.HeaderClassName
{
color: #DC5620;
}
.AnyTagClassName
{
color: #DC5620;
}
</style>
background-color css
<style>
a { background-color: #DC5620; }
a { background-color: rgb(220,86,32); }
div.DivClassName
{
background-color: #DC5620;
}
.BgClassName
{
background-color: #DC5620;
}
</style>
border-color css
<style>
span { border-color: #DC5620; }
span { border-color: rgb(220,86,32); }
td.TdClassName
{
border-color: #DC5620;
}
.TagClassName
{
border-color: #DC5620;
}
</style>