Shades of Chocolate #DC571E
Tints of Chocolate #DC571E
RGB
CMYK
RGB Variations
Color information
#DC571E (or 0xDC571E) is known color: Chocolate. HEX triplet: DC, 57 and 1E. RGB value is (220,87,30). Sum of RGB (Red+Green+Blue) = 220+87+30=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC571E is #23A8E1. Grayscale: #787878. Windows color (decimal): -2336994 or 1988572. OLE color: 1988572.
HSL color Cylindrical-coordinate representation of color #DC571E: hue angle of 18º 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 #DC571E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.14 |
| HSL | 18º | 0.76% | 0.49% | - |
| HSV(B) | 18º | 0.86% | 0.86% | - |
| XYZ | 33.16 | 22.13 | 3.75 | - |
| YUV | 120.27 | 77.06 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 30 | 0 | 0.60 | 0.86 | 0.14 | 18 | 0.76 | 0.49 |
| Hex | DC | 57 | 1E | 0 | 3C | 56 | E | 12 | 4C | 31 |
| Octal | 334 | 127 | 36 | 0 | 74 | 126 | 16 | 22 | 114 | 61 |
| Binary | 11011100 | 1010111 | 11110 | 0 | 111100 | 1010110 | 1110 | 10010 | 1001100 | 110001 |
Color Harmonies of #DC571E
Complementary color
Monochromatic Colors of #DC571E
Black with #DC571E
Text Example
Text Example
White with #DC571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC571E; }
p { color: rgb(220,87,30); }
H1.HeaderClassName
{
color: #DC571E;
}
.AnyTagClassName
{
color: #DC571E;
}
</style>
background-color css
<style>
a { background-color: #DC571E; }
a { background-color: rgb(220,87,30); }
div.DivClassName
{
background-color: #DC571E;
}
.BgClassName
{
background-color: #DC571E;
}
</style>
border-color css
<style>
span { border-color: #DC571E; }
span { border-color: rgb(220,87,30); }
td.TdClassName
{
border-color: #DC571E;
}
.TagClassName
{
border-color: #DC571E;
}
</style>