Shades of Chocolate #DB7311
Tints of Chocolate #DB7311
RGB
CMYK
RGB Variations
Color information
#DB7311 (or 0xDB7311) is known color: Chocolate. HEX triplet: DB, 73 and 11. RGB value is (219,115,17). Sum of RGB (Red+Green+Blue) = 219+115+17=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7311 is #248CEE. Grayscale: #878787. Windows color (decimal): -2395375 or 1143771. OLE color: 1143771.
HSL color Cylindrical-coordinate representation of color #DB7311: hue angle of 29.11º 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 #DB7311 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.14 |
| HSL | 29.11º | 0.86% | 0.46% | - |
| HSV(B) | 29.11º | 0.92% | 0.86% | - |
| XYZ | 35.45 | 27.36 | 3.94 | - |
| YUV | 134.92 | 61.46 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 17 | 0 | 0.47 | 0.92 | 0.14 | 29.11 | 0.86 | 0.46 |
| Hex | DB | 73 | 11 | 0 | 2F | 5C | E | 1D | 56 | 2E |
| Octal | 333 | 163 | 21 | 0 | 57 | 134 | 16 | 35 | 126 | 56 |
| Binary | 11011011 | 1110011 | 10001 | 0 | 101111 | 1011100 | 1110 | 11101 | 1010110 | 101110 |
Color Harmonies of #DB7311
Complementary color
Monochromatic Colors of #DB7311
Black with #DB7311
Text Example
Text Example
White with #DB7311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7311; }
p { color: rgb(219,115,17); }
H1.HeaderClassName
{
color: #DB7311;
}
.AnyTagClassName
{
color: #DB7311;
}
</style>
background-color css
<style>
a { background-color: #DB7311; }
a { background-color: rgb(219,115,17); }
div.DivClassName
{
background-color: #DB7311;
}
.BgClassName
{
background-color: #DB7311;
}
</style>
border-color css
<style>
span { border-color: #DB7311; }
span { border-color: rgb(219,115,17); }
td.TdClassName
{
border-color: #DB7311;
}
.TagClassName
{
border-color: #DB7311;
}
</style>