Shades of Chocolate #DB5C16
Tints of Chocolate #DB5C16
RGB
CMYK
RGB Variations
Color information
#DB5C16 (or 0xDB5C16) is known color: Chocolate. HEX triplet: DB, 5C and 16. RGB value is (219,92,22). Sum of RGB (Red+Green+Blue) = 219+92+22=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C16 is #24A3E9. Grayscale: #7A7A7A. Windows color (decimal): -2401258 or 1465563. OLE color: 1465563.
HSL color Cylindrical-coordinate representation of color #DB5C16: hue angle of 21.32º 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 #DB5C16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.14 |
| HSL | 21.32º | 0.82% | 0.47% | - |
| HSV(B) | 21.32º | 0.9% | 0.86% | - |
| XYZ | 33.19 | 22.77 | 3.41 | - |
| YUV | 121.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 22 | 0 | 0.58 | 0.90 | 0.14 | 21.32 | 0.82 | 0.47 |
| Hex | DB | 5C | 16 | 0 | 3A | 5A | E | 15 | 52 | 2F |
| Octal | 333 | 134 | 26 | 0 | 72 | 132 | 16 | 25 | 122 | 57 |
| Binary | 11011011 | 1011100 | 10110 | 0 | 111010 | 1011010 | 1110 | 10101 | 1010010 | 101111 |
Color Harmonies of #DB5C16
Complementary color
Monochromatic Colors of #DB5C16
Black with #DB5C16
Text Example
Text Example
White with #DB5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C16; }
p { color: rgb(219,92,22); }
H1.HeaderClassName
{
color: #DB5C16;
}
.AnyTagClassName
{
color: #DB5C16;
}
</style>
background-color css
<style>
a { background-color: #DB5C16; }
a { background-color: rgb(219,92,22); }
div.DivClassName
{
background-color: #DB5C16;
}
.BgClassName
{
background-color: #DB5C16;
}
</style>
border-color css
<style>
span { border-color: #DB5C16; }
span { border-color: rgb(219,92,22); }
td.TdClassName
{
border-color: #DB5C16;
}
.TagClassName
{
border-color: #DB5C16;
}
</style>