Shades of Chocolate #DB6113
Tints of Chocolate #DB6113
RGB
CMYK
RGB Variations
Color information
#DB6113 (or 0xDB6113) is known color: Chocolate. HEX triplet: DB, 61 and 13. RGB value is (219,97,19). Sum of RGB (Red+Green+Blue) = 219+97+19=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6113 is #249EEC. Grayscale: #7D7D7D. Windows color (decimal): -2399981 or 1270235. OLE color: 1270235.
HSL color Cylindrical-coordinate representation of color #DB6113: hue angle of 23.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB6113 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.14 |
| HSL | 23.4º | 0.84% | 0.47% | - |
| HSV(B) | 23.4º | 0.91% | 0.86% | - |
| XYZ | 33.61 | 23.66 | 3.41 | - |
| YUV | 124.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 19 | 0 | 0.56 | 0.91 | 0.14 | 23.4 | 0.84 | 0.47 |
| Hex | DB | 61 | 13 | 0 | 38 | 5B | E | 17 | 54 | 2F |
| Octal | 333 | 141 | 23 | 0 | 70 | 133 | 16 | 27 | 124 | 57 |
| Binary | 11011011 | 1100001 | 10011 | 0 | 111000 | 1011011 | 1110 | 10111 | 1010100 | 101111 |
Color Harmonies of #DB6113
Complementary color
Monochromatic Colors of #DB6113
Black with #DB6113
Text Example
Text Example
White with #DB6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6113; }
p { color: rgb(219,97,19); }
H1.HeaderClassName
{
color: #DB6113;
}
.AnyTagClassName
{
color: #DB6113;
}
</style>
background-color css
<style>
a { background-color: #DB6113; }
a { background-color: rgb(219,97,19); }
div.DivClassName
{
background-color: #DB6113;
}
.BgClassName
{
background-color: #DB6113;
}
</style>
border-color css
<style>
span { border-color: #DB6113; }
span { border-color: rgb(219,97,19); }
td.TdClassName
{
border-color: #DB6113;
}
.TagClassName
{
border-color: #DB6113;
}
</style>