Shades of Chocolate #DB4E19
Tints of Chocolate #DB4E19
RGB
CMYK
RGB Variations
Color information
#DB4E19 (or 0xDB4E19) is known color: Chocolate. HEX triplet: DB, 4E and 19. RGB value is (219,78,25). Sum of RGB (Red+Green+Blue) = 219+78+25=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E19 is #24B1E6. Grayscale: #727272. Windows color (decimal): -2404839 or 1658587. OLE color: 1658587.
HSL color Cylindrical-coordinate representation of color #DB4E19: hue angle of 16.39º 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 #DB4E19 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.14 |
| HSL | 16.39º | 0.8% | 0.48% | - |
| HSV(B) | 16.39º | 0.89% | 0.86% | - |
| XYZ | 32.11 | 20.58 | 3.2 | - |
| YUV | 114.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 25 | 0 | 0.64 | 0.89 | 0.14 | 16.39 | 0.8 | 0.48 |
| Hex | DB | 4E | 19 | 0 | 40 | 59 | E | 10 | 50 | 30 |
| Octal | 333 | 116 | 31 | 0 | 100 | 131 | 16 | 20 | 120 | 60 |
| Binary | 11011011 | 1001110 | 11001 | 0 | 1000000 | 1011001 | 1110 | 10000 | 1010000 | 110000 |
Color Harmonies of #DB4E19
Complementary color
Monochromatic Colors of #DB4E19
Black with #DB4E19
Text Example
Text Example
White with #DB4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E19; }
p { color: rgb(219,78,25); }
H1.HeaderClassName
{
color: #DB4E19;
}
.AnyTagClassName
{
color: #DB4E19;
}
</style>
background-color css
<style>
a { background-color: #DB4E19; }
a { background-color: rgb(219,78,25); }
div.DivClassName
{
background-color: #DB4E19;
}
.BgClassName
{
background-color: #DB4E19;
}
</style>
border-color css
<style>
span { border-color: #DB4E19; }
span { border-color: rgb(219,78,25); }
td.TdClassName
{
border-color: #DB4E19;
}
.TagClassName
{
border-color: #DB4E19;
}
</style>