Shades of Chocolate #DB7016
Tints of Chocolate #DB7016
RGB
CMYK
RGB Variations
Color information
#DB7016 (or 0xDB7016) is known color: Chocolate. HEX triplet: DB, 70 and 16. RGB value is (219,112,22). Sum of RGB (Red+Green+Blue) = 219+112+22=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7016 is #248FE9. Grayscale: #868686. Windows color (decimal): -2396138 or 1470683. OLE color: 1470683.
HSL color Cylindrical-coordinate representation of color #DB7016: hue angle of 27.41º 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 #DB7016 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.14 |
| HSL | 27.41º | 0.82% | 0.47% | - |
| HSV(B) | 27.41º | 0.9% | 0.86% | - |
| XYZ | 35.15 | 26.71 | 4.06 | - |
| YUV | 133.73 | 64.95 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 22 | 0 | 0.49 | 0.90 | 0.14 | 27.41 | 0.82 | 0.47 |
| Hex | DB | 70 | 16 | 0 | 31 | 5A | E | 1B | 52 | 2F |
| Octal | 333 | 160 | 26 | 0 | 61 | 132 | 16 | 33 | 122 | 57 |
| Binary | 11011011 | 1110000 | 10110 | 0 | 110001 | 1011010 | 1110 | 11011 | 1010010 | 101111 |
Color Harmonies of #DB7016
Complementary color
Monochromatic Colors of #DB7016
Black with #DB7016
Text Example
Text Example
White with #DB7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7016; }
p { color: rgb(219,112,22); }
H1.HeaderClassName
{
color: #DB7016;
}
.AnyTagClassName
{
color: #DB7016;
}
</style>
background-color css
<style>
a { background-color: #DB7016; }
a { background-color: rgb(219,112,22); }
div.DivClassName
{
background-color: #DB7016;
}
.BgClassName
{
background-color: #DB7016;
}
</style>
border-color css
<style>
span { border-color: #DB7016; }
span { border-color: rgb(219,112,22); }
td.TdClassName
{
border-color: #DB7016;
}
.TagClassName
{
border-color: #DB7016;
}
</style>