Shades of Chocolate #DC591C
Tints of Chocolate #DC591C
RGB
CMYK
RGB Variations
Color information
#DC591C (or 0xDC591C) is known color: Chocolate. HEX triplet: DC, 59 and 1C. RGB value is (220,89,28). Sum of RGB (Red+Green+Blue) = 220+89+28=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC591C is #23A6E3. Grayscale: #797979. Windows color (decimal): -2336484 or 1858012. OLE color: 1858012.
HSL color Cylindrical-coordinate representation of color #DC591C: hue angle of 19.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC591C is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 28 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.14 |
| HSL | 19.06º | 0.77% | 0.49% | - |
| HSV(B) | 19.06º | 0.87% | 0.86% | - |
| XYZ | 33.3 | 22.44 | 3.68 | - |
| YUV | 121.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 28 | 0 | 0.60 | 0.87 | 0.14 | 19.06 | 0.77 | 0.49 |
| Hex | DC | 59 | 1C | 0 | 3C | 57 | E | 13 | 4D | 31 |
| Octal | 334 | 131 | 34 | 0 | 74 | 127 | 16 | 23 | 115 | 61 |
| Binary | 11011100 | 1011001 | 11100 | 0 | 111100 | 1010111 | 1110 | 10011 | 1001101 | 110001 |
Color Harmonies of #DC591C
Complementary color
Monochromatic Colors of #DC591C
Black with #DC591C
Text Example
Text Example
White with #DC591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC591C; }
p { color: rgb(220,89,28); }
H1.HeaderClassName
{
color: #DC591C;
}
.AnyTagClassName
{
color: #DC591C;
}
</style>
background-color css
<style>
a { background-color: #DC591C; }
a { background-color: rgb(220,89,28); }
div.DivClassName
{
background-color: #DC591C;
}
.BgClassName
{
background-color: #DC591C;
}
</style>
border-color css
<style>
span { border-color: #DC591C; }
span { border-color: rgb(220,89,28); }
td.TdClassName
{
border-color: #DC591C;
}
.TagClassName
{
border-color: #DC591C;
}
</style>