Shades of Chocolate #DB6E10
Tints of Chocolate #DB6E10
RGB
CMYK
RGB Variations
Color information
#DB6E10 (or 0xDB6E10) is known color: Chocolate. HEX triplet: DB, 6E and 10. RGB value is (219,110,16). Sum of RGB (Red+Green+Blue) = 219+110+16=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6E10 is #2491EF. Grayscale: #848484. Windows color (decimal): -2396656 or 1076955. OLE color: 1076955.
HSL color Cylindrical-coordinate representation of color #DB6E10: hue angle of 27.78º 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 #DB6E10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.14 |
| HSL | 27.78º | 0.86% | 0.46% | - |
| HSV(B) | 27.78º | 0.93% | 0.86% | - |
| XYZ | 34.88 | 26.25 | 3.72 | - |
| YUV | 131.88 | 62.61 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 16 | 0 | 0.50 | 0.93 | 0.14 | 27.78 | 0.86 | 0.46 |
| Hex | DB | 6E | 10 | 0 | 32 | 5D | E | 1C | 56 | 2E |
| Octal | 333 | 156 | 20 | 0 | 62 | 135 | 16 | 34 | 126 | 56 |
| Binary | 11011011 | 1101110 | 10000 | 0 | 110010 | 1011101 | 1110 | 11100 | 1010110 | 101110 |
Color Harmonies of #DB6E10
Complementary color
Monochromatic Colors of #DB6E10
Black with #DB6E10
Text Example
Text Example
White with #DB6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E10; }
p { color: rgb(219,110,16); }
H1.HeaderClassName
{
color: #DB6E10;
}
.AnyTagClassName
{
color: #DB6E10;
}
</style>
background-color css
<style>
a { background-color: #DB6E10; }
a { background-color: rgb(219,110,16); }
div.DivClassName
{
background-color: #DB6E10;
}
.BgClassName
{
background-color: #DB6E10;
}
</style>
border-color css
<style>
span { border-color: #DB6E10; }
span { border-color: rgb(219,110,16); }
td.TdClassName
{
border-color: #DB6E10;
}
.TagClassName
{
border-color: #DB6E10;
}
</style>