Shades of Chocolate #DB5A19
Tints of Chocolate #DB5A19
RGB
CMYK
RGB Variations
Color information
#DB5A19 (or 0xDB5A19) is known color: Chocolate. HEX triplet: DB, 5A and 19. RGB value is (219,90,25). Sum of RGB (Red+Green+Blue) = 219+90+25=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A19 is #24A5E6. Grayscale: #797979. Windows color (decimal): -2401767 or 1661659. OLE color: 1661659.
HSL color Cylindrical-coordinate representation of color #DB5A19: hue angle of 20.1º 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 #DB5A19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.14 |
| HSL | 20.1º | 0.8% | 0.48% | - |
| HSV(B) | 20.1º | 0.89% | 0.86% | - |
| XYZ | 33.05 | 22.44 | 3.51 | - |
| YUV | 121.16 | 73.74 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 25 | 0 | 0.59 | 0.89 | 0.14 | 20.1 | 0.8 | 0.48 |
| Hex | DB | 5A | 19 | 0 | 3B | 59 | E | 14 | 50 | 30 |
| Octal | 333 | 132 | 31 | 0 | 73 | 131 | 16 | 24 | 120 | 60 |
| Binary | 11011011 | 1011010 | 11001 | 0 | 111011 | 1011001 | 1110 | 10100 | 1010000 | 110000 |
Color Harmonies of #DB5A19
Complementary color
Monochromatic Colors of #DB5A19
Black with #DB5A19
Text Example
Text Example
White with #DB5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A19; }
p { color: rgb(219,90,25); }
H1.HeaderClassName
{
color: #DB5A19;
}
.AnyTagClassName
{
color: #DB5A19;
}
</style>
background-color css
<style>
a { background-color: #DB5A19; }
a { background-color: rgb(219,90,25); }
div.DivClassName
{
background-color: #DB5A19;
}
.BgClassName
{
background-color: #DB5A19;
}
</style>
border-color css
<style>
span { border-color: #DB5A19; }
span { border-color: rgb(219,90,25); }
td.TdClassName
{
border-color: #DB5A19;
}
.TagClassName
{
border-color: #DB5A19;
}
</style>