Shades of Chocolate #DC7215
Tints of Chocolate #DC7215
RGB
CMYK
RGB Variations
Color information
#DC7215 (or 0xDC7215) is known color: Chocolate. HEX triplet: DC, 72 and 15. RGB value is (220,114,21). Sum of RGB (Red+Green+Blue) = 220+114+21=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7215 is #238DEA. Grayscale: #878787. Windows color (decimal): -2330091 or 1405660. OLE color: 1405660.
HSL color Cylindrical-coordinate representation of color #DC7215: hue angle of 28.04º 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 #DC7215 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 21 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.14 |
| HSL | 28.04º | 0.83% | 0.47% | - |
| HSV(B) | 28.04º | 0.9% | 0.86% | - |
| XYZ | 35.67 | 27.3 | 4.1 | - |
| YUV | 135.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 21 | 0 | 0.48 | 0.90 | 0.14 | 28.04 | 0.83 | 0.47 |
| Hex | DC | 72 | 15 | 0 | 30 | 5A | E | 1C | 53 | 2F |
| Octal | 334 | 162 | 25 | 0 | 60 | 132 | 16 | 34 | 123 | 57 |
| Binary | 11011100 | 1110010 | 10101 | 0 | 110000 | 1011010 | 1110 | 11100 | 1010011 | 101111 |
Color Harmonies of #DC7215
Complementary color
Monochromatic Colors of #DC7215
Black with #DC7215
Text Example
Text Example
White with #DC7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7215; }
p { color: rgb(220,114,21); }
H1.HeaderClassName
{
color: #DC7215;
}
.AnyTagClassName
{
color: #DC7215;
}
</style>
background-color css
<style>
a { background-color: #DC7215; }
a { background-color: rgb(220,114,21); }
div.DivClassName
{
background-color: #DC7215;
}
.BgClassName
{
background-color: #DC7215;
}
</style>
border-color css
<style>
span { border-color: #DC7215; }
span { border-color: rgb(220,114,21); }
td.TdClassName
{
border-color: #DC7215;
}
.TagClassName
{
border-color: #DC7215;
}
</style>