Shades of Chocolate #DB5E16
Tints of Chocolate #DB5E16
RGB
CMYK
RGB Variations
Color information
#DB5E16 (or 0xDB5E16) is known color: Chocolate. HEX triplet: DB, 5E and 16. RGB value is (219,94,22). Sum of RGB (Red+Green+Blue) = 219+94+22=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E16 is #24A1E9. Grayscale: #7B7B7B. Windows color (decimal): -2400746 or 1466075. OLE color: 1466075.
HSL color Cylindrical-coordinate representation of color #DB5E16: hue angle of 21.93º 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 #DB5E16 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 22 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.14 |
| HSL | 21.93º | 0.82% | 0.47% | - |
| HSV(B) | 21.93º | 0.9% | 0.86% | - |
| XYZ | 33.36 | 23.12 | 3.46 | - |
| YUV | 123.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 22 | 0 | 0.57 | 0.90 | 0.14 | 21.93 | 0.82 | 0.47 |
| Hex | DB | 5E | 16 | 0 | 39 | 5A | E | 16 | 52 | 2F |
| Octal | 333 | 136 | 26 | 0 | 71 | 132 | 16 | 26 | 122 | 57 |
| Binary | 11011011 | 1011110 | 10110 | 0 | 111001 | 1011010 | 1110 | 10110 | 1010010 | 101111 |
Color Harmonies of #DB5E16
Complementary color
Monochromatic Colors of #DB5E16
Black with #DB5E16
Text Example
Text Example
White with #DB5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E16; }
p { color: rgb(219,94,22); }
H1.HeaderClassName
{
color: #DB5E16;
}
.AnyTagClassName
{
color: #DB5E16;
}
</style>
background-color css
<style>
a { background-color: #DB5E16; }
a { background-color: rgb(219,94,22); }
div.DivClassName
{
background-color: #DB5E16;
}
.BgClassName
{
background-color: #DB5E16;
}
</style>
border-color css
<style>
span { border-color: #DB5E16; }
span { border-color: rgb(219,94,22); }
td.TdClassName
{
border-color: #DB5E16;
}
.TagClassName
{
border-color: #DB5E16;
}
</style>