Shades of Chocolate #DB6214
Tints of Chocolate #DB6214
RGB
CMYK
RGB Variations
Color information
#DB6214 (or 0xDB6214) is known color: Chocolate. HEX triplet: DB, 62 and 14. RGB value is (219,98,20). Sum of RGB (Red+Green+Blue) = 219+98+20=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6214 is #249DEB. Grayscale: #7D7D7D. Windows color (decimal): -2399724 or 1336027. OLE color: 1336027.
HSL color Cylindrical-coordinate representation of color #DB6214: hue angle of 23.52º 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 #DB6214 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.14 |
| HSL | 23.52º | 0.83% | 0.47% | - |
| HSV(B) | 23.52º | 0.91% | 0.86% | - |
| XYZ | 33.71 | 23.85 | 3.49 | - |
| YUV | 125.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 20 | 0 | 0.55 | 0.91 | 0.14 | 23.52 | 0.83 | 0.47 |
| Hex | DB | 62 | 14 | 0 | 37 | 5B | E | 18 | 53 | 2F |
| Octal | 333 | 142 | 24 | 0 | 67 | 133 | 16 | 30 | 123 | 57 |
| Binary | 11011011 | 1100010 | 10100 | 0 | 110111 | 1011011 | 1110 | 11000 | 1010011 | 101111 |
Color Harmonies of #DB6214
Complementary color
Monochromatic Colors of #DB6214
Black with #DB6214
Text Example
Text Example
White with #DB6214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6214; }
p { color: rgb(219,98,20); }
H1.HeaderClassName
{
color: #DB6214;
}
.AnyTagClassName
{
color: #DB6214;
}
</style>
background-color css
<style>
a { background-color: #DB6214; }
a { background-color: rgb(219,98,20); }
div.DivClassName
{
background-color: #DB6214;
}
.BgClassName
{
background-color: #DB6214;
}
</style>
border-color css
<style>
span { border-color: #DB6214; }
span { border-color: rgb(219,98,20); }
td.TdClassName
{
border-color: #DB6214;
}
.TagClassName
{
border-color: #DB6214;
}
</style>