Shades of Chocolate #DB6B11
Tints of Chocolate #DB6B11
RGB
CMYK
RGB Variations
Color information
#DB6B11 (or 0xDB6B11) is known color: Chocolate. HEX triplet: DB, 6B and 11. RGB value is (219,107,17). Sum of RGB (Red+Green+Blue) = 219+107+17=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B11 is #2494EE. Grayscale: #828282. Windows color (decimal): -2397423 or 1141723. OLE color: 1141723.
HSL color Cylindrical-coordinate representation of color #DB6B11: hue angle of 26.73º 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 #DB6B11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.14 |
| HSL | 26.73º | 0.86% | 0.46% | - |
| HSV(B) | 26.73º | 0.92% | 0.86% | - |
| XYZ | 34.57 | 25.62 | 3.65 | - |
| YUV | 130.23 | 64.11 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 17 | 0 | 0.51 | 0.92 | 0.14 | 26.73 | 0.86 | 0.46 |
| Hex | DB | 6B | 11 | 0 | 33 | 5C | E | 1B | 56 | 2E |
| Octal | 333 | 153 | 21 | 0 | 63 | 134 | 16 | 33 | 126 | 56 |
| Binary | 11011011 | 1101011 | 10001 | 0 | 110011 | 1011100 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DB6B11
Complementary color
Monochromatic Colors of #DB6B11
Black with #DB6B11
Text Example
Text Example
White with #DB6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B11; }
p { color: rgb(219,107,17); }
H1.HeaderClassName
{
color: #DB6B11;
}
.AnyTagClassName
{
color: #DB6B11;
}
</style>
background-color css
<style>
a { background-color: #DB6B11; }
a { background-color: rgb(219,107,17); }
div.DivClassName
{
background-color: #DB6B11;
}
.BgClassName
{
background-color: #DB6B11;
}
</style>
border-color css
<style>
span { border-color: #DB6B11; }
span { border-color: rgb(219,107,17); }
td.TdClassName
{
border-color: #DB6B11;
}
.TagClassName
{
border-color: #DB6B11;
}
</style>