Shades of Chocolate #DB6218
Tints of Chocolate #DB6218
RGB
CMYK
RGB Variations
Color information
#DB6218 (or 0xDB6218) is known color: Chocolate. HEX triplet: DB, 62 and 18. RGB value is (219,98,24). Sum of RGB (Red+Green+Blue) = 219+98+24=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6218 is #249DE7. Grayscale: #7E7E7E. Windows color (decimal): -2399720 or 1598171. OLE color: 1598171.
HSL color Cylindrical-coordinate representation of color #DB6218: hue angle of 22.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 #DB6218 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.14 |
| HSL | 22.77º | 0.8% | 0.48% | - |
| HSV(B) | 22.77º | 0.89% | 0.86% | - |
| XYZ | 33.75 | 23.86 | 3.69 | - |
| YUV | 125.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 24 | 0 | 0.55 | 0.89 | 0.14 | 22.77 | 0.8 | 0.48 |
| Hex | DB | 62 | 18 | 0 | 37 | 59 | E | 17 | 50 | 30 |
| Octal | 333 | 142 | 30 | 0 | 67 | 131 | 16 | 27 | 120 | 60 |
| Binary | 11011011 | 1100010 | 11000 | 0 | 110111 | 1011001 | 1110 | 10111 | 1010000 | 110000 |
Color Harmonies of #DB6218
Complementary color
Monochromatic Colors of #DB6218
Black with #DB6218
Text Example
Text Example
White with #DB6218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6218; }
p { color: rgb(219,98,24); }
H1.HeaderClassName
{
color: #DB6218;
}
.AnyTagClassName
{
color: #DB6218;
}
</style>
background-color css
<style>
a { background-color: #DB6218; }
a { background-color: rgb(219,98,24); }
div.DivClassName
{
background-color: #DB6218;
}
.BgClassName
{
background-color: #DB6218;
}
</style>
border-color css
<style>
span { border-color: #DB6218; }
span { border-color: rgb(219,98,24); }
td.TdClassName
{
border-color: #DB6218;
}
.TagClassName
{
border-color: #DB6218;
}
</style>