Shades of Chocolate #DB7214
Tints of Chocolate #DB7214
RGB
CMYK
RGB Variations
Color information
#DB7214 (or 0xDB7214) is known color: Chocolate. HEX triplet: DB, 72 and 14. RGB value is (219,114,20). Sum of RGB (Red+Green+Blue) = 219+114+20=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7214 is #248DEB. Grayscale: #878787. Windows color (decimal): -2395628 or 1340123. OLE color: 1340123.
HSL color Cylindrical-coordinate representation of color #DB7214: hue angle of 28.34º 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 #DB7214 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 20 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.14 |
| HSL | 28.34º | 0.83% | 0.47% | - |
| HSV(B) | 28.34º | 0.91% | 0.86% | - |
| XYZ | 35.36 | 27.15 | 4.04 | - |
| YUV | 134.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 20 | 0 | 0.48 | 0.91 | 0.14 | 28.34 | 0.83 | 0.47 |
| Hex | DB | 72 | 14 | 0 | 30 | 5B | E | 1C | 53 | 2F |
| Octal | 333 | 162 | 24 | 0 | 60 | 133 | 16 | 34 | 123 | 57 |
| Binary | 11011011 | 1110010 | 10100 | 0 | 110000 | 1011011 | 1110 | 11100 | 1010011 | 101111 |
Color Harmonies of #DB7214
Complementary color
Monochromatic Colors of #DB7214
Black with #DB7214
Text Example
Text Example
White with #DB7214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7214; }
p { color: rgb(219,114,20); }
H1.HeaderClassName
{
color: #DB7214;
}
.AnyTagClassName
{
color: #DB7214;
}
</style>
background-color css
<style>
a { background-color: #DB7214; }
a { background-color: rgb(219,114,20); }
div.DivClassName
{
background-color: #DB7214;
}
.BgClassName
{
background-color: #DB7214;
}
</style>
border-color css
<style>
span { border-color: #DB7214; }
span { border-color: rgb(219,114,20); }
td.TdClassName
{
border-color: #DB7214;
}
.TagClassName
{
border-color: #DB7214;
}
</style>