Shades of Chocolate #DB6311
Tints of Chocolate #DB6311
RGB
CMYK
RGB Variations
Color information
#DB6311 (or 0xDB6311) is known color: Chocolate. HEX triplet: DB, 63 and 11. RGB value is (219,99,17). Sum of RGB (Red+Green+Blue) = 219+99+17=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6311 is #249CEE. Grayscale: #7D7D7D. Windows color (decimal): -2399471 or 1139675. OLE color: 1139675.
HSL color Cylindrical-coordinate representation of color #DB6311: hue angle of 24.36º 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 #DB6311 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.14 |
| HSL | 24.36º | 0.86% | 0.46% | - |
| HSV(B) | 24.36º | 0.92% | 0.86% | - |
| XYZ | 33.78 | 24.02 | 3.39 | - |
| YUV | 125.53 | 66.76 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 17 | 0 | 0.55 | 0.92 | 0.14 | 24.36 | 0.86 | 0.46 |
| Hex | DB | 63 | 11 | 0 | 37 | 5C | E | 18 | 56 | 2E |
| Octal | 333 | 143 | 21 | 0 | 67 | 134 | 16 | 30 | 126 | 56 |
| Binary | 11011011 | 1100011 | 10001 | 0 | 110111 | 1011100 | 1110 | 11000 | 1010110 | 101110 |
Color Harmonies of #DB6311
Complementary color
Monochromatic Colors of #DB6311
Black with #DB6311
Text Example
Text Example
White with #DB6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6311; }
p { color: rgb(219,99,17); }
H1.HeaderClassName
{
color: #DB6311;
}
.AnyTagClassName
{
color: #DB6311;
}
</style>
background-color css
<style>
a { background-color: #DB6311; }
a { background-color: rgb(219,99,17); }
div.DivClassName
{
background-color: #DB6311;
}
.BgClassName
{
background-color: #DB6311;
}
</style>
border-color css
<style>
span { border-color: #DB6311; }
span { border-color: rgb(219,99,17); }
td.TdClassName
{
border-color: #DB6311;
}
.TagClassName
{
border-color: #DB6311;
}
</style>