Shades of Chocolate #DB6011
Tints of Chocolate #DB6011
RGB
CMYK
RGB Variations
Color information
#DB6011 (or 0xDB6011) is known color: Chocolate. HEX triplet: DB, 60 and 11. RGB value is (219,96,17). Sum of RGB (Red+Green+Blue) = 219+96+17=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6011 is #249FEE. Grayscale: #7C7C7C. Windows color (decimal): -2400239 or 1138907. OLE color: 1138907.
HSL color Cylindrical-coordinate representation of color #DB6011: hue angle of 23.47º 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 #DB6011 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.47º | 0.86% | 0.46% | - |
| HSV(B) | 23.47º | 0.92% | 0.86% | - |
| XYZ | 33.5 | 23.47 | 3.29 | - |
| YUV | 123.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 17 | 0 | 0.56 | 0.92 | 0.14 | 23.47 | 0.86 | 0.46 |
| Hex | DB | 60 | 11 | 0 | 38 | 5C | E | 17 | 56 | 2E |
| Octal | 333 | 140 | 21 | 0 | 70 | 134 | 16 | 27 | 126 | 56 |
| Binary | 11011011 | 1100000 | 10001 | 0 | 111000 | 1011100 | 1110 | 10111 | 1010110 | 101110 |
Color Harmonies of #DB6011
Complementary color
Monochromatic Colors of #DB6011
Black with #DB6011
Text Example
Text Example
White with #DB6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6011; }
p { color: rgb(219,96,17); }
H1.HeaderClassName
{
color: #DB6011;
}
.AnyTagClassName
{
color: #DB6011;
}
</style>
background-color css
<style>
a { background-color: #DB6011; }
a { background-color: rgb(219,96,17); }
div.DivClassName
{
background-color: #DB6011;
}
.BgClassName
{
background-color: #DB6011;
}
</style>
border-color css
<style>
span { border-color: #DB6011; }
span { border-color: rgb(219,96,17); }
td.TdClassName
{
border-color: #DB6011;
}
.TagClassName
{
border-color: #DB6011;
}
</style>