Shades of Chocolate #DB6E20
Tints of Chocolate #DB6E20
RGB
CMYK
RGB Variations
Color information
#DB6E20 (or 0xDB6E20) is known color: Chocolate. HEX triplet: DB, 6E and 20. RGB value is (219,110,32). Sum of RGB (Red+Green+Blue) = 219+110+32=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E20 is #2491DF. Grayscale: #868686. Windows color (decimal): -2396640 or 2125531. OLE color: 2125531.
HSL color Cylindrical-coordinate representation of color #DB6E20: hue angle of 25.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB6E20 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 32 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.14 |
| HSL | 25.03º | 0.75% | 0.49% | - |
| HSV(B) | 25.03º | 0.85% | 0.86% | - |
| XYZ | 35.05 | 26.32 | 4.6 | - |
| YUV | 133.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 32 | 0 | 0.50 | 0.85 | 0.14 | 25.03 | 0.75 | 0.49 |
| Hex | DB | 6E | 20 | 0 | 32 | 55 | E | 19 | 4B | 31 |
| Octal | 333 | 156 | 40 | 0 | 62 | 125 | 16 | 31 | 113 | 61 |
| Binary | 11011011 | 1101110 | 100000 | 0 | 110010 | 1010101 | 1110 | 11001 | 1001011 | 110001 |
Color Harmonies of #DB6E20
Complementary color
Monochromatic Colors of #DB6E20
Black with #DB6E20
Text Example
Text Example
White with #DB6E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E20; }
p { color: rgb(219,110,32); }
H1.HeaderClassName
{
color: #DB6E20;
}
.AnyTagClassName
{
color: #DB6E20;
}
</style>
background-color css
<style>
a { background-color: #DB6E20; }
a { background-color: rgb(219,110,32); }
div.DivClassName
{
background-color: #DB6E20;
}
.BgClassName
{
background-color: #DB6E20;
}
</style>
border-color css
<style>
span { border-color: #DB6E20; }
span { border-color: rgb(219,110,32); }
td.TdClassName
{
border-color: #DB6E20;
}
.TagClassName
{
border-color: #DB6E20;
}
</style>