Shades of Chocolate #DC5517
Tints of Chocolate #DC5517
RGB
CMYK
RGB Variations
Color information
#DC5517 (or 0xDC5517) is known color: Chocolate. HEX triplet: DC, 55 and 17. RGB value is (220,85,23). Sum of RGB (Red+Green+Blue) = 220+85+23=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5517 is #23AAE8. Grayscale: #767676. Windows color (decimal): -2337513 or 1529308. OLE color: 1529308.
HSL color Cylindrical-coordinate representation of color #DC5517: hue angle of 18.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5517 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.14 |
| HSL | 18.88º | 0.81% | 0.48% | - |
| HSV(B) | 18.88º | 0.9% | 0.86% | - |
| XYZ | 32.92 | 21.77 | 3.28 | - |
| YUV | 118.3 | 74.23 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 23 | 0 | 0.61 | 0.90 | 0.14 | 18.88 | 0.81 | 0.48 |
| Hex | DC | 55 | 17 | 0 | 3D | 5A | E | 13 | 51 | 30 |
| Octal | 334 | 125 | 27 | 0 | 75 | 132 | 16 | 23 | 121 | 60 |
| Binary | 11011100 | 1010101 | 10111 | 0 | 111101 | 1011010 | 1110 | 10011 | 1010001 | 110000 |
Color Harmonies of #DC5517
Complementary color
Monochromatic Colors of #DC5517
Black with #DC5517
Text Example
Text Example
White with #DC5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5517; }
p { color: rgb(220,85,23); }
H1.HeaderClassName
{
color: #DC5517;
}
.AnyTagClassName
{
color: #DC5517;
}
</style>
background-color css
<style>
a { background-color: #DC5517; }
a { background-color: rgb(220,85,23); }
div.DivClassName
{
background-color: #DC5517;
}
.BgClassName
{
background-color: #DC5517;
}
</style>
border-color css
<style>
span { border-color: #DC5517; }
span { border-color: rgb(220,85,23); }
td.TdClassName
{
border-color: #DC5517;
}
.TagClassName
{
border-color: #DC5517;
}
</style>