Shades of Chocolate #DB6411
Tints of Chocolate #DB6411
RGB
CMYK
RGB Variations
Color information
#DB6411 (or 0xDB6411) is known color: Chocolate. HEX triplet: DB, 64 and 11. RGB value is (219,100,17). Sum of RGB (Red+Green+Blue) = 219+100+17=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6411 is #249BEE. Grayscale: #7E7E7E. Windows color (decimal): -2399215 or 1139931. OLE color: 1139931.
HSL color Cylindrical-coordinate representation of color #DB6411: hue angle of 24.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB6411 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.14 |
| HSL | 24.65º | 0.86% | 0.46% | - |
| HSV(B) | 24.65º | 0.92% | 0.86% | - |
| XYZ | 33.87 | 24.21 | 3.42 | - |
| YUV | 126.12 | 66.42 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 17 | 0 | 0.54 | 0.92 | 0.14 | 24.65 | 0.86 | 0.46 |
| Hex | DB | 64 | 11 | 0 | 36 | 5C | E | 19 | 56 | 2E |
| Octal | 333 | 144 | 21 | 0 | 66 | 134 | 16 | 31 | 126 | 56 |
| Binary | 11011011 | 1100100 | 10001 | 0 | 110110 | 1011100 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DB6411
Complementary color
Monochromatic Colors of #DB6411
Black with #DB6411
Text Example
Text Example
White with #DB6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6411; }
p { color: rgb(219,100,17); }
H1.HeaderClassName
{
color: #DB6411;
}
.AnyTagClassName
{
color: #DB6411;
}
</style>
background-color css
<style>
a { background-color: #DB6411; }
a { background-color: rgb(219,100,17); }
div.DivClassName
{
background-color: #DB6411;
}
.BgClassName
{
background-color: #DB6411;
}
</style>
border-color css
<style>
span { border-color: #DB6411; }
span { border-color: rgb(219,100,17); }
td.TdClassName
{
border-color: #DB6411;
}
.TagClassName
{
border-color: #DB6411;
}
</style>