Shades of Chocolate #DB6B10
Tints of Chocolate #DB6B10
RGB
CMYK
RGB Variations
Color information
#DB6B10 (or 0xDB6B10) is known color: Chocolate. HEX triplet: DB, 6B and 10. RGB value is (219,107,16). Sum of RGB (Red+Green+Blue) = 219+107+16=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B10 is #2494EF. Grayscale: #828282. Windows color (decimal): -2397424 or 1076187. OLE color: 1076187.
HSL color Cylindrical-coordinate representation of color #DB6B10: hue angle of 26.9º 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 #DB6B10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.14 |
| HSL | 26.9º | 0.86% | 0.46% | - |
| HSV(B) | 26.9º | 0.93% | 0.86% | - |
| XYZ | 34.56 | 25.61 | 3.61 | - |
| YUV | 130.11 | 63.61 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 16 | 0 | 0.51 | 0.93 | 0.14 | 26.9 | 0.86 | 0.46 |
| Hex | DB | 6B | 10 | 0 | 33 | 5D | E | 1B | 56 | 2E |
| Octal | 333 | 153 | 20 | 0 | 63 | 135 | 16 | 33 | 126 | 56 |
| Binary | 11011011 | 1101011 | 10000 | 0 | 110011 | 1011101 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DB6B10
Complementary color
Monochromatic Colors of #DB6B10
Black with #DB6B10
Text Example
Text Example
White with #DB6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B10; }
p { color: rgb(219,107,16); }
H1.HeaderClassName
{
color: #DB6B10;
}
.AnyTagClassName
{
color: #DB6B10;
}
</style>
background-color css
<style>
a { background-color: #DB6B10; }
a { background-color: rgb(219,107,16); }
div.DivClassName
{
background-color: #DB6B10;
}
.BgClassName
{
background-color: #DB6B10;
}
</style>
border-color css
<style>
span { border-color: #DB6B10; }
span { border-color: rgb(219,107,16); }
td.TdClassName
{
border-color: #DB6B10;
}
.TagClassName
{
border-color: #DB6B10;
}
</style>