Shades of Chocolate #DB6D11
Tints of Chocolate #DB6D11
RGB
CMYK
RGB Variations
Color information
#DB6D11 (or 0xDB6D11) is known color: Chocolate. HEX triplet: DB, 6D and 11. RGB value is (219,109,17). Sum of RGB (Red+Green+Blue) = 219+109+17=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D11 is #2492EE. Grayscale: #838383. Windows color (decimal): -2396911 or 1142235. OLE color: 1142235.
HSL color Cylindrical-coordinate representation of color #DB6D11: hue angle of 27.33º 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 #DB6D11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.14 |
| HSL | 27.33º | 0.86% | 0.46% | - |
| HSV(B) | 27.33º | 0.92% | 0.86% | - |
| XYZ | 34.78 | 26.04 | 3.72 | - |
| YUV | 131.4 | 63.44 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 17 | 0 | 0.50 | 0.92 | 0.14 | 27.33 | 0.86 | 0.46 |
| Hex | DB | 6D | 11 | 0 | 32 | 5C | E | 1B | 56 | 2E |
| Octal | 333 | 155 | 21 | 0 | 62 | 134 | 16 | 33 | 126 | 56 |
| Binary | 11011011 | 1101101 | 10001 | 0 | 110010 | 1011100 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DB6D11
Complementary color
Monochromatic Colors of #DB6D11
Black with #DB6D11
Text Example
Text Example
White with #DB6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D11; }
p { color: rgb(219,109,17); }
H1.HeaderClassName
{
color: #DB6D11;
}
.AnyTagClassName
{
color: #DB6D11;
}
</style>
background-color css
<style>
a { background-color: #DB6D11; }
a { background-color: rgb(219,109,17); }
div.DivClassName
{
background-color: #DB6D11;
}
.BgClassName
{
background-color: #DB6D11;
}
</style>
border-color css
<style>
span { border-color: #DB6D11; }
span { border-color: rgb(219,109,17); }
td.TdClassName
{
border-color: #DB6D11;
}
.TagClassName
{
border-color: #DB6D11;
}
</style>