Shades of Chocolate #DB6910
Tints of Chocolate #DB6910
RGB
CMYK
RGB Variations
Color information
#DB6910 (or 0xDB6910) is known color: Chocolate. HEX triplet: DB, 69 and 10. RGB value is (219,105,16). Sum of RGB (Red+Green+Blue) = 219+105+16=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6910 is #2496EF. Grayscale: #818181. Windows color (decimal): -2397936 or 1075675. OLE color: 1075675.
HSL color Cylindrical-coordinate representation of color #DB6910: hue angle of 26.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB6910 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.14 |
| HSL | 26.31º | 0.86% | 0.46% | - |
| HSV(B) | 26.31º | 0.93% | 0.86% | - |
| XYZ | 34.36 | 25.2 | 3.54 | - |
| YUV | 128.94 | 64.27 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 16 | 0 | 0.52 | 0.93 | 0.14 | 26.31 | 0.86 | 0.46 |
| Hex | DB | 69 | 10 | 0 | 34 | 5D | E | 1A | 56 | 2E |
| Octal | 333 | 151 | 20 | 0 | 64 | 135 | 16 | 32 | 126 | 56 |
| Binary | 11011011 | 1101001 | 10000 | 0 | 110100 | 1011101 | 1110 | 11010 | 1010110 | 101110 |
Color Harmonies of #DB6910
Complementary color
Monochromatic Colors of #DB6910
Black with #DB6910
Text Example
Text Example
White with #DB6910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6910; }
p { color: rgb(219,105,16); }
H1.HeaderClassName
{
color: #DB6910;
}
.AnyTagClassName
{
color: #DB6910;
}
</style>
background-color css
<style>
a { background-color: #DB6910; }
a { background-color: rgb(219,105,16); }
div.DivClassName
{
background-color: #DB6910;
}
.BgClassName
{
background-color: #DB6910;
}
</style>
border-color css
<style>
span { border-color: #DB6910; }
span { border-color: rgb(219,105,16); }
td.TdClassName
{
border-color: #DB6910;
}
.TagClassName
{
border-color: #DB6910;
}
</style>