Shades of Chocolate #DC5217
Tints of Chocolate #DC5217
RGB
CMYK
RGB Variations
Color information
#DC5217 (or 0xDC5217) is known color: Chocolate. HEX triplet: DC, 52 and 17. RGB value is (220,82,23). Sum of RGB (Red+Green+Blue) = 220+82+23=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5217 is #23ADE8. Grayscale: #747474. Windows color (decimal): -2338281 or 1528540. OLE color: 1528540.
HSL color Cylindrical-coordinate representation of color #DC5217: hue angle of 17.97º 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 #DC5217 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.14 |
| HSL | 17.97º | 0.81% | 0.48% | - |
| HSV(B) | 17.97º | 0.9% | 0.86% | - |
| XYZ | 32.69 | 21.31 | 3.2 | - |
| YUV | 116.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 23 | 0 | 0.63 | 0.90 | 0.14 | 17.97 | 0.81 | 0.48 |
| Hex | DC | 52 | 17 | 0 | 3F | 5A | E | 12 | 51 | 30 |
| Octal | 334 | 122 | 27 | 0 | 77 | 132 | 16 | 22 | 121 | 60 |
| Binary | 11011100 | 1010010 | 10111 | 0 | 111111 | 1011010 | 1110 | 10010 | 1010001 | 110000 |
Color Harmonies of #DC5217
Complementary color
Monochromatic Colors of #DC5217
Black with #DC5217
Text Example
Text Example
White with #DC5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5217; }
p { color: rgb(220,82,23); }
H1.HeaderClassName
{
color: #DC5217;
}
.AnyTagClassName
{
color: #DC5217;
}
</style>
background-color css
<style>
a { background-color: #DC5217; }
a { background-color: rgb(220,82,23); }
div.DivClassName
{
background-color: #DC5217;
}
.BgClassName
{
background-color: #DC5217;
}
</style>
border-color css
<style>
span { border-color: #DC5217; }
span { border-color: rgb(220,82,23); }
td.TdClassName
{
border-color: #DC5217;
}
.TagClassName
{
border-color: #DC5217;
}
</style>