Shades of Chocolate #DC5219
Tints of Chocolate #DC5219
RGB
CMYK
RGB Variations
Color information
#DC5219 (or 0xDC5219) is known color: Chocolate. HEX triplet: DC, 52 and 19. RGB value is (220,82,25). Sum of RGB (Red+Green+Blue) = 220+82+25=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5219 is #23ADE6. Grayscale: #757575. Windows color (decimal): -2338279 or 1659612. OLE color: 1659612.
HSL color Cylindrical-coordinate representation of color #DC5219: hue angle of 17.54º 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 #DC5219 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 17.54º | 0.8% | 0.48% | - |
| HSV(B) | 17.54º | 0.89% | 0.86% | - |
| XYZ | 32.71 | 21.32 | 3.31 | - |
| YUV | 116.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 25 | 0 | 0.63 | 0.89 | 0.14 | 17.54 | 0.8 | 0.48 |
| Hex | DC | 52 | 19 | 0 | 3F | 59 | E | 12 | 50 | 30 |
| Octal | 334 | 122 | 31 | 0 | 77 | 131 | 16 | 22 | 120 | 60 |
| Binary | 11011100 | 1010010 | 11001 | 0 | 111111 | 1011001 | 1110 | 10010 | 1010000 | 110000 |
Color Harmonies of #DC5219
Complementary color
Monochromatic Colors of #DC5219
Black with #DC5219
Text Example
Text Example
White with #DC5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5219; }
p { color: rgb(220,82,25); }
H1.HeaderClassName
{
color: #DC5219;
}
.AnyTagClassName
{
color: #DC5219;
}
</style>
background-color css
<style>
a { background-color: #DC5219; }
a { background-color: rgb(220,82,25); }
div.DivClassName
{
background-color: #DC5219;
}
.BgClassName
{
background-color: #DC5219;
}
</style>
border-color css
<style>
span { border-color: #DC5219; }
span { border-color: rgb(220,82,25); }
td.TdClassName
{
border-color: #DC5219;
}
.TagClassName
{
border-color: #DC5219;
}
</style>