Shades of Chocolate #DB5F18
Tints of Chocolate #DB5F18
RGB
CMYK
RGB Variations
Color information
#DB5F18 (or 0xDB5F18) is known color: Chocolate. HEX triplet: DB, 5F and 18. RGB value is (219,95,24). Sum of RGB (Red+Green+Blue) = 219+95+24=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F18 is #24A0E7. Grayscale: #7C7C7C. Windows color (decimal): -2400488 or 1597403. OLE color: 1597403.
HSL color Cylindrical-coordinate representation of color #DB5F18: hue angle of 21.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 #DB5F18 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.14 |
| HSL | 21.85º | 0.8% | 0.48% | - |
| HSV(B) | 21.85º | 0.89% | 0.86% | - |
| XYZ | 33.47 | 23.31 | 3.6 | - |
| YUV | 123.98 | 71.58 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 24 | 0 | 0.57 | 0.89 | 0.14 | 21.85 | 0.8 | 0.48 |
| Hex | DB | 5F | 18 | 0 | 39 | 59 | E | 16 | 50 | 30 |
| Octal | 333 | 137 | 30 | 0 | 71 | 131 | 16 | 26 | 120 | 60 |
| Binary | 11011011 | 1011111 | 11000 | 0 | 111001 | 1011001 | 1110 | 10110 | 1010000 | 110000 |
Color Harmonies of #DB5F18
Complementary color
Monochromatic Colors of #DB5F18
Black with #DB5F18
Text Example
Text Example
White with #DB5F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F18; }
p { color: rgb(219,95,24); }
H1.HeaderClassName
{
color: #DB5F18;
}
.AnyTagClassName
{
color: #DB5F18;
}
</style>
background-color css
<style>
a { background-color: #DB5F18; }
a { background-color: rgb(219,95,24); }
div.DivClassName
{
background-color: #DB5F18;
}
.BgClassName
{
background-color: #DB5F18;
}
</style>
border-color css
<style>
span { border-color: #DB5F18; }
span { border-color: rgb(219,95,24); }
td.TdClassName
{
border-color: #DB5F18;
}
.TagClassName
{
border-color: #DB5F18;
}
</style>