Shades of Chocolate #DC5C11
Tints of Chocolate #DC5C11
RGB
CMYK
RGB Variations
Color information
#DC5C11 (or 0xDC5C11) is known color: Chocolate. HEX triplet: DC, 5C and 11. RGB value is (220,92,17). Sum of RGB (Red+Green+Blue) = 220+92+17=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C11 is #23A3EE. Grayscale: #7A7A7A. Windows color (decimal): -2335727 or 1137884. OLE color: 1137884.
HSL color Cylindrical-coordinate representation of color #DC5C11: hue angle of 22.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5C11 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.14 |
| HSL | 22.17º | 0.86% | 0.46% | - |
| HSV(B) | 22.17º | 0.92% | 0.86% | - |
| XYZ | 33.44 | 22.91 | 3.19 | - |
| YUV | 121.72 | 68.91 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 17 | 0 | 0.58 | 0.92 | 0.14 | 22.17 | 0.86 | 0.46 |
| Hex | DC | 5C | 11 | 0 | 3A | 5C | E | 16 | 56 | 2E |
| Octal | 334 | 134 | 21 | 0 | 72 | 134 | 16 | 26 | 126 | 56 |
| Binary | 11011100 | 1011100 | 10001 | 0 | 111010 | 1011100 | 1110 | 10110 | 1010110 | 101110 |
Color Harmonies of #DC5C11
Complementary color
Monochromatic Colors of #DC5C11
Black with #DC5C11
Text Example
Text Example
White with #DC5C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C11; }
p { color: rgb(220,92,17); }
H1.HeaderClassName
{
color: #DC5C11;
}
.AnyTagClassName
{
color: #DC5C11;
}
</style>
background-color css
<style>
a { background-color: #DC5C11; }
a { background-color: rgb(220,92,17); }
div.DivClassName
{
background-color: #DC5C11;
}
.BgClassName
{
background-color: #DC5C11;
}
</style>
border-color css
<style>
span { border-color: #DC5C11; }
span { border-color: rgb(220,92,17); }
td.TdClassName
{
border-color: #DC5C11;
}
.TagClassName
{
border-color: #DC5C11;
}
</style>