Shades of Chocolate #DC5C24
Tints of Chocolate #DC5C24
RGB
CMYK
RGB Variations
Color information
#DC5C24 (or 0xDC5C24) is known color: Chocolate. HEX triplet: DC, 5C and 24. RGB value is (220,92,36). Sum of RGB (Red+Green+Blue) = 220+92+36=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C24 is #23A3DB. Grayscale: #7C7C7C. Windows color (decimal): -2335708 or 2383068. OLE color: 2383068.
HSL color Cylindrical-coordinate representation of color #DC5C24: hue angle of 18.26º 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 #DC5C24 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 36 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.14 |
| HSL | 18.26º | 0.72% | 0.5% | - |
| HSV(B) | 18.26º | 0.84% | 0.86% | - |
| XYZ | 33.66 | 23 | 4.33 | - |
| YUV | 123.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 36 | 0 | 0.58 | 0.84 | 0.14 | 18.26 | 0.72 | 0.5 |
| Hex | DC | 5C | 24 | 0 | 3A | 54 | E | 12 | 48 | 32 |
| Octal | 334 | 134 | 44 | 0 | 72 | 124 | 16 | 22 | 110 | 62 |
| Binary | 11011100 | 1011100 | 100100 | 0 | 111010 | 1010100 | 1110 | 10010 | 1001000 | 110010 |
Color Harmonies of #DC5C24
Complementary color
Monochromatic Colors of #DC5C24
Black with #DC5C24
Text Example
Text Example
White with #DC5C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C24; }
p { color: rgb(220,92,36); }
H1.HeaderClassName
{
color: #DC5C24;
}
.AnyTagClassName
{
color: #DC5C24;
}
</style>
background-color css
<style>
a { background-color: #DC5C24; }
a { background-color: rgb(220,92,36); }
div.DivClassName
{
background-color: #DC5C24;
}
.BgClassName
{
background-color: #DC5C24;
}
</style>
border-color css
<style>
span { border-color: #DC5C24; }
span { border-color: rgb(220,92,36); }
td.TdClassName
{
border-color: #DC5C24;
}
.TagClassName
{
border-color: #DC5C24;
}
</style>