Shades of Chocolate #DB6C13
Tints of Chocolate #DB6C13
RGB
CMYK
RGB Variations
Color information
#DB6C13 (or 0xDB6C13) is known color: Chocolate. HEX triplet: DB, 6C and 13. RGB value is (219,108,19). Sum of RGB (Red+Green+Blue) = 219+108+19=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C13 is #2493EC. Grayscale: #838383. Windows color (decimal): -2397165 or 1273051. OLE color: 1273051.
HSL color Cylindrical-coordinate representation of color #DB6C13: hue angle of 26.7º degrees, saturation: 0.84, 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 #DB6C13 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.14 |
| HSL | 26.7º | 0.84% | 0.47% | - |
| HSV(B) | 26.7º | 0.91% | 0.86% | - |
| XYZ | 34.69 | 25.83 | 3.77 | - |
| YUV | 131.04 | 64.77 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 19 | 0 | 0.51 | 0.91 | 0.14 | 26.7 | 0.84 | 0.47 |
| Hex | DB | 6C | 13 | 0 | 33 | 5B | E | 1B | 54 | 2F |
| Octal | 333 | 154 | 23 | 0 | 63 | 133 | 16 | 33 | 124 | 57 |
| Binary | 11011011 | 1101100 | 10011 | 0 | 110011 | 1011011 | 1110 | 11011 | 1010100 | 101111 |
Color Harmonies of #DB6C13
Complementary color
Monochromatic Colors of #DB6C13
Black with #DB6C13
Text Example
Text Example
White with #DB6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C13; }
p { color: rgb(219,108,19); }
H1.HeaderClassName
{
color: #DB6C13;
}
.AnyTagClassName
{
color: #DB6C13;
}
</style>
background-color css
<style>
a { background-color: #DB6C13; }
a { background-color: rgb(219,108,19); }
div.DivClassName
{
background-color: #DB6C13;
}
.BgClassName
{
background-color: #DB6C13;
}
</style>
border-color css
<style>
span { border-color: #DB6C13; }
span { border-color: rgb(219,108,19); }
td.TdClassName
{
border-color: #DB6C13;
}
.TagClassName
{
border-color: #DB6C13;
}
</style>