Shades of Chocolate #DC5D24
Tints of Chocolate #DC5D24
RGB
CMYK
RGB Variations
Color information
#DC5D24 (or 0xDC5D24) is known color: Chocolate. HEX triplet: DC, 5D and 24. RGB value is (220,93,36). Sum of RGB (Red+Green+Blue) = 220+93+36=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D24 is #23A2DB. Grayscale: #7C7C7C. Windows color (decimal): -2335452 or 2383324. OLE color: 2383324.
HSL color Cylindrical-coordinate representation of color #DC5D24: hue angle of 18.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC5D24 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 36 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.14 |
| HSL | 18.59º | 0.72% | 0.5% | - |
| HSV(B) | 18.59º | 0.84% | 0.86% | - |
| XYZ | 33.75 | 23.17 | 4.36 | - |
| YUV | 124.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 36 | 0 | 0.58 | 0.84 | 0.14 | 18.59 | 0.72 | 0.5 |
| Hex | DC | 5D | 24 | 0 | 3A | 54 | E | 13 | 48 | 32 |
| Octal | 334 | 135 | 44 | 0 | 72 | 124 | 16 | 23 | 110 | 62 |
| Binary | 11011100 | 1011101 | 100100 | 0 | 111010 | 1010100 | 1110 | 10011 | 1001000 | 110010 |
Color Harmonies of #DC5D24
Complementary color
Monochromatic Colors of #DC5D24
Black with #DC5D24
Text Example
Text Example
White with #DC5D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D24; }
p { color: rgb(220,93,36); }
H1.HeaderClassName
{
color: #DC5D24;
}
.AnyTagClassName
{
color: #DC5D24;
}
</style>
background-color css
<style>
a { background-color: #DC5D24; }
a { background-color: rgb(220,93,36); }
div.DivClassName
{
background-color: #DC5D24;
}
.BgClassName
{
background-color: #DC5D24;
}
</style>
border-color css
<style>
span { border-color: #DC5D24; }
span { border-color: rgb(220,93,36); }
td.TdClassName
{
border-color: #DC5D24;
}
.TagClassName
{
border-color: #DC5D24;
}
</style>