Shades of Chocolate #DC5819
Tints of Chocolate #DC5819
RGB
CMYK
RGB Variations
Color information
#DC5819 (or 0xDC5819) is known color: Chocolate. HEX triplet: DC, 58 and 19. RGB value is (220,88,25). Sum of RGB (Red+Green+Blue) = 220+88+25=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5819 is #23A7E6. Grayscale: #787878. Windows color (decimal): -2336743 or 1661148. OLE color: 1661148.
HSL color Cylindrical-coordinate representation of color #DC5819: hue angle of 19.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC5819 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 25 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.14 |
| HSL | 19.38º | 0.8% | 0.48% | - |
| HSV(B) | 19.38º | 0.89% | 0.86% | - |
| XYZ | 33.18 | 22.27 | 3.47 | - |
| YUV | 120.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 25 | 0 | 0.6 | 0.89 | 0.14 | 19.38 | 0.8 | 0.48 |
| Hex | DC | 58 | 19 | 0 | 3C | 59 | E | 13 | 50 | 30 |
| Octal | 334 | 130 | 31 | 0 | 74 | 131 | 16 | 23 | 120 | 60 |
| Binary | 11011100 | 1011000 | 11001 | 0 | 111100 | 1011001 | 1110 | 10011 | 1010000 | 110000 |
Color Harmonies of #DC5819
Complementary color
Monochromatic Colors of #DC5819
Black with #DC5819
Text Example
Text Example
White with #DC5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5819; }
p { color: rgb(220,88,25); }
H1.HeaderClassName
{
color: #DC5819;
}
.AnyTagClassName
{
color: #DC5819;
}
</style>
background-color css
<style>
a { background-color: #DC5819; }
a { background-color: rgb(220,88,25); }
div.DivClassName
{
background-color: #DC5819;
}
.BgClassName
{
background-color: #DC5819;
}
</style>
border-color css
<style>
span { border-color: #DC5819; }
span { border-color: rgb(220,88,25); }
td.TdClassName
{
border-color: #DC5819;
}
.TagClassName
{
border-color: #DC5819;
}
</style>