Shades of Chocolate #DC561A
Tints of Chocolate #DC561A
RGB
CMYK
RGB Variations
Color information
#DC561A (or 0xDC561A) is known color: Chocolate. HEX triplet: DC, 56 and 1A. RGB value is (220,86,26). Sum of RGB (Red+Green+Blue) = 220+86+26=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC561A is #23A9E5. Grayscale: #777777. Windows color (decimal): -2337254 or 1726172. OLE color: 1726172.
HSL color Cylindrical-coordinate representation of color #DC561A: hue angle of 18.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC561A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 26 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.14 |
| HSL | 18.56º | 0.79% | 0.48% | - |
| HSV(B) | 18.56º | 0.88% | 0.86% | - |
| XYZ | 33.03 | 21.95 | 3.47 | - |
| YUV | 119.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 26 | 0 | 0.61 | 0.88 | 0.14 | 18.56 | 0.79 | 0.48 |
| Hex | DC | 56 | 1A | 0 | 3D | 58 | E | 13 | 4F | 30 |
| Octal | 334 | 126 | 32 | 0 | 75 | 130 | 16 | 23 | 117 | 60 |
| Binary | 11011100 | 1010110 | 11010 | 0 | 111101 | 1011000 | 1110 | 10011 | 1001111 | 110000 |
Color Harmonies of #DC561A
Complementary color
Monochromatic Colors of #DC561A
Black with #DC561A
Text Example
Text Example
White with #DC561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC561A; }
p { color: rgb(220,86,26); }
H1.HeaderClassName
{
color: #DC561A;
}
.AnyTagClassName
{
color: #DC561A;
}
</style>
background-color css
<style>
a { background-color: #DC561A; }
a { background-color: rgb(220,86,26); }
div.DivClassName
{
background-color: #DC561A;
}
.BgClassName
{
background-color: #DC561A;
}
</style>
border-color css
<style>
span { border-color: #DC561A; }
span { border-color: rgb(220,86,26); }
td.TdClassName
{
border-color: #DC561A;
}
.TagClassName
{
border-color: #DC561A;
}
</style>