Shades of Chocolate #DB6B13
Tints of Chocolate #DB6B13
RGB
CMYK
RGB Variations
Color information
#DB6B13 (or 0xDB6B13) is known color: Chocolate. HEX triplet: DB, 6B and 13. RGB value is (219,107,19). Sum of RGB (Red+Green+Blue) = 219+107+19=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B13 is #2494EC. Grayscale: #828282. Windows color (decimal): -2397421 or 1272795. OLE color: 1272795.
HSL color Cylindrical-coordinate representation of color #DB6B13: hue angle of 26.4º 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 #DB6B13 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.14 |
| HSL | 26.4º | 0.84% | 0.47% | - |
| HSV(B) | 26.4º | 0.91% | 0.86% | - |
| XYZ | 34.59 | 25.62 | 3.74 | - |
| YUV | 130.46 | 65.11 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 19 | 0 | 0.51 | 0.91 | 0.14 | 26.4 | 0.84 | 0.47 |
| Hex | DB | 6B | 13 | 0 | 33 | 5B | E | 1A | 54 | 2F |
| Octal | 333 | 153 | 23 | 0 | 63 | 133 | 16 | 32 | 124 | 57 |
| Binary | 11011011 | 1101011 | 10011 | 0 | 110011 | 1011011 | 1110 | 11010 | 1010100 | 101111 |
Color Harmonies of #DB6B13
Complementary color
Monochromatic Colors of #DB6B13
Black with #DB6B13
Text Example
Text Example
White with #DB6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B13; }
p { color: rgb(219,107,19); }
H1.HeaderClassName
{
color: #DB6B13;
}
.AnyTagClassName
{
color: #DB6B13;
}
</style>
background-color css
<style>
a { background-color: #DB6B13; }
a { background-color: rgb(219,107,19); }
div.DivClassName
{
background-color: #DB6B13;
}
.BgClassName
{
background-color: #DB6B13;
}
</style>
border-color css
<style>
span { border-color: #DB6B13; }
span { border-color: rgb(219,107,19); }
td.TdClassName
{
border-color: #DB6B13;
}
.TagClassName
{
border-color: #DB6B13;
}
</style>