Shades of Chocolate #DC5018
Tints of Chocolate #DC5018
RGB
CMYK
RGB Variations
Color information
#DC5018 (or 0xDC5018) is known color: Chocolate. HEX triplet: DC, 50 and 18. RGB value is (220,80,24). Sum of RGB (Red+Green+Blue) = 220+80+24=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5018 is #23AFE7. Grayscale: #737373. Windows color (decimal): -2338792 or 1593564. OLE color: 1593564.
HSL color Cylindrical-coordinate representation of color #DC5018: hue angle of 17.14º 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 #DC5018 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 24 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.14 |
| HSL | 17.14º | 0.8% | 0.48% | - |
| HSV(B) | 17.14º | 0.89% | 0.86% | - |
| XYZ | 32.55 | 21.02 | 3.21 | - |
| YUV | 115.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 24 | 0 | 0.64 | 0.89 | 0.14 | 17.14 | 0.8 | 0.48 |
| Hex | DC | 50 | 18 | 0 | 40 | 59 | E | 11 | 50 | 30 |
| Octal | 334 | 120 | 30 | 0 | 100 | 131 | 16 | 21 | 120 | 60 |
| Binary | 11011100 | 1010000 | 11000 | 0 | 1000000 | 1011001 | 1110 | 10001 | 1010000 | 110000 |
Color Harmonies of #DC5018
Complementary color
Monochromatic Colors of #DC5018
Black with #DC5018
Text Example
Text Example
White with #DC5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5018; }
p { color: rgb(220,80,24); }
H1.HeaderClassName
{
color: #DC5018;
}
.AnyTagClassName
{
color: #DC5018;
}
</style>
background-color css
<style>
a { background-color: #DC5018; }
a { background-color: rgb(220,80,24); }
div.DivClassName
{
background-color: #DC5018;
}
.BgClassName
{
background-color: #DC5018;
}
</style>
border-color css
<style>
span { border-color: #DC5018; }
span { border-color: rgb(220,80,24); }
td.TdClassName
{
border-color: #DC5018;
}
.TagClassName
{
border-color: #DC5018;
}
</style>