Shades of Chocolate #DB5914
Tints of Chocolate #DB5914
RGB
CMYK
RGB Variations
Color information
#DB5914 (or 0xDB5914) is known color: Chocolate. HEX triplet: DB, 59 and 14. RGB value is (219,89,20). Sum of RGB (Red+Green+Blue) = 219+89+20=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5914 is #24A6EB. Grayscale: #787878. Windows color (decimal): -2402028 or 1333723. OLE color: 1333723.
HSL color Cylindrical-coordinate representation of color #DB5914: hue angle of 20.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB5914 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.14 |
| HSL | 20.8º | 0.83% | 0.47% | - |
| HSV(B) | 20.8º | 0.91% | 0.86% | - |
| XYZ | 32.91 | 22.26 | 3.22 | - |
| YUV | 120 | 71.57 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 20 | 0 | 0.59 | 0.91 | 0.14 | 20.8 | 0.83 | 0.47 |
| Hex | DB | 59 | 14 | 0 | 3B | 5B | E | 15 | 53 | 2F |
| Octal | 333 | 131 | 24 | 0 | 73 | 133 | 16 | 25 | 123 | 57 |
| Binary | 11011011 | 1011001 | 10100 | 0 | 111011 | 1011011 | 1110 | 10101 | 1010011 | 101111 |
Color Harmonies of #DB5914
Complementary color
Monochromatic Colors of #DB5914
Black with #DB5914
Text Example
Text Example
White with #DB5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5914; }
p { color: rgb(219,89,20); }
H1.HeaderClassName
{
color: #DB5914;
}
.AnyTagClassName
{
color: #DB5914;
}
</style>
background-color css
<style>
a { background-color: #DB5914; }
a { background-color: rgb(219,89,20); }
div.DivClassName
{
background-color: #DB5914;
}
.BgClassName
{
background-color: #DB5914;
}
</style>
border-color css
<style>
span { border-color: #DB5914; }
span { border-color: rgb(219,89,20); }
td.TdClassName
{
border-color: #DB5914;
}
.TagClassName
{
border-color: #DB5914;
}
</style>