Shades of Chocolate #DB6C12
Tints of Chocolate #DB6C12
RGB
CMYK
RGB Variations
Color information
#DB6C12 (or 0xDB6C12) is known color: Chocolate. HEX triplet: DB, 6C and 12. RGB value is (219,108,18). Sum of RGB (Red+Green+Blue) = 219+108+18=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C12 is #2493ED. Grayscale: #838383. Windows color (decimal): -2397166 or 1207515. OLE color: 1207515.
HSL color Cylindrical-coordinate representation of color #DB6C12: hue angle of 26.87º 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 #DB6C12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.14 |
| HSL | 26.87º | 0.85% | 0.46% | - |
| HSV(B) | 26.87º | 0.92% | 0.86% | - |
| XYZ | 34.69 | 25.83 | 3.73 | - |
| YUV | 130.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 18 | 0 | 0.51 | 0.92 | 0.14 | 26.87 | 0.85 | 0.46 |
| Hex | DB | 6C | 12 | 0 | 33 | 5C | E | 1B | 55 | 2E |
| Octal | 333 | 154 | 22 | 0 | 63 | 134 | 16 | 33 | 125 | 56 |
| Binary | 11011011 | 1101100 | 10010 | 0 | 110011 | 1011100 | 1110 | 11011 | 1010101 | 101110 |
Color Harmonies of #DB6C12
Complementary color
Monochromatic Colors of #DB6C12
Black with #DB6C12
Text Example
Text Example
White with #DB6C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C12; }
p { color: rgb(219,108,18); }
H1.HeaderClassName
{
color: #DB6C12;
}
.AnyTagClassName
{
color: #DB6C12;
}
</style>
background-color css
<style>
a { background-color: #DB6C12; }
a { background-color: rgb(219,108,18); }
div.DivClassName
{
background-color: #DB6C12;
}
.BgClassName
{
background-color: #DB6C12;
}
</style>
border-color css
<style>
span { border-color: #DB6C12; }
span { border-color: rgb(219,108,18); }
td.TdClassName
{
border-color: #DB6C12;
}
.TagClassName
{
border-color: #DB6C12;
}
</style>