Shades of Chocolate #DC5813
Tints of Chocolate #DC5813
RGB
CMYK
RGB Variations
Color information
#DC5813 (or 0xDC5813) is known color: Chocolate. HEX triplet: DC, 58 and 13. RGB value is (220,88,19). Sum of RGB (Red+Green+Blue) = 220+88+19=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5813 is #23A7EC. Grayscale: #787878. Windows color (decimal): -2336749 or 1267932. OLE color: 1267932.
HSL color Cylindrical-coordinate representation of color #DC5813: hue angle of 20.6º 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 #DC5813 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 19 | - |
| CMYK | 0 | 0.6 | 0.91 | 0.14 |
| HSL | 20.6º | 0.84% | 0.47% | - |
| HSV(B) | 20.6º | 0.91% | 0.86% | - |
| XYZ | 33.12 | 22.24 | 3.16 | - |
| YUV | 119.6 | 71.23 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 19 | 0 | 0.6 | 0.91 | 0.14 | 20.6 | 0.84 | 0.47 |
| Hex | DC | 58 | 13 | 0 | 3C | 5B | E | 15 | 54 | 2F |
| Octal | 334 | 130 | 23 | 0 | 74 | 133 | 16 | 25 | 124 | 57 |
| Binary | 11011100 | 1011000 | 10011 | 0 | 111100 | 1011011 | 1110 | 10101 | 1010100 | 101111 |
Color Harmonies of #DC5813
Complementary color
Monochromatic Colors of #DC5813
Black with #DC5813
Text Example
Text Example
White with #DC5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5813; }
p { color: rgb(220,88,19); }
H1.HeaderClassName
{
color: #DC5813;
}
.AnyTagClassName
{
color: #DC5813;
}
</style>
background-color css
<style>
a { background-color: #DC5813; }
a { background-color: rgb(220,88,19); }
div.DivClassName
{
background-color: #DC5813;
}
.BgClassName
{
background-color: #DC5813;
}
</style>
border-color css
<style>
span { border-color: #DC5813; }
span { border-color: rgb(220,88,19); }
td.TdClassName
{
border-color: #DC5813;
}
.TagClassName
{
border-color: #DC5813;
}
</style>