Shades of Chocolate #DB6F12
Tints of Chocolate #DB6F12
RGB
CMYK
RGB Variations
Color information
#DB6F12 (or 0xDB6F12) is known color: Chocolate. HEX triplet: DB, 6F and 12. RGB value is (219,111,18). Sum of RGB (Red+Green+Blue) = 219+111+18=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F12 is #2490ED. Grayscale: #858585. Windows color (decimal): -2396398 or 1208283. OLE color: 1208283.
HSL color Cylindrical-coordinate representation of color #DB6F12: hue angle of 27.76º 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 #DB6F12 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.14 |
| HSL | 27.76º | 0.85% | 0.46% | - |
| HSV(B) | 27.76º | 0.92% | 0.86% | - |
| XYZ | 35.01 | 26.47 | 3.84 | - |
| YUV | 132.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 18 | 0 | 0.49 | 0.92 | 0.14 | 27.76 | 0.85 | 0.46 |
| Hex | DB | 6F | 12 | 0 | 31 | 5C | E | 1C | 55 | 2E |
| Octal | 333 | 157 | 22 | 0 | 61 | 134 | 16 | 34 | 125 | 56 |
| Binary | 11011011 | 1101111 | 10010 | 0 | 110001 | 1011100 | 1110 | 11100 | 1010101 | 101110 |
Color Harmonies of #DB6F12
Complementary color
Monochromatic Colors of #DB6F12
Black with #DB6F12
Text Example
Text Example
White with #DB6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F12; }
p { color: rgb(219,111,18); }
H1.HeaderClassName
{
color: #DB6F12;
}
.AnyTagClassName
{
color: #DB6F12;
}
</style>
background-color css
<style>
a { background-color: #DB6F12; }
a { background-color: rgb(219,111,18); }
div.DivClassName
{
background-color: #DB6F12;
}
.BgClassName
{
background-color: #DB6F12;
}
</style>
border-color css
<style>
span { border-color: #DB6F12; }
span { border-color: rgb(219,111,18); }
td.TdClassName
{
border-color: #DB6F12;
}
.TagClassName
{
border-color: #DB6F12;
}
</style>