Shades of Chocolate #DB6C16
Tints of Chocolate #DB6C16
RGB
CMYK
RGB Variations
Color information
#DB6C16 (or 0xDB6C16) is known color: Chocolate. HEX triplet: DB, 6C and 16. RGB value is (219,108,22). Sum of RGB (Red+Green+Blue) = 219+108+22=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C16 is #2493E9. Grayscale: #838383. Windows color (decimal): -2397162 or 1469659. OLE color: 1469659.
HSL color Cylindrical-coordinate representation of color #DB6C16: hue angle of 26.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB6C16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.14 |
| HSL | 26.19º | 0.82% | 0.47% | - |
| HSV(B) | 26.19º | 0.9% | 0.86% | - |
| XYZ | 34.72 | 25.84 | 3.92 | - |
| YUV | 131.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 22 | 0 | 0.51 | 0.90 | 0.14 | 26.19 | 0.82 | 0.47 |
| Hex | DB | 6C | 16 | 0 | 33 | 5A | E | 1A | 52 | 2F |
| Octal | 333 | 154 | 26 | 0 | 63 | 132 | 16 | 32 | 122 | 57 |
| Binary | 11011011 | 1101100 | 10110 | 0 | 110011 | 1011010 | 1110 | 11010 | 1010010 | 101111 |
Color Harmonies of #DB6C16
Complementary color
Monochromatic Colors of #DB6C16
Black with #DB6C16
Text Example
Text Example
White with #DB6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C16; }
p { color: rgb(219,108,22); }
H1.HeaderClassName
{
color: #DB6C16;
}
.AnyTagClassName
{
color: #DB6C16;
}
</style>
background-color css
<style>
a { background-color: #DB6C16; }
a { background-color: rgb(219,108,22); }
div.DivClassName
{
background-color: #DB6C16;
}
.BgClassName
{
background-color: #DB6C16;
}
</style>
border-color css
<style>
span { border-color: #DB6C16; }
span { border-color: rgb(219,108,22); }
td.TdClassName
{
border-color: #DB6C16;
}
.TagClassName
{
border-color: #DB6C16;
}
</style>