Shades of Chocolate #DB7218
Tints of Chocolate #DB7218
RGB
CMYK
RGB Variations
Color information
#DB7218 (or 0xDB7218) is known color: Chocolate. HEX triplet: DB, 72 and 18. RGB value is (219,114,24). Sum of RGB (Red+Green+Blue) = 219+114+24=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7218 is #248DE7. Grayscale: #878787. Windows color (decimal): -2395624 or 1602267. OLE color: 1602267.
HSL color Cylindrical-coordinate representation of color #DB7218: hue angle of 27.69º 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 #DB7218 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.14 |
| HSL | 27.69º | 0.8% | 0.48% | - |
| HSV(B) | 27.69º | 0.89% | 0.86% | - |
| XYZ | 35.4 | 27.16 | 4.24 | - |
| YUV | 135.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 24 | 0 | 0.48 | 0.89 | 0.14 | 27.69 | 0.8 | 0.48 |
| Hex | DB | 72 | 18 | 0 | 30 | 59 | E | 1C | 50 | 30 |
| Octal | 333 | 162 | 30 | 0 | 60 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011011 | 1110010 | 11000 | 0 | 110000 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DB7218
Complementary color
Monochromatic Colors of #DB7218
Black with #DB7218
Text Example
Text Example
White with #DB7218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7218; }
p { color: rgb(219,114,24); }
H1.HeaderClassName
{
color: #DB7218;
}
.AnyTagClassName
{
color: #DB7218;
}
</style>
background-color css
<style>
a { background-color: #DB7218; }
a { background-color: rgb(219,114,24); }
div.DivClassName
{
background-color: #DB7218;
}
.BgClassName
{
background-color: #DB7218;
}
</style>
border-color css
<style>
span { border-color: #DB7218; }
span { border-color: rgb(219,114,24); }
td.TdClassName
{
border-color: #DB7218;
}
.TagClassName
{
border-color: #DB7218;
}
</style>