Shades of Chocolate #DB6E17
Tints of Chocolate #DB6E17
RGB
CMYK
RGB Variations
Color information
#DB6E17 (or 0xDB6E17) is known color: Chocolate. HEX triplet: DB, 6E and 17. RGB value is (219,110,23). Sum of RGB (Red+Green+Blue) = 219+110+23=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6E17 is #2491E8. Grayscale: #858585. Windows color (decimal): -2396649 or 1535707. OLE color: 1535707.
HSL color Cylindrical-coordinate representation of color #DB6E17: hue angle of 26.63º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB6E17 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.14 |
| HSL | 26.63º | 0.81% | 0.47% | - |
| HSV(B) | 26.63º | 0.89% | 0.86% | - |
| XYZ | 34.94 | 26.27 | 4.04 | - |
| YUV | 132.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 23 | 0 | 0.50 | 0.89 | 0.14 | 26.63 | 0.81 | 0.47 |
| Hex | DB | 6E | 17 | 0 | 32 | 59 | E | 1B | 51 | 2F |
| Octal | 333 | 156 | 27 | 0 | 62 | 131 | 16 | 33 | 121 | 57 |
| Binary | 11011011 | 1101110 | 10111 | 0 | 110010 | 1011001 | 1110 | 11011 | 1010001 | 101111 |
Color Harmonies of #DB6E17
Complementary color
Monochromatic Colors of #DB6E17
Black with #DB6E17
Text Example
Text Example
White with #DB6E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E17; }
p { color: rgb(219,110,23); }
H1.HeaderClassName
{
color: #DB6E17;
}
.AnyTagClassName
{
color: #DB6E17;
}
</style>
background-color css
<style>
a { background-color: #DB6E17; }
a { background-color: rgb(219,110,23); }
div.DivClassName
{
background-color: #DB6E17;
}
.BgClassName
{
background-color: #DB6E17;
}
</style>
border-color css
<style>
span { border-color: #DB6E17; }
span { border-color: rgb(219,110,23); }
td.TdClassName
{
border-color: #DB6E17;
}
.TagClassName
{
border-color: #DB6E17;
}
</style>