Shades of Chocolate #DC5716
Tints of Chocolate #DC5716
RGB
CMYK
RGB Variations
Color information
#DC5716 (or 0xDC5716) is known color: Chocolate. HEX triplet: DC, 57 and 16. RGB value is (220,87,22). Sum of RGB (Red+Green+Blue) = 220+87+22=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5716 is #23A8E9. Grayscale: #777777. Windows color (decimal): -2337002 or 1464284. OLE color: 1464284.
HSL color Cylindrical-coordinate representation of color #DC5716: hue angle of 19.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5716 is Cyan = 0, Magento = 0.60, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 22 | - |
| CMYK | 0 | 0.60 | 0.9 | 0.14 |
| HSL | 19.7º | 0.82% | 0.47% | - |
| HSV(B) | 19.7º | 0.9% | 0.86% | - |
| XYZ | 33.07 | 22.09 | 3.28 | - |
| YUV | 119.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 22 | 0 | 0.60 | 0.9 | 0.14 | 19.7 | 0.82 | 0.47 |
| Hex | DC | 57 | 16 | 0 | 3C | 5A | E | 14 | 52 | 2F |
| Octal | 334 | 127 | 26 | 0 | 74 | 132 | 16 | 24 | 122 | 57 |
| Binary | 11011100 | 1010111 | 10110 | 0 | 111100 | 1011010 | 1110 | 10100 | 1010010 | 101111 |
Color Harmonies of #DC5716
Complementary color
Monochromatic Colors of #DC5716
Black with #DC5716
Text Example
Text Example
White with #DC5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5716; }
p { color: rgb(220,87,22); }
H1.HeaderClassName
{
color: #DC5716;
}
.AnyTagClassName
{
color: #DC5716;
}
</style>
background-color css
<style>
a { background-color: #DC5716; }
a { background-color: rgb(220,87,22); }
div.DivClassName
{
background-color: #DC5716;
}
.BgClassName
{
background-color: #DC5716;
}
</style>
border-color css
<style>
span { border-color: #DC5716; }
span { border-color: rgb(220,87,22); }
td.TdClassName
{
border-color: #DC5716;
}
.TagClassName
{
border-color: #DC5716;
}
</style>