Shades of Chocolate #DB5819
Tints of Chocolate #DB5819
RGB
CMYK
RGB Variations
Color information
#DB5819 (or 0xDB5819) is known color: Chocolate. HEX triplet: DB, 58 and 19. RGB value is (219,88,25). Sum of RGB (Red+Green+Blue) = 219+88+25=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5819 is #24A7E6. Grayscale: #787878. Windows color (decimal): -2402279 or 1661147. OLE color: 1661147.
HSL color Cylindrical-coordinate representation of color #DB5819: hue angle of 19.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB5819 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 25 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.14 |
| HSL | 19.48º | 0.8% | 0.48% | - |
| HSV(B) | 19.48º | 0.89% | 0.86% | - |
| XYZ | 32.88 | 22.11 | 3.45 | - |
| YUV | 119.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 25 | 0 | 0.60 | 0.89 | 0.14 | 19.48 | 0.8 | 0.48 |
| Hex | DB | 58 | 19 | 0 | 3C | 59 | E | 13 | 50 | 30 |
| Octal | 333 | 130 | 31 | 0 | 74 | 131 | 16 | 23 | 120 | 60 |
| Binary | 11011011 | 1011000 | 11001 | 0 | 111100 | 1011001 | 1110 | 10011 | 1010000 | 110000 |
Color Harmonies of #DB5819
Complementary color
Monochromatic Colors of #DB5819
Black with #DB5819
Text Example
Text Example
White with #DB5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5819; }
p { color: rgb(219,88,25); }
H1.HeaderClassName
{
color: #DB5819;
}
.AnyTagClassName
{
color: #DB5819;
}
</style>
background-color css
<style>
a { background-color: #DB5819; }
a { background-color: rgb(219,88,25); }
div.DivClassName
{
background-color: #DB5819;
}
.BgClassName
{
background-color: #DB5819;
}
</style>
border-color css
<style>
span { border-color: #DB5819; }
span { border-color: rgb(219,88,25); }
td.TdClassName
{
border-color: #DB5819;
}
.TagClassName
{
border-color: #DB5819;
}
</style>