Shades of Chocolate #DC5C10
Tints of Chocolate #DC5C10
RGB
CMYK
RGB Variations
Color information
#DC5C10 (or 0xDC5C10) is known color: Chocolate. HEX triplet: DC, 5C and 10. RGB value is (220,92,16). Sum of RGB (Red+Green+Blue) = 220+92+16=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C10 is #23A3EF. Grayscale: #7A7A7A. Windows color (decimal): -2335728 or 1072348. OLE color: 1072348.
HSL color Cylindrical-coordinate representation of color #DC5C10: hue angle of 22.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC5C10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.14 |
| HSL | 22.35º | 0.86% | 0.46% | - |
| HSV(B) | 22.35º | 0.93% | 0.86% | - |
| XYZ | 33.44 | 22.91 | 3.15 | - |
| YUV | 121.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 16 | 0 | 0.58 | 0.93 | 0.14 | 22.35 | 0.86 | 0.46 |
| Hex | DC | 5C | 10 | 0 | 3A | 5D | E | 16 | 56 | 2E |
| Octal | 334 | 134 | 20 | 0 | 72 | 135 | 16 | 26 | 126 | 56 |
| Binary | 11011100 | 1011100 | 10000 | 0 | 111010 | 1011101 | 1110 | 10110 | 1010110 | 101110 |
Color Harmonies of #DC5C10
Complementary color
Monochromatic Colors of #DC5C10
Black with #DC5C10
Text Example
Text Example
White with #DC5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C10; }
p { color: rgb(220,92,16); }
H1.HeaderClassName
{
color: #DC5C10;
}
.AnyTagClassName
{
color: #DC5C10;
}
</style>
background-color css
<style>
a { background-color: #DC5C10; }
a { background-color: rgb(220,92,16); }
div.DivClassName
{
background-color: #DC5C10;
}
.BgClassName
{
background-color: #DC5C10;
}
</style>
border-color css
<style>
span { border-color: #DC5C10; }
span { border-color: rgb(220,92,16); }
td.TdClassName
{
border-color: #DC5C10;
}
.TagClassName
{
border-color: #DC5C10;
}
</style>