Shades of Chocolate #DC591B
Tints of Chocolate #DC591B
RGB
CMYK
RGB Variations
Color information
#DC591B (or 0xDC591B) is known color: Chocolate. HEX triplet: DC, 59 and 1B. RGB value is (220,89,27). Sum of RGB (Red+Green+Blue) = 220+89+27=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC591B is #23A6E4. Grayscale: #797979. Windows color (decimal): -2336485 or 1792476. OLE color: 1792476.
HSL color Cylindrical-coordinate representation of color #DC591B: hue angle of 19.27º degrees, saturation: 0.78, 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 #DC591B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.14 |
| HSL | 19.27º | 0.78% | 0.48% | - |
| HSV(B) | 19.27º | 0.88% | 0.86% | - |
| XYZ | 33.29 | 22.44 | 3.61 | - |
| YUV | 121.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 27 | 0 | 0.60 | 0.88 | 0.14 | 19.27 | 0.78 | 0.48 |
| Hex | DC | 59 | 1B | 0 | 3C | 58 | E | 13 | 4E | 30 |
| Octal | 334 | 131 | 33 | 0 | 74 | 130 | 16 | 23 | 116 | 60 |
| Binary | 11011100 | 1011001 | 11011 | 0 | 111100 | 1011000 | 1110 | 10011 | 1001110 | 110000 |
Color Harmonies of #DC591B
Complementary color
Monochromatic Colors of #DC591B
Black with #DC591B
Text Example
Text Example
White with #DC591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC591B; }
p { color: rgb(220,89,27); }
H1.HeaderClassName
{
color: #DC591B;
}
.AnyTagClassName
{
color: #DC591B;
}
</style>
background-color css
<style>
a { background-color: #DC591B; }
a { background-color: rgb(220,89,27); }
div.DivClassName
{
background-color: #DC591B;
}
.BgClassName
{
background-color: #DC591B;
}
</style>
border-color css
<style>
span { border-color: #DC591B; }
span { border-color: rgb(220,89,27); }
td.TdClassName
{
border-color: #DC591B;
}
.TagClassName
{
border-color: #DC591B;
}
</style>