Shades of Chocolate #DC5119
Tints of Chocolate #DC5119
RGB
CMYK
RGB Variations
Color information
#DC5119 (or 0xDC5119) is known color: Chocolate. HEX triplet: DC, 51 and 19. RGB value is (220,81,25). Sum of RGB (Red+Green+Blue) = 220+81+25=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5119 is #23AEE6. Grayscale: #747474. Windows color (decimal): -2338535 or 1659356. OLE color: 1659356.
HSL color Cylindrical-coordinate representation of color #DC5119: hue angle of 17.23º 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 #DC5119 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 17.23º | 0.8% | 0.48% | - |
| HSV(B) | 17.23º | 0.89% | 0.86% | - |
| XYZ | 32.63 | 21.17 | 3.29 | - |
| YUV | 116.18 | 76.55 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 25 | 0 | 0.63 | 0.89 | 0.14 | 17.23 | 0.8 | 0.48 |
| Hex | DC | 51 | 19 | 0 | 3F | 59 | E | 11 | 50 | 30 |
| Octal | 334 | 121 | 31 | 0 | 77 | 131 | 16 | 21 | 120 | 60 |
| Binary | 11011100 | 1010001 | 11001 | 0 | 111111 | 1011001 | 1110 | 10001 | 1010000 | 110000 |
Color Harmonies of #DC5119
Complementary color
Monochromatic Colors of #DC5119
Black with #DC5119
Text Example
Text Example
White with #DC5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5119; }
p { color: rgb(220,81,25); }
H1.HeaderClassName
{
color: #DC5119;
}
.AnyTagClassName
{
color: #DC5119;
}
</style>
background-color css
<style>
a { background-color: #DC5119; }
a { background-color: rgb(220,81,25); }
div.DivClassName
{
background-color: #DC5119;
}
.BgClassName
{
background-color: #DC5119;
}
</style>
border-color css
<style>
span { border-color: #DC5119; }
span { border-color: rgb(220,81,25); }
td.TdClassName
{
border-color: #DC5119;
}
.TagClassName
{
border-color: #DC5119;
}
</style>