Shades of Chocolate #DB5218
Tints of Chocolate #DB5218
RGB
CMYK
RGB Variations
Color information
#DB5218 (or 0xDB5218) is known color: Chocolate. HEX triplet: DB, 52 and 18. RGB value is (219,82,24). Sum of RGB (Red+Green+Blue) = 219+82+24=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5218 is #24ADE7. Grayscale: #747474. Windows color (decimal): -2403816 or 1594075. OLE color: 1594075.
HSL color Cylindrical-coordinate representation of color #DB5218: hue angle of 17.85º 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 #DB5218 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 17.85º | 0.8% | 0.48% | - |
| HSV(B) | 17.85º | 0.89% | 0.86% | - |
| XYZ | 32.4 | 21.16 | 3.24 | - |
| YUV | 116.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 24 | 0 | 0.63 | 0.89 | 0.14 | 17.85 | 0.8 | 0.48 |
| Hex | DB | 52 | 18 | 0 | 3F | 59 | E | 12 | 50 | 30 |
| Octal | 333 | 122 | 30 | 0 | 77 | 131 | 16 | 22 | 120 | 60 |
| Binary | 11011011 | 1010010 | 11000 | 0 | 111111 | 1011001 | 1110 | 10010 | 1010000 | 110000 |
Color Harmonies of #DB5218
Complementary color
Monochromatic Colors of #DB5218
Black with #DB5218
Text Example
Text Example
White with #DB5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5218; }
p { color: rgb(219,82,24); }
H1.HeaderClassName
{
color: #DB5218;
}
.AnyTagClassName
{
color: #DB5218;
}
</style>
background-color css
<style>
a { background-color: #DB5218; }
a { background-color: rgb(219,82,24); }
div.DivClassName
{
background-color: #DB5218;
}
.BgClassName
{
background-color: #DB5218;
}
</style>
border-color css
<style>
span { border-color: #DB5218; }
span { border-color: rgb(219,82,24); }
td.TdClassName
{
border-color: #DB5218;
}
.TagClassName
{
border-color: #DB5218;
}
</style>