Shades of Chocolate #DB6C0E
Tints of Chocolate #DB6C0E
RGB
CMYK
RGB Variations
Color information
#DB6C0E (or 0xDB6C0E) is known color: Chocolate. HEX triplet: DB, 6C and 0E. RGB value is (219,108,14). Sum of RGB (Red+Green+Blue) = 219+108+14=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C0E is #2493F1. Grayscale: #828282. Windows color (decimal): -2397170 or 945371. OLE color: 945371.
HSL color Cylindrical-coordinate representation of color #DB6C0E: hue angle of 27.51º 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 #DB6C0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.14 |
| HSL | 27.51º | 0.88% | 0.46% | - |
| HSV(B) | 27.51º | 0.94% | 0.86% | - |
| XYZ | 34.66 | 25.82 | 3.57 | - |
| YUV | 130.47 | 62.27 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 14 | 0 | 0.51 | 0.94 | 0.14 | 27.51 | 0.88 | 0.46 |
| Hex | DB | 6C | E | 0 | 33 | 5E | E | 1C | 58 | 2E |
| Octal | 333 | 154 | 16 | 0 | 63 | 136 | 16 | 34 | 130 | 56 |
| Binary | 11011011 | 1101100 | 1110 | 0 | 110011 | 1011110 | 1110 | 11100 | 1011000 | 101110 |
Color Harmonies of #DB6C0E
Complementary color
Monochromatic Colors of #DB6C0E
Black with #DB6C0E
Text Example
Text Example
White with #DB6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C0E; }
p { color: rgb(219,108,14); }
H1.HeaderClassName
{
color: #DB6C0E;
}
.AnyTagClassName
{
color: #DB6C0E;
}
</style>
background-color css
<style>
a { background-color: #DB6C0E; }
a { background-color: rgb(219,108,14); }
div.DivClassName
{
background-color: #DB6C0E;
}
.BgClassName
{
background-color: #DB6C0E;
}
</style>
border-color css
<style>
span { border-color: #DB6C0E; }
span { border-color: rgb(219,108,14); }
td.TdClassName
{
border-color: #DB6C0E;
}
.TagClassName
{
border-color: #DB6C0E;
}
</style>