Shades of Chocolate #DB5A16
Tints of Chocolate #DB5A16
RGB
CMYK
RGB Variations
Color information
#DB5A16 (or 0xDB5A16) is known color: Chocolate. HEX triplet: DB, 5A and 16. RGB value is (219,90,22). Sum of RGB (Red+Green+Blue) = 219+90+22=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A16 is #24A5E9. Grayscale: #797979. Windows color (decimal): -2401770 or 1465051. OLE color: 1465051.
HSL color Cylindrical-coordinate representation of color #DB5A16: hue angle of 20.71º 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 #DB5A16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.14 |
| HSL | 20.71º | 0.82% | 0.47% | - |
| HSV(B) | 20.71º | 0.9% | 0.86% | - |
| XYZ | 33.01 | 22.43 | 3.35 | - |
| YUV | 120.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 22 | 0 | 0.59 | 0.90 | 0.14 | 20.71 | 0.82 | 0.47 |
| Hex | DB | 5A | 16 | 0 | 3B | 5A | E | 15 | 52 | 2F |
| Octal | 333 | 132 | 26 | 0 | 73 | 132 | 16 | 25 | 122 | 57 |
| Binary | 11011011 | 1011010 | 10110 | 0 | 111011 | 1011010 | 1110 | 10101 | 1010010 | 101111 |
Color Harmonies of #DB5A16
Complementary color
Monochromatic Colors of #DB5A16
Black with #DB5A16
Text Example
Text Example
White with #DB5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A16; }
p { color: rgb(219,90,22); }
H1.HeaderClassName
{
color: #DB5A16;
}
.AnyTagClassName
{
color: #DB5A16;
}
</style>
background-color css
<style>
a { background-color: #DB5A16; }
a { background-color: rgb(219,90,22); }
div.DivClassName
{
background-color: #DB5A16;
}
.BgClassName
{
background-color: #DB5A16;
}
</style>
border-color css
<style>
span { border-color: #DB5A16; }
span { border-color: rgb(219,90,22); }
td.TdClassName
{
border-color: #DB5A16;
}
.TagClassName
{
border-color: #DB5A16;
}
</style>