Shades of Chocolate #DC7015
Tints of Chocolate #DC7015
RGB
CMYK
RGB Variations
Color information
#DC7015 (or 0xDC7015) is known color: Chocolate. HEX triplet: DC, 70 and 15. RGB value is (220,112,21). Sum of RGB (Red+Green+Blue) = 220+112+21=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7015 is #238FEA. Grayscale: #868686. Windows color (decimal): -2330603 or 1405148. OLE color: 1405148.
HSL color Cylindrical-coordinate representation of color #DC7015: hue angle of 27.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7015 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.14 |
| HSL | 27.44º | 0.83% | 0.47% | - |
| HSV(B) | 27.44º | 0.9% | 0.86% | - |
| XYZ | 35.44 | 26.86 | 4.03 | - |
| YUV | 133.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 21 | 0 | 0.49 | 0.90 | 0.14 | 27.44 | 0.83 | 0.47 |
| Hex | DC | 70 | 15 | 0 | 31 | 5A | E | 1B | 53 | 2F |
| Octal | 334 | 160 | 25 | 0 | 61 | 132 | 16 | 33 | 123 | 57 |
| Binary | 11011100 | 1110000 | 10101 | 0 | 110001 | 1011010 | 1110 | 11011 | 1010011 | 101111 |
Color Harmonies of #DC7015
Complementary color
Monochromatic Colors of #DC7015
Black with #DC7015
Text Example
Text Example
White with #DC7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7015; }
p { color: rgb(220,112,21); }
H1.HeaderClassName
{
color: #DC7015;
}
.AnyTagClassName
{
color: #DC7015;
}
</style>
background-color css
<style>
a { background-color: #DC7015; }
a { background-color: rgb(220,112,21); }
div.DivClassName
{
background-color: #DC7015;
}
.BgClassName
{
background-color: #DC7015;
}
</style>
border-color css
<style>
span { border-color: #DC7015; }
span { border-color: rgb(220,112,21); }
td.TdClassName
{
border-color: #DC7015;
}
.TagClassName
{
border-color: #DC7015;
}
</style>