Shades of Chocolate #DC561F
Tints of Chocolate #DC561F
RGB
CMYK
RGB Variations
Color information
#DC561F (or 0xDC561F) is known color: Chocolate. HEX triplet: DC, 56 and 1F. RGB value is (220,86,31). Sum of RGB (Red+Green+Blue) = 220+86+31=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC561F is #23A9E0. Grayscale: #787878. Windows color (decimal): -2337249 or 2053852. OLE color: 2053852.
HSL color Cylindrical-coordinate representation of color #DC561F: hue angle of 17.46º degrees, saturation: 0.75, 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 #DC561F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 31 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.14 |
| HSL | 17.46º | 0.75% | 0.49% | - |
| HSV(B) | 17.46º | 0.86% | 0.86% | - |
| XYZ | 33.09 | 21.97 | 3.79 | - |
| YUV | 119.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 31 | 0 | 0.61 | 0.86 | 0.14 | 17.46 | 0.75 | 0.49 |
| Hex | DC | 56 | 1F | 0 | 3D | 56 | E | 11 | 4B | 31 |
| Octal | 334 | 126 | 37 | 0 | 75 | 126 | 16 | 21 | 113 | 61 |
| Binary | 11011100 | 1010110 | 11111 | 0 | 111101 | 1010110 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DC561F
Complementary color
Monochromatic Colors of #DC561F
Black with #DC561F
Text Example
Text Example
White with #DC561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC561F; }
p { color: rgb(220,86,31); }
H1.HeaderClassName
{
color: #DC561F;
}
.AnyTagClassName
{
color: #DC561F;
}
</style>
background-color css
<style>
a { background-color: #DC561F; }
a { background-color: rgb(220,86,31); }
div.DivClassName
{
background-color: #DC561F;
}
.BgClassName
{
background-color: #DC561F;
}
</style>
border-color css
<style>
span { border-color: #DC561F; }
span { border-color: rgb(220,86,31); }
td.TdClassName
{
border-color: #DC561F;
}
.TagClassName
{
border-color: #DC561F;
}
</style>