Shades of Chocolate #DB6B0E
Tints of Chocolate #DB6B0E
RGB
CMYK
RGB Variations
Color information
#DB6B0E (or 0xDB6B0E) is known color: Chocolate. HEX triplet: DB, 6B and 0E. RGB value is (219,107,14). Sum of RGB (Red+Green+Blue) = 219+107+14=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B0E is #2494F1. Grayscale: #828282. Windows color (decimal): -2397426 or 945115. OLE color: 945115.
HSL color Cylindrical-coordinate representation of color #DB6B0E: hue angle of 27.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB6B0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.14 |
| HSL | 27.22º | 0.88% | 0.46% | - |
| HSV(B) | 27.22º | 0.94% | 0.86% | - |
| XYZ | 34.55 | 25.61 | 3.54 | - |
| YUV | 129.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 14 | 0 | 0.51 | 0.94 | 0.14 | 27.22 | 0.88 | 0.46 |
| Hex | DB | 6B | E | 0 | 33 | 5E | E | 1B | 58 | 2E |
| Octal | 333 | 153 | 16 | 0 | 63 | 136 | 16 | 33 | 130 | 56 |
| Binary | 11011011 | 1101011 | 1110 | 0 | 110011 | 1011110 | 1110 | 11011 | 1011000 | 101110 |
Color Harmonies of #DB6B0E
Complementary color
Monochromatic Colors of #DB6B0E
Black with #DB6B0E
Text Example
Text Example
White with #DB6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B0E; }
p { color: rgb(219,107,14); }
H1.HeaderClassName
{
color: #DB6B0E;
}
.AnyTagClassName
{
color: #DB6B0E;
}
</style>
background-color css
<style>
a { background-color: #DB6B0E; }
a { background-color: rgb(219,107,14); }
div.DivClassName
{
background-color: #DB6B0E;
}
.BgClassName
{
background-color: #DB6B0E;
}
</style>
border-color css
<style>
span { border-color: #DB6B0E; }
span { border-color: rgb(219,107,14); }
td.TdClassName
{
border-color: #DB6B0E;
}
.TagClassName
{
border-color: #DB6B0E;
}
</style>