Shades of Chocolate #DB6B12
Tints of Chocolate #DB6B12
RGB
CMYK
RGB Variations
Color information
#DB6B12 (or 0xDB6B12) is known color: Chocolate. HEX triplet: DB, 6B and 12. RGB value is (219,107,18). Sum of RGB (Red+Green+Blue) = 219+107+18=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B12 is #2494ED. Grayscale: #828282. Windows color (decimal): -2397422 or 1207259. OLE color: 1207259.
HSL color Cylindrical-coordinate representation of color #DB6B12: hue angle of 26.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB6B12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.14 |
| HSL | 26.57º | 0.85% | 0.46% | - |
| HSV(B) | 26.57º | 0.92% | 0.86% | - |
| XYZ | 34.58 | 25.62 | 3.69 | - |
| YUV | 130.34 | 64.61 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 18 | 0 | 0.51 | 0.92 | 0.14 | 26.57 | 0.85 | 0.46 |
| Hex | DB | 6B | 12 | 0 | 33 | 5C | E | 1B | 55 | 2E |
| Octal | 333 | 153 | 22 | 0 | 63 | 134 | 16 | 33 | 125 | 56 |
| Binary | 11011011 | 1101011 | 10010 | 0 | 110011 | 1011100 | 1110 | 11011 | 1010101 | 101110 |
Color Harmonies of #DB6B12
Complementary color
Monochromatic Colors of #DB6B12
Black with #DB6B12
Text Example
Text Example
White with #DB6B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B12; }
p { color: rgb(219,107,18); }
H1.HeaderClassName
{
color: #DB6B12;
}
.AnyTagClassName
{
color: #DB6B12;
}
</style>
background-color css
<style>
a { background-color: #DB6B12; }
a { background-color: rgb(219,107,18); }
div.DivClassName
{
background-color: #DB6B12;
}
.BgClassName
{
background-color: #DB6B12;
}
</style>
border-color css
<style>
span { border-color: #DB6B12; }
span { border-color: rgb(219,107,18); }
td.TdClassName
{
border-color: #DB6B12;
}
.TagClassName
{
border-color: #DB6B12;
}
</style>