Shades of Chocolate #DB6D12
Tints of Chocolate #DB6D12
RGB
CMYK
RGB Variations
Color information
#DB6D12 (or 0xDB6D12) is known color: Chocolate. HEX triplet: DB, 6D and 12. RGB value is (219,109,18). Sum of RGB (Red+Green+Blue) = 219+109+18=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D12 is #2492ED. Grayscale: #838383. Windows color (decimal): -2396910 or 1207771. OLE color: 1207771.
HSL color Cylindrical-coordinate representation of color #DB6D12: hue angle of 27.16º 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 #DB6D12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.14 |
| HSL | 27.16º | 0.85% | 0.46% | - |
| HSV(B) | 27.16º | 0.92% | 0.86% | - |
| XYZ | 34.79 | 26.04 | 3.76 | - |
| YUV | 131.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 18 | 0 | 0.50 | 0.92 | 0.14 | 27.16 | 0.85 | 0.46 |
| Hex | DB | 6D | 12 | 0 | 32 | 5C | E | 1B | 55 | 2E |
| Octal | 333 | 155 | 22 | 0 | 62 | 134 | 16 | 33 | 125 | 56 |
| Binary | 11011011 | 1101101 | 10010 | 0 | 110010 | 1011100 | 1110 | 11011 | 1010101 | 101110 |
Color Harmonies of #DB6D12
Complementary color
Monochromatic Colors of #DB6D12
Black with #DB6D12
Text Example
Text Example
White with #DB6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D12; }
p { color: rgb(219,109,18); }
H1.HeaderClassName
{
color: #DB6D12;
}
.AnyTagClassName
{
color: #DB6D12;
}
</style>
background-color css
<style>
a { background-color: #DB6D12; }
a { background-color: rgb(219,109,18); }
div.DivClassName
{
background-color: #DB6D12;
}
.BgClassName
{
background-color: #DB6D12;
}
</style>
border-color css
<style>
span { border-color: #DB6D12; }
span { border-color: rgb(219,109,18); }
td.TdClassName
{
border-color: #DB6D12;
}
.TagClassName
{
border-color: #DB6D12;
}
</style>