Shades of Chocolate #DB5118
Tints of Chocolate #DB5118
RGB
CMYK
RGB Variations
Color information
#DB5118 (or 0xDB5118) is known color: Chocolate. HEX triplet: DB, 51 and 18. RGB value is (219,81,24). Sum of RGB (Red+Green+Blue) = 219+81+24=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5118 is #24AEE7. Grayscale: #747474. Windows color (decimal): -2404072 or 1593819. OLE color: 1593819.
HSL color Cylindrical-coordinate representation of color #DB5118: hue angle of 17.54º 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 #DB5118 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 17.54º | 0.8% | 0.48% | - |
| HSV(B) | 17.54º | 0.89% | 0.86% | - |
| XYZ | 32.32 | 21.01 | 3.22 | - |
| YUV | 115.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 24 | 0 | 0.63 | 0.89 | 0.14 | 17.54 | 0.8 | 0.48 |
| Hex | DB | 51 | 18 | 0 | 3F | 59 | E | 12 | 50 | 30 |
| Octal | 333 | 121 | 30 | 0 | 77 | 131 | 16 | 22 | 120 | 60 |
| Binary | 11011011 | 1010001 | 11000 | 0 | 111111 | 1011001 | 1110 | 10010 | 1010000 | 110000 |
Color Harmonies of #DB5118
Complementary color
Monochromatic Colors of #DB5118
Black with #DB5118
Text Example
Text Example
White with #DB5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5118; }
p { color: rgb(219,81,24); }
H1.HeaderClassName
{
color: #DB5118;
}
.AnyTagClassName
{
color: #DB5118;
}
</style>
background-color css
<style>
a { background-color: #DB5118; }
a { background-color: rgb(219,81,24); }
div.DivClassName
{
background-color: #DB5118;
}
.BgClassName
{
background-color: #DB5118;
}
</style>
border-color css
<style>
span { border-color: #DB5118; }
span { border-color: rgb(219,81,24); }
td.TdClassName
{
border-color: #DB5118;
}
.TagClassName
{
border-color: #DB5118;
}
</style>