Shades of Chocolate #DB5616
Tints of Chocolate #DB5616
RGB
CMYK
RGB Variations
Color information
#DB5616 (or 0xDB5616) is known color: Chocolate. HEX triplet: DB, 56 and 16. RGB value is (219,86,22). Sum of RGB (Red+Green+Blue) = 219+86+22=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5616 is #24A9E9. Grayscale: #767676. Windows color (decimal): -2402794 or 1464027. OLE color: 1464027.
HSL color Cylindrical-coordinate representation of color #DB5616: hue angle of 19.49º 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 #DB5616 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.14 |
| HSL | 19.49º | 0.82% | 0.47% | - |
| HSV(B) | 19.49º | 0.9% | 0.86% | - |
| XYZ | 32.69 | 21.77 | 3.24 | - |
| YUV | 118.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 22 | 0 | 0.61 | 0.90 | 0.14 | 19.49 | 0.82 | 0.47 |
| Hex | DB | 56 | 16 | 0 | 3D | 5A | E | 13 | 52 | 2F |
| Octal | 333 | 126 | 26 | 0 | 75 | 132 | 16 | 23 | 122 | 57 |
| Binary | 11011011 | 1010110 | 10110 | 0 | 111101 | 1011010 | 1110 | 10011 | 1010010 | 101111 |
Color Harmonies of #DB5616
Complementary color
Monochromatic Colors of #DB5616
Black with #DB5616
Text Example
Text Example
White with #DB5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5616; }
p { color: rgb(219,86,22); }
H1.HeaderClassName
{
color: #DB5616;
}
.AnyTagClassName
{
color: #DB5616;
}
</style>
background-color css
<style>
a { background-color: #DB5616; }
a { background-color: rgb(219,86,22); }
div.DivClassName
{
background-color: #DB5616;
}
.BgClassName
{
background-color: #DB5616;
}
</style>
border-color css
<style>
span { border-color: #DB5616; }
span { border-color: rgb(219,86,22); }
td.TdClassName
{
border-color: #DB5616;
}
.TagClassName
{
border-color: #DB5616;
}
</style>