Shades of Chocolate #DB6114
Tints of Chocolate #DB6114
RGB
CMYK
RGB Variations
Color information
#DB6114 (or 0xDB6114) is known color: Chocolate. HEX triplet: DB, 61 and 14. RGB value is (219,97,20). Sum of RGB (Red+Green+Blue) = 219+97+20=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6114 is #249EEB. Grayscale: #7D7D7D. Windows color (decimal): -2399980 or 1335771. OLE color: 1335771.
HSL color Cylindrical-coordinate representation of color #DB6114: hue angle of 23.22º 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 #DB6114 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.14 |
| HSL | 23.22º | 0.83% | 0.47% | - |
| HSV(B) | 23.22º | 0.91% | 0.86% | - |
| XYZ | 33.61 | 23.66 | 3.46 | - |
| YUV | 124.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 20 | 0 | 0.56 | 0.91 | 0.14 | 23.22 | 0.83 | 0.47 |
| Hex | DB | 61 | 14 | 0 | 38 | 5B | E | 17 | 53 | 2F |
| Octal | 333 | 141 | 24 | 0 | 70 | 133 | 16 | 27 | 123 | 57 |
| Binary | 11011011 | 1100001 | 10100 | 0 | 111000 | 1011011 | 1110 | 10111 | 1010011 | 101111 |
Color Harmonies of #DB6114
Complementary color
Monochromatic Colors of #DB6114
Black with #DB6114
Text Example
Text Example
White with #DB6114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6114; }
p { color: rgb(219,97,20); }
H1.HeaderClassName
{
color: #DB6114;
}
.AnyTagClassName
{
color: #DB6114;
}
</style>
background-color css
<style>
a { background-color: #DB6114; }
a { background-color: rgb(219,97,20); }
div.DivClassName
{
background-color: #DB6114;
}
.BgClassName
{
background-color: #DB6114;
}
</style>
border-color css
<style>
span { border-color: #DB6114; }
span { border-color: rgb(219,97,20); }
td.TdClassName
{
border-color: #DB6114;
}
.TagClassName
{
border-color: #DB6114;
}
</style>