Shades of Chocolate #DC7018
Tints of Chocolate #DC7018
RGB
CMYK
RGB Variations
Color information
#DC7018 (or 0xDC7018) is known color: Chocolate. HEX triplet: DC, 70 and 18. RGB value is (220,112,24). Sum of RGB (Red+Green+Blue) = 220+112+24=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7018 is #238FE7. Grayscale: #868686. Windows color (decimal): -2330600 or 1601756. OLE color: 1601756.
HSL color Cylindrical-coordinate representation of color #DC7018: hue angle of 26.94º 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 #DC7018 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 24 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.14 |
| HSL | 26.94º | 0.8% | 0.48% | - |
| HSV(B) | 26.94º | 0.89% | 0.86% | - |
| XYZ | 35.47 | 26.87 | 4.18 | - |
| YUV | 134.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 24 | 0 | 0.49 | 0.89 | 0.14 | 26.94 | 0.8 | 0.48 |
| Hex | DC | 70 | 18 | 0 | 31 | 59 | E | 1B | 50 | 30 |
| Octal | 334 | 160 | 30 | 0 | 61 | 131 | 16 | 33 | 120 | 60 |
| Binary | 11011100 | 1110000 | 11000 | 0 | 110001 | 1011001 | 1110 | 11011 | 1010000 | 110000 |
Color Harmonies of #DC7018
Complementary color
Monochromatic Colors of #DC7018
Black with #DC7018
Text Example
Text Example
White with #DC7018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7018; }
p { color: rgb(220,112,24); }
H1.HeaderClassName
{
color: #DC7018;
}
.AnyTagClassName
{
color: #DC7018;
}
</style>
background-color css
<style>
a { background-color: #DC7018; }
a { background-color: rgb(220,112,24); }
div.DivClassName
{
background-color: #DC7018;
}
.BgClassName
{
background-color: #DC7018;
}
</style>
border-color css
<style>
span { border-color: #DC7018; }
span { border-color: rgb(220,112,24); }
td.TdClassName
{
border-color: #DC7018;
}
.TagClassName
{
border-color: #DC7018;
}
</style>