Shades of Chocolate #DB6518
Tints of Chocolate #DB6518
RGB
CMYK
RGB Variations
Color information
#DB6518 (or 0xDB6518) is known color: Chocolate. HEX triplet: DB, 65 and 18. RGB value is (219,101,24). Sum of RGB (Red+Green+Blue) = 219+101+24=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6518 is #249AE7. Grayscale: #7F7F7F. Windows color (decimal): -2398952 or 1598939. OLE color: 1598939.
HSL color Cylindrical-coordinate representation of color #DB6518: hue angle of 23.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 #DB6518 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 24 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.14 |
| HSL | 23.69º | 0.8% | 0.48% | - |
| HSV(B) | 23.69º | 0.89% | 0.86% | - |
| XYZ | 34.03 | 24.43 | 3.79 | - |
| YUV | 127.5 | 69.59 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 24 | 0 | 0.54 | 0.89 | 0.14 | 23.69 | 0.8 | 0.48 |
| Hex | DB | 65 | 18 | 0 | 36 | 59 | E | 18 | 50 | 30 |
| Octal | 333 | 145 | 30 | 0 | 66 | 131 | 16 | 30 | 120 | 60 |
| Binary | 11011011 | 1100101 | 11000 | 0 | 110110 | 1011001 | 1110 | 11000 | 1010000 | 110000 |
Color Harmonies of #DB6518
Complementary color
Monochromatic Colors of #DB6518
Black with #DB6518
Text Example
Text Example
White with #DB6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6518; }
p { color: rgb(219,101,24); }
H1.HeaderClassName
{
color: #DB6518;
}
.AnyTagClassName
{
color: #DB6518;
}
</style>
background-color css
<style>
a { background-color: #DB6518; }
a { background-color: rgb(219,101,24); }
div.DivClassName
{
background-color: #DB6518;
}
.BgClassName
{
background-color: #DB6518;
}
</style>
border-color css
<style>
span { border-color: #DB6518; }
span { border-color: rgb(219,101,24); }
td.TdClassName
{
border-color: #DB6518;
}
.TagClassName
{
border-color: #DB6518;
}
</style>