Shades of Chocolate #DB591E
Tints of Chocolate #DB591E
RGB
CMYK
RGB Variations
Color information
#DB591E (or 0xDB591E) is known color: Chocolate. HEX triplet: DB, 59 and 1E. RGB value is (219,89,30). Sum of RGB (Red+Green+Blue) = 219+89+30=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB591E is #24A6E1. Grayscale: #797979. Windows color (decimal): -2402018 or 1989083. OLE color: 1989083.
HSL color Cylindrical-coordinate representation of color #DB591E: hue angle of 18.73º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB591E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 30 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.14 |
| HSL | 18.73º | 0.76% | 0.49% | - |
| HSV(B) | 18.73º | 0.86% | 0.86% | - |
| XYZ | 33.02 | 22.3 | 3.79 | - |
| YUV | 121.14 | 76.57 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 30 | 0 | 0.59 | 0.86 | 0.14 | 18.73 | 0.76 | 0.49 |
| Hex | DB | 59 | 1E | 0 | 3B | 56 | E | 13 | 4C | 31 |
| Octal | 333 | 131 | 36 | 0 | 73 | 126 | 16 | 23 | 114 | 61 |
| Binary | 11011011 | 1011001 | 11110 | 0 | 111011 | 1010110 | 1110 | 10011 | 1001100 | 110001 |
Color Harmonies of #DB591E
Complementary color
Monochromatic Colors of #DB591E
Black with #DB591E
Text Example
Text Example
White with #DB591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB591E; }
p { color: rgb(219,89,30); }
H1.HeaderClassName
{
color: #DB591E;
}
.AnyTagClassName
{
color: #DB591E;
}
</style>
background-color css
<style>
a { background-color: #DB591E; }
a { background-color: rgb(219,89,30); }
div.DivClassName
{
background-color: #DB591E;
}
.BgClassName
{
background-color: #DB591E;
}
</style>
border-color css
<style>
span { border-color: #DB591E; }
span { border-color: rgb(219,89,30); }
td.TdClassName
{
border-color: #DB591E;
}
.TagClassName
{
border-color: #DB591E;
}
</style>