Shades of Chocolate #DB5518
Tints of Chocolate #DB5518
RGB
CMYK
RGB Variations
Color information
#DB5518 (or 0xDB5518) is known color: Chocolate. HEX triplet: DB, 55 and 18. RGB value is (219,85,24). Sum of RGB (Red+Green+Blue) = 219+85+24=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5518 is #24AAE7. Grayscale: #767676. Windows color (decimal): -2403048 or 1594843. OLE color: 1594843.
HSL color Cylindrical-coordinate representation of color #DB5518: hue angle of 18.77º 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 #DB5518 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 24 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.14 |
| HSL | 18.77º | 0.8% | 0.48% | - |
| HSV(B) | 18.77º | 0.89% | 0.86% | - |
| XYZ | 32.63 | 21.62 | 3.32 | - |
| YUV | 118.11 | 74.89 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 24 | 0 | 0.61 | 0.89 | 0.14 | 18.77 | 0.8 | 0.48 |
| Hex | DB | 55 | 18 | 0 | 3D | 59 | E | 13 | 50 | 30 |
| Octal | 333 | 125 | 30 | 0 | 75 | 131 | 16 | 23 | 120 | 60 |
| Binary | 11011011 | 1010101 | 11000 | 0 | 111101 | 1011001 | 1110 | 10011 | 1010000 | 110000 |
Color Harmonies of #DB5518
Complementary color
Monochromatic Colors of #DB5518
Black with #DB5518
Text Example
Text Example
White with #DB5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5518; }
p { color: rgb(219,85,24); }
H1.HeaderClassName
{
color: #DB5518;
}
.AnyTagClassName
{
color: #DB5518;
}
</style>
background-color css
<style>
a { background-color: #DB5518; }
a { background-color: rgb(219,85,24); }
div.DivClassName
{
background-color: #DB5518;
}
.BgClassName
{
background-color: #DB5518;
}
</style>
border-color css
<style>
span { border-color: #DB5518; }
span { border-color: rgb(219,85,24); }
td.TdClassName
{
border-color: #DB5518;
}
.TagClassName
{
border-color: #DB5518;
}
</style>