Shades of Chocolate #DC561E
Tints of Chocolate #DC561E
RGB
CMYK
RGB Variations
Color information
#DC561E (or 0xDC561E) is known color: Chocolate. HEX triplet: DC, 56 and 1E. RGB value is (220,86,30). Sum of RGB (Red+Green+Blue) = 220+86+30=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC561E is #23A9E1. Grayscale: #787878. Windows color (decimal): -2337250 or 1988316. OLE color: 1988316.
HSL color Cylindrical-coordinate representation of color #DC561E: hue angle of 17.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC561E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.14 |
| HSL | 17.68º | 0.76% | 0.49% | - |
| HSV(B) | 17.68º | 0.86% | 0.86% | - |
| XYZ | 33.08 | 21.96 | 3.72 | - |
| YUV | 119.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 30 | 0 | 0.61 | 0.86 | 0.14 | 17.68 | 0.76 | 0.49 |
| Hex | DC | 56 | 1E | 0 | 3D | 56 | E | 12 | 4C | 31 |
| Octal | 334 | 126 | 36 | 0 | 75 | 126 | 16 | 22 | 114 | 61 |
| Binary | 11011100 | 1010110 | 11110 | 0 | 111101 | 1010110 | 1110 | 10010 | 1001100 | 110001 |
Color Harmonies of #DC561E
Complementary color
Monochromatic Colors of #DC561E
Black with #DC561E
Text Example
Text Example
White with #DC561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC561E; }
p { color: rgb(220,86,30); }
H1.HeaderClassName
{
color: #DC561E;
}
.AnyTagClassName
{
color: #DC561E;
}
</style>
background-color css
<style>
a { background-color: #DC561E; }
a { background-color: rgb(220,86,30); }
div.DivClassName
{
background-color: #DC561E;
}
.BgClassName
{
background-color: #DC561E;
}
</style>
border-color css
<style>
span { border-color: #DC561E; }
span { border-color: rgb(220,86,30); }
td.TdClassName
{
border-color: #DC561E;
}
.TagClassName
{
border-color: #DC561E;
}
</style>