Shades of Chocolate #DB6D10
Tints of Chocolate #DB6D10
RGB
CMYK
RGB Variations
Color information
#DB6D10 (or 0xDB6D10) is known color: Chocolate. HEX triplet: DB, 6D and 10. RGB value is (219,109,16). Sum of RGB (Red+Green+Blue) = 219+109+16=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D10 is #2492EF. Grayscale: #838383. Windows color (decimal): -2396912 or 1076699. OLE color: 1076699.
HSL color Cylindrical-coordinate representation of color #DB6D10: hue angle of 27.49º 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 #DB6D10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.14 |
| HSL | 27.49º | 0.86% | 0.46% | - |
| HSV(B) | 27.49º | 0.93% | 0.86% | - |
| XYZ | 34.78 | 26.03 | 3.68 | - |
| YUV | 131.29 | 62.94 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 16 | 0 | 0.50 | 0.93 | 0.14 | 27.49 | 0.86 | 0.46 |
| Hex | DB | 6D | 10 | 0 | 32 | 5D | E | 1B | 56 | 2E |
| Octal | 333 | 155 | 20 | 0 | 62 | 135 | 16 | 33 | 126 | 56 |
| Binary | 11011011 | 1101101 | 10000 | 0 | 110010 | 1011101 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DB6D10
Complementary color
Monochromatic Colors of #DB6D10
Black with #DB6D10
Text Example
Text Example
White with #DB6D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D10; }
p { color: rgb(219,109,16); }
H1.HeaderClassName
{
color: #DB6D10;
}
.AnyTagClassName
{
color: #DB6D10;
}
</style>
background-color css
<style>
a { background-color: #DB6D10; }
a { background-color: rgb(219,109,16); }
div.DivClassName
{
background-color: #DB6D10;
}
.BgClassName
{
background-color: #DB6D10;
}
</style>
border-color css
<style>
span { border-color: #DB6D10; }
span { border-color: rgb(219,109,16); }
td.TdClassName
{
border-color: #DB6D10;
}
.TagClassName
{
border-color: #DB6D10;
}
</style>