Shades of Chocolate #DB7011
Tints of Chocolate #DB7011
RGB
CMYK
RGB Variations
Color information
#DB7011 (or 0xDB7011) is known color: Chocolate. HEX triplet: DB, 70 and 11. RGB value is (219,112,17). Sum of RGB (Red+Green+Blue) = 219+112+17=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7011 is #248FEE. Grayscale: #858585. Windows color (decimal): -2396143 or 1143003. OLE color: 1143003.
HSL color Cylindrical-coordinate representation of color #DB7011: hue angle of 28.22º 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 #DB7011 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.14 |
| HSL | 28.22º | 0.86% | 0.46% | - |
| HSV(B) | 28.22º | 0.92% | 0.86% | - |
| XYZ | 35.11 | 26.69 | 3.83 | - |
| YUV | 133.16 | 62.45 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 17 | 0 | 0.49 | 0.92 | 0.14 | 28.22 | 0.86 | 0.46 |
| Hex | DB | 70 | 11 | 0 | 31 | 5C | E | 1C | 56 | 2E |
| Octal | 333 | 160 | 21 | 0 | 61 | 134 | 16 | 34 | 126 | 56 |
| Binary | 11011011 | 1110000 | 10001 | 0 | 110001 | 1011100 | 1110 | 11100 | 1010110 | 101110 |
Color Harmonies of #DB7011
Complementary color
Monochromatic Colors of #DB7011
Black with #DB7011
Text Example
Text Example
White with #DB7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7011; }
p { color: rgb(219,112,17); }
H1.HeaderClassName
{
color: #DB7011;
}
.AnyTagClassName
{
color: #DB7011;
}
</style>
background-color css
<style>
a { background-color: #DB7011; }
a { background-color: rgb(219,112,17); }
div.DivClassName
{
background-color: #DB7011;
}
.BgClassName
{
background-color: #DB7011;
}
</style>
border-color css
<style>
span { border-color: #DB7011; }
span { border-color: rgb(219,112,17); }
td.TdClassName
{
border-color: #DB7011;
}
.TagClassName
{
border-color: #DB7011;
}
</style>