Shades of Chocolate #DC7311
Tints of Chocolate #DC7311
RGB
CMYK
RGB Variations
Color information
#DC7311 (or 0xDC7311) is known color: Chocolate. HEX triplet: DC, 73 and 11. RGB value is (220,115,17). Sum of RGB (Red+Green+Blue) = 220+115+17=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7311 is #238CEE. Grayscale: #878787. Windows color (decimal): -2329839 or 1143772. OLE color: 1143772.
HSL color Cylindrical-coordinate representation of color #DC7311: hue angle of 28.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7311 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.14 |
| HSL | 28.97º | 0.86% | 0.46% | - |
| HSV(B) | 28.97º | 0.92% | 0.86% | - |
| XYZ | 35.75 | 27.52 | 3.96 | - |
| YUV | 135.22 | 61.29 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 17 | 0 | 0.48 | 0.92 | 0.14 | 28.97 | 0.86 | 0.46 |
| Hex | DC | 73 | 11 | 0 | 30 | 5C | E | 1D | 56 | 2E |
| Octal | 334 | 163 | 21 | 0 | 60 | 134 | 16 | 35 | 126 | 56 |
| Binary | 11011100 | 1110011 | 10001 | 0 | 110000 | 1011100 | 1110 | 11101 | 1010110 | 101110 |
Color Harmonies of #DC7311
Complementary color
Monochromatic Colors of #DC7311
Black with #DC7311
Text Example
Text Example
White with #DC7311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7311; }
p { color: rgb(220,115,17); }
H1.HeaderClassName
{
color: #DC7311;
}
.AnyTagClassName
{
color: #DC7311;
}
</style>
background-color css
<style>
a { background-color: #DC7311; }
a { background-color: rgb(220,115,17); }
div.DivClassName
{
background-color: #DC7311;
}
.BgClassName
{
background-color: #DC7311;
}
</style>
border-color css
<style>
span { border-color: #DC7311; }
span { border-color: rgb(220,115,17); }
td.TdClassName
{
border-color: #DC7311;
}
.TagClassName
{
border-color: #DC7311;
}
</style>