Shades of Chocolate #DB5718
Tints of Chocolate #DB5718
RGB
CMYK
RGB Variations
Color information
#DB5718 (or 0xDB5718) is known color: Chocolate. HEX triplet: DB, 57 and 18. RGB value is (219,87,24). Sum of RGB (Red+Green+Blue) = 219+87+24=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5718 is #24A8E7. Grayscale: #777777. Windows color (decimal): -2402536 or 1595355. OLE color: 1595355.
HSL color Cylindrical-coordinate representation of color #DB5718: hue angle of 19.38º 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 #DB5718 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.14 |
| HSL | 19.38º | 0.8% | 0.48% | - |
| HSV(B) | 19.38º | 0.89% | 0.86% | - |
| XYZ | 32.79 | 21.94 | 3.37 | - |
| YUV | 119.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 24 | 0 | 0.60 | 0.89 | 0.14 | 19.38 | 0.8 | 0.48 |
| Hex | DB | 57 | 18 | 0 | 3C | 59 | E | 13 | 50 | 30 |
| Octal | 333 | 127 | 30 | 0 | 74 | 131 | 16 | 23 | 120 | 60 |
| Binary | 11011011 | 1010111 | 11000 | 0 | 111100 | 1011001 | 1110 | 10011 | 1010000 | 110000 |
Color Harmonies of #DB5718
Complementary color
Monochromatic Colors of #DB5718
Black with #DB5718
Text Example
Text Example
White with #DB5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5718; }
p { color: rgb(219,87,24); }
H1.HeaderClassName
{
color: #DB5718;
}
.AnyTagClassName
{
color: #DB5718;
}
</style>
background-color css
<style>
a { background-color: #DB5718; }
a { background-color: rgb(219,87,24); }
div.DivClassName
{
background-color: #DB5718;
}
.BgClassName
{
background-color: #DB5718;
}
</style>
border-color css
<style>
span { border-color: #DB5718; }
span { border-color: rgb(219,87,24); }
td.TdClassName
{
border-color: #DB5718;
}
.TagClassName
{
border-color: #DB5718;
}
</style>