Shades of Chocolate #DC5921
Tints of Chocolate #DC5921
RGB
CMYK
RGB Variations
Color information
#DC5921 (or 0xDC5921) is known color: Chocolate. HEX triplet: DC, 59 and 21. RGB value is (220,89,33). Sum of RGB (Red+Green+Blue) = 220+89+33=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5921 is #23A6DE. Grayscale: #7A7A7A. Windows color (decimal): -2336479 or 2185692. OLE color: 2185692.
HSL color Cylindrical-coordinate representation of color #DC5921: hue angle of 17.97º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5921 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 33 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.14 |
| HSL | 17.97º | 0.74% | 0.5% | - |
| HSV(B) | 17.97º | 0.85% | 0.86% | - |
| XYZ | 33.36 | 22.47 | 4.02 | - |
| YUV | 121.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 33 | 0 | 0.60 | 0.85 | 0.14 | 17.97 | 0.74 | 0.5 |
| Hex | DC | 59 | 21 | 0 | 3C | 55 | E | 12 | 4A | 32 |
| Octal | 334 | 131 | 41 | 0 | 74 | 125 | 16 | 22 | 112 | 62 |
| Binary | 11011100 | 1011001 | 100001 | 0 | 111100 | 1010101 | 1110 | 10010 | 1001010 | 110010 |
Color Harmonies of #DC5921
Complementary color
Monochromatic Colors of #DC5921
Black with #DC5921
Text Example
Text Example
White with #DC5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5921; }
p { color: rgb(220,89,33); }
H1.HeaderClassName
{
color: #DC5921;
}
.AnyTagClassName
{
color: #DC5921;
}
</style>
background-color css
<style>
a { background-color: #DC5921; }
a { background-color: rgb(220,89,33); }
div.DivClassName
{
background-color: #DC5921;
}
.BgClassName
{
background-color: #DC5921;
}
</style>
border-color css
<style>
span { border-color: #DC5921; }
span { border-color: rgb(220,89,33); }
td.TdClassName
{
border-color: #DC5921;
}
.TagClassName
{
border-color: #DC5921;
}
</style>