Shades of Chocolate #DB7114
Tints of Chocolate #DB7114
RGB
CMYK
RGB Variations
Color information
#DB7114 (or 0xDB7114) is known color: Chocolate. HEX triplet: DB, 71 and 14. RGB value is (219,113,20). Sum of RGB (Red+Green+Blue) = 219+113+20=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7114 is #248EEB. Grayscale: #868686. Windows color (decimal): -2395884 or 1339867. OLE color: 1339867.
HSL color Cylindrical-coordinate representation of color #DB7114: hue angle of 28.04º degrees, saturation: 0.83, 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 #DB7114 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 20 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.14 |
| HSL | 28.04º | 0.83% | 0.47% | - |
| HSV(B) | 28.04º | 0.91% | 0.86% | - |
| XYZ | 35.24 | 26.92 | 4 | - |
| YUV | 134.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 20 | 0 | 0.48 | 0.91 | 0.14 | 28.04 | 0.83 | 0.47 |
| Hex | DB | 71 | 14 | 0 | 30 | 5B | E | 1C | 53 | 2F |
| Octal | 333 | 161 | 24 | 0 | 60 | 133 | 16 | 34 | 123 | 57 |
| Binary | 11011011 | 1110001 | 10100 | 0 | 110000 | 1011011 | 1110 | 11100 | 1010011 | 101111 |
Color Harmonies of #DB7114
Complementary color
Monochromatic Colors of #DB7114
Black with #DB7114
Text Example
Text Example
White with #DB7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7114; }
p { color: rgb(219,113,20); }
H1.HeaderClassName
{
color: #DB7114;
}
.AnyTagClassName
{
color: #DB7114;
}
</style>
background-color css
<style>
a { background-color: #DB7114; }
a { background-color: rgb(219,113,20); }
div.DivClassName
{
background-color: #DB7114;
}
.BgClassName
{
background-color: #DB7114;
}
</style>
border-color css
<style>
span { border-color: #DB7114; }
span { border-color: rgb(219,113,20); }
td.TdClassName
{
border-color: #DB7114;
}
.TagClassName
{
border-color: #DB7114;
}
</style>