Shades of Chocolate #DC5618
Tints of Chocolate #DC5618
RGB
CMYK
RGB Variations
Color information
#DC5618 (or 0xDC5618) is known color: Chocolate. HEX triplet: DC, 56 and 18. RGB value is (220,86,24). Sum of RGB (Red+Green+Blue) = 220+86+24=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5618 is #23A9E7. Grayscale: #777777. Windows color (decimal): -2337256 or 1595100. OLE color: 1595100.
HSL color Cylindrical-coordinate representation of color #DC5618: hue angle of 18.98º 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 #DC5618 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 24 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.14 |
| HSL | 18.98º | 0.8% | 0.48% | - |
| HSV(B) | 18.98º | 0.89% | 0.86% | - |
| XYZ | 33.01 | 21.94 | 3.36 | - |
| YUV | 119 | 74.39 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 24 | 0 | 0.61 | 0.89 | 0.14 | 18.98 | 0.8 | 0.48 |
| Hex | DC | 56 | 18 | 0 | 3D | 59 | E | 13 | 50 | 30 |
| Octal | 334 | 126 | 30 | 0 | 75 | 131 | 16 | 23 | 120 | 60 |
| Binary | 11011100 | 1010110 | 11000 | 0 | 111101 | 1011001 | 1110 | 10011 | 1010000 | 110000 |
Color Harmonies of #DC5618
Complementary color
Monochromatic Colors of #DC5618
Black with #DC5618
Text Example
Text Example
White with #DC5618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5618; }
p { color: rgb(220,86,24); }
H1.HeaderClassName
{
color: #DC5618;
}
.AnyTagClassName
{
color: #DC5618;
}
</style>
background-color css
<style>
a { background-color: #DC5618; }
a { background-color: rgb(220,86,24); }
div.DivClassName
{
background-color: #DC5618;
}
.BgClassName
{
background-color: #DC5618;
}
</style>
border-color css
<style>
span { border-color: #DC5618; }
span { border-color: rgb(220,86,24); }
td.TdClassName
{
border-color: #DC5618;
}
.TagClassName
{
border-color: #DC5618;
}
</style>