Shades of Chocolate #DB6C14
Tints of Chocolate #DB6C14
RGB
CMYK
RGB Variations
Color information
#DB6C14 (or 0xDB6C14) is known color: Chocolate. HEX triplet: DB, 6C and 14. RGB value is (219,108,20). Sum of RGB (Red+Green+Blue) = 219+108+20=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C14 is #2493EB. Grayscale: #838383. Windows color (decimal): -2397164 or 1338587. OLE color: 1338587.
HSL color Cylindrical-coordinate representation of color #DB6C14: hue angle of 26.53º 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 #DB6C14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.14 |
| HSL | 26.53º | 0.83% | 0.47% | - |
| HSV(B) | 26.53º | 0.91% | 0.86% | - |
| XYZ | 34.7 | 25.84 | 3.82 | - |
| YUV | 131.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 20 | 0 | 0.51 | 0.91 | 0.14 | 26.53 | 0.83 | 0.47 |
| Hex | DB | 6C | 14 | 0 | 33 | 5B | E | 1B | 53 | 2F |
| Octal | 333 | 154 | 24 | 0 | 63 | 133 | 16 | 33 | 123 | 57 |
| Binary | 11011011 | 1101100 | 10100 | 0 | 110011 | 1011011 | 1110 | 11011 | 1010011 | 101111 |
Color Harmonies of #DB6C14
Complementary color
Monochromatic Colors of #DB6C14
Black with #DB6C14
Text Example
Text Example
White with #DB6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C14; }
p { color: rgb(219,108,20); }
H1.HeaderClassName
{
color: #DB6C14;
}
.AnyTagClassName
{
color: #DB6C14;
}
</style>
background-color css
<style>
a { background-color: #DB6C14; }
a { background-color: rgb(219,108,20); }
div.DivClassName
{
background-color: #DB6C14;
}
.BgClassName
{
background-color: #DB6C14;
}
</style>
border-color css
<style>
span { border-color: #DB6C14; }
span { border-color: rgb(219,108,20); }
td.TdClassName
{
border-color: #DB6C14;
}
.TagClassName
{
border-color: #DB6C14;
}
</style>