Shades of Chocolate #DB6611
Tints of Chocolate #DB6611
RGB
CMYK
RGB Variations
Color information
#DB6611 (or 0xDB6611) is known color: Chocolate. HEX triplet: DB, 66 and 11. RGB value is (219,102,17). Sum of RGB (Red+Green+Blue) = 219+102+17=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6611 is #2499EE. Grayscale: #7F7F7F. Windows color (decimal): -2398703 or 1140443. OLE color: 1140443.
HSL color Cylindrical-coordinate representation of color #DB6611: hue angle of 25.25º 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 #DB6611 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.14 |
| HSL | 25.25º | 0.86% | 0.46% | - |
| HSV(B) | 25.25º | 0.92% | 0.86% | - |
| XYZ | 34.07 | 24.6 | 3.48 | - |
| YUV | 127.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 17 | 0 | 0.53 | 0.92 | 0.14 | 25.25 | 0.86 | 0.46 |
| Hex | DB | 66 | 11 | 0 | 35 | 5C | E | 19 | 56 | 2E |
| Octal | 333 | 146 | 21 | 0 | 65 | 134 | 16 | 31 | 126 | 56 |
| Binary | 11011011 | 1100110 | 10001 | 0 | 110101 | 1011100 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DB6611
Complementary color
Monochromatic Colors of #DB6611
Black with #DB6611
Text Example
Text Example
White with #DB6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6611; }
p { color: rgb(219,102,17); }
H1.HeaderClassName
{
color: #DB6611;
}
.AnyTagClassName
{
color: #DB6611;
}
</style>
background-color css
<style>
a { background-color: #DB6611; }
a { background-color: rgb(219,102,17); }
div.DivClassName
{
background-color: #DB6611;
}
.BgClassName
{
background-color: #DB6611;
}
</style>
border-color css
<style>
span { border-color: #DB6611; }
span { border-color: rgb(219,102,17); }
td.TdClassName
{
border-color: #DB6611;
}
.TagClassName
{
border-color: #DB6611;
}
</style>