Shades of Chocolate #DC591E
Tints of Chocolate #DC591E
RGB
CMYK
RGB Variations
Color information
#DC591E (or 0xDC591E) is known color: Chocolate. HEX triplet: DC, 59 and 1E. RGB value is (220,89,30). Sum of RGB (Red+Green+Blue) = 220+89+30=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC591E is #23A6E1. Grayscale: #797979. Windows color (decimal): -2336482 or 1989084. OLE color: 1989084.
HSL color Cylindrical-coordinate representation of color #DC591E: hue angle of 18.63º 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 #DC591E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.14 |
| HSL | 18.63º | 0.76% | 0.49% | - |
| HSV(B) | 18.63º | 0.86% | 0.86% | - |
| XYZ | 33.32 | 22.45 | 3.81 | - |
| YUV | 121.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 30 | 0 | 0.60 | 0.86 | 0.14 | 18.63 | 0.76 | 0.49 |
| Hex | DC | 59 | 1E | 0 | 3C | 56 | E | 13 | 4C | 31 |
| Octal | 334 | 131 | 36 | 0 | 74 | 126 | 16 | 23 | 114 | 61 |
| Binary | 11011100 | 1011001 | 11110 | 0 | 111100 | 1010110 | 1110 | 10011 | 1001100 | 110001 |
Color Harmonies of #DC591E
Complementary color
Monochromatic Colors of #DC591E
Black with #DC591E
Text Example
Text Example
White with #DC591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC591E; }
p { color: rgb(220,89,30); }
H1.HeaderClassName
{
color: #DC591E;
}
.AnyTagClassName
{
color: #DC591E;
}
</style>
background-color css
<style>
a { background-color: #DC591E; }
a { background-color: rgb(220,89,30); }
div.DivClassName
{
background-color: #DC591E;
}
.BgClassName
{
background-color: #DC591E;
}
</style>
border-color css
<style>
span { border-color: #DC591E; }
span { border-color: rgb(220,89,30); }
td.TdClassName
{
border-color: #DC591E;
}
.TagClassName
{
border-color: #DC591E;
}
</style>