Shades of Chocolate #DC5D13
Tints of Chocolate #DC5D13
RGB
CMYK
RGB Variations
Color information
#DC5D13 (or 0xDC5D13) is known color: Chocolate. HEX triplet: DC, 5D and 13. RGB value is (220,93,19). Sum of RGB (Red+Green+Blue) = 220+93+19=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D13 is #23A2EC. Grayscale: #7A7A7A. Windows color (decimal): -2335469 or 1269212. OLE color: 1269212.
HSL color Cylindrical-coordinate representation of color #DC5D13: hue angle of 22.09º 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 #DC5D13 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 19 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.14 |
| HSL | 22.09º | 0.84% | 0.47% | - |
| HSV(B) | 22.09º | 0.91% | 0.86% | - |
| XYZ | 33.55 | 23.09 | 3.31 | - |
| YUV | 122.54 | 69.58 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 19 | 0 | 0.58 | 0.91 | 0.14 | 22.09 | 0.84 | 0.47 |
| Hex | DC | 5D | 13 | 0 | 3A | 5B | E | 16 | 54 | 2F |
| Octal | 334 | 135 | 23 | 0 | 72 | 133 | 16 | 26 | 124 | 57 |
| Binary | 11011100 | 1011101 | 10011 | 0 | 111010 | 1011011 | 1110 | 10110 | 1010100 | 101111 |
Color Harmonies of #DC5D13
Complementary color
Monochromatic Colors of #DC5D13
Black with #DC5D13
Text Example
Text Example
White with #DC5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D13; }
p { color: rgb(220,93,19); }
H1.HeaderClassName
{
color: #DC5D13;
}
.AnyTagClassName
{
color: #DC5D13;
}
</style>
background-color css
<style>
a { background-color: #DC5D13; }
a { background-color: rgb(220,93,19); }
div.DivClassName
{
background-color: #DC5D13;
}
.BgClassName
{
background-color: #DC5D13;
}
</style>
border-color css
<style>
span { border-color: #DC5D13; }
span { border-color: rgb(220,93,19); }
td.TdClassName
{
border-color: #DC5D13;
}
.TagClassName
{
border-color: #DC5D13;
}
</style>