Shades of Chocolate #DC5418
Tints of Chocolate #DC5418
RGB
CMYK
RGB Variations
Color information
#DC5418 (or 0xDC5418) is known color: Chocolate. HEX triplet: DC, 54 and 18. RGB value is (220,84,24). Sum of RGB (Red+Green+Blue) = 220+84+24=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5418 is #23ABE7. Grayscale: #767676. Windows color (decimal): -2337768 or 1594588. OLE color: 1594588.
HSL color Cylindrical-coordinate representation of color #DC5418: hue angle of 18.37º 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 #DC5418 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 24 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.14 |
| HSL | 18.37º | 0.8% | 0.48% | - |
| HSV(B) | 18.37º | 0.89% | 0.86% | - |
| XYZ | 32.85 | 21.62 | 3.31 | - |
| YUV | 117.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 24 | 0 | 0.62 | 0.89 | 0.14 | 18.37 | 0.8 | 0.48 |
| Hex | DC | 54 | 18 | 0 | 3E | 59 | E | 12 | 50 | 30 |
| Octal | 334 | 124 | 30 | 0 | 76 | 131 | 16 | 22 | 120 | 60 |
| Binary | 11011100 | 1010100 | 11000 | 0 | 111110 | 1011001 | 1110 | 10010 | 1010000 | 110000 |
Color Harmonies of #DC5418
Complementary color
Monochromatic Colors of #DC5418
Black with #DC5418
Text Example
Text Example
White with #DC5418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5418; }
p { color: rgb(220,84,24); }
H1.HeaderClassName
{
color: #DC5418;
}
.AnyTagClassName
{
color: #DC5418;
}
</style>
background-color css
<style>
a { background-color: #DC5418; }
a { background-color: rgb(220,84,24); }
div.DivClassName
{
background-color: #DC5418;
}
.BgClassName
{
background-color: #DC5418;
}
</style>
border-color css
<style>
span { border-color: #DC5418; }
span { border-color: rgb(220,84,24); }
td.TdClassName
{
border-color: #DC5418;
}
.TagClassName
{
border-color: #DC5418;
}
</style>