Shades of Chocolate #DB591A
Tints of Chocolate #DB591A
RGB
CMYK
RGB Variations
Color information
#DB591A (or 0xDB591A) is known color: Chocolate. HEX triplet: DB, 59 and 1A. RGB value is (219,89,26). Sum of RGB (Red+Green+Blue) = 219+89+26=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB591A is #24A6E5. Grayscale: #797979. Windows color (decimal): -2402022 or 1726939. OLE color: 1726939.
HSL color Cylindrical-coordinate representation of color #DB591A: hue angle of 19.59º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB591A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 26 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.14 |
| HSL | 19.59º | 0.79% | 0.48% | - |
| HSV(B) | 19.59º | 0.88% | 0.86% | - |
| XYZ | 32.97 | 22.28 | 3.54 | - |
| YUV | 120.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 26 | 0 | 0.59 | 0.88 | 0.14 | 19.59 | 0.79 | 0.48 |
| Hex | DB | 59 | 1A | 0 | 3B | 58 | E | 14 | 4F | 30 |
| Octal | 333 | 131 | 32 | 0 | 73 | 130 | 16 | 24 | 117 | 60 |
| Binary | 11011011 | 1011001 | 11010 | 0 | 111011 | 1011000 | 1110 | 10100 | 1001111 | 110000 |
Color Harmonies of #DB591A
Complementary color
Monochromatic Colors of #DB591A
Black with #DB591A
Text Example
Text Example
White with #DB591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB591A; }
p { color: rgb(219,89,26); }
H1.HeaderClassName
{
color: #DB591A;
}
.AnyTagClassName
{
color: #DB591A;
}
</style>
background-color css
<style>
a { background-color: #DB591A; }
a { background-color: rgb(219,89,26); }
div.DivClassName
{
background-color: #DB591A;
}
.BgClassName
{
background-color: #DB591A;
}
</style>
border-color css
<style>
span { border-color: #DB591A; }
span { border-color: rgb(219,89,26); }
td.TdClassName
{
border-color: #DB591A;
}
.TagClassName
{
border-color: #DB591A;
}
</style>