Shades of Chocolate #DC5713
Tints of Chocolate #DC5713
RGB
CMYK
RGB Variations
Color information
#DC5713 (or 0xDC5713) is known color: Chocolate. HEX triplet: DC, 57 and 13. RGB value is (220,87,19). Sum of RGB (Red+Green+Blue) = 220+87+19=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5713 is #23A8EC. Grayscale: #777777. Windows color (decimal): -2337005 or 1267676. OLE color: 1267676.
HSL color Cylindrical-coordinate representation of color #DC5713: hue angle of 20.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC5713 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.14 |
| HSL | 20.3º | 0.84% | 0.47% | - |
| HSV(B) | 20.3º | 0.91% | 0.86% | - |
| XYZ | 33.04 | 22.08 | 3.14 | - |
| YUV | 119.02 | 71.56 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 19 | 0 | 0.60 | 0.91 | 0.14 | 20.3 | 0.84 | 0.47 |
| Hex | DC | 57 | 13 | 0 | 3C | 5B | E | 14 | 54 | 2F |
| Octal | 334 | 127 | 23 | 0 | 74 | 133 | 16 | 24 | 124 | 57 |
| Binary | 11011100 | 1010111 | 10011 | 0 | 111100 | 1011011 | 1110 | 10100 | 1010100 | 101111 |
Color Harmonies of #DC5713
Complementary color
Monochromatic Colors of #DC5713
Black with #DC5713
Text Example
Text Example
White with #DC5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5713; }
p { color: rgb(220,87,19); }
H1.HeaderClassName
{
color: #DC5713;
}
.AnyTagClassName
{
color: #DC5713;
}
</style>
background-color css
<style>
a { background-color: #DC5713; }
a { background-color: rgb(220,87,19); }
div.DivClassName
{
background-color: #DC5713;
}
.BgClassName
{
background-color: #DC5713;
}
</style>
border-color css
<style>
span { border-color: #DC5713; }
span { border-color: rgb(220,87,19); }
td.TdClassName
{
border-color: #DC5713;
}
.TagClassName
{
border-color: #DC5713;
}
</style>