Shades of Chocolate #DB5119
Tints of Chocolate #DB5119
RGB
CMYK
RGB Variations
Color information
#DB5119 (or 0xDB5119) is known color: Chocolate. HEX triplet: DB, 51 and 19. RGB value is (219,81,25). Sum of RGB (Red+Green+Blue) = 219+81+25=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5119 is #24AEE6. Grayscale: #747474. Windows color (decimal): -2404071 or 1659355. OLE color: 1659355.
HSL color Cylindrical-coordinate representation of color #DB5119: hue angle of 17.32º 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 #DB5119 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 17.32º | 0.8% | 0.48% | - |
| HSV(B) | 17.32º | 0.89% | 0.86% | - |
| XYZ | 32.33 | 21.02 | 3.27 | - |
| YUV | 115.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 25 | 0 | 0.63 | 0.89 | 0.14 | 17.32 | 0.8 | 0.48 |
| Hex | DB | 51 | 19 | 0 | 3F | 59 | E | 11 | 50 | 30 |
| Octal | 333 | 121 | 31 | 0 | 77 | 131 | 16 | 21 | 120 | 60 |
| Binary | 11011011 | 1010001 | 11001 | 0 | 111111 | 1011001 | 1110 | 10001 | 1010000 | 110000 |
Color Harmonies of #DB5119
Complementary color
Monochromatic Colors of #DB5119
Black with #DB5119
Text Example
Text Example
White with #DB5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5119; }
p { color: rgb(219,81,25); }
H1.HeaderClassName
{
color: #DB5119;
}
.AnyTagClassName
{
color: #DB5119;
}
</style>
background-color css
<style>
a { background-color: #DB5119; }
a { background-color: rgb(219,81,25); }
div.DivClassName
{
background-color: #DB5119;
}
.BgClassName
{
background-color: #DB5119;
}
</style>
border-color css
<style>
span { border-color: #DB5119; }
span { border-color: rgb(219,81,25); }
td.TdClassName
{
border-color: #DB5119;
}
.TagClassName
{
border-color: #DB5119;
}
</style>