Shades of Chocolate #DB6112
Tints of Chocolate #DB6112
RGB
CMYK
RGB Variations
Color information
#DB6112 (or 0xDB6112) is known color: Chocolate. HEX triplet: DB, 61 and 12. RGB value is (219,97,18). Sum of RGB (Red+Green+Blue) = 219+97+18=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6112 is #249EED. Grayscale: #7C7C7C. Windows color (decimal): -2399982 or 1204699. OLE color: 1204699.
HSL color Cylindrical-coordinate representation of color #DB6112: hue angle of 23.58º 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 #DB6112 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.58º | 0.85% | 0.46% | - |
| HSV(B) | 23.58º | 0.92% | 0.86% | - |
| XYZ | 33.6 | 23.65 | 3.37 | - |
| YUV | 124.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 18 | 0 | 0.56 | 0.92 | 0.14 | 23.58 | 0.85 | 0.46 |
| Hex | DB | 61 | 12 | 0 | 38 | 5C | E | 18 | 55 | 2E |
| Octal | 333 | 141 | 22 | 0 | 70 | 134 | 16 | 30 | 125 | 56 |
| Binary | 11011011 | 1100001 | 10010 | 0 | 111000 | 1011100 | 1110 | 11000 | 1010101 | 101110 |
Color Harmonies of #DB6112
Complementary color
Monochromatic Colors of #DB6112
Black with #DB6112
Text Example
Text Example
White with #DB6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6112; }
p { color: rgb(219,97,18); }
H1.HeaderClassName
{
color: #DB6112;
}
.AnyTagClassName
{
color: #DB6112;
}
</style>
background-color css
<style>
a { background-color: #DB6112; }
a { background-color: rgb(219,97,18); }
div.DivClassName
{
background-color: #DB6112;
}
.BgClassName
{
background-color: #DB6112;
}
</style>
border-color css
<style>
span { border-color: #DB6112; }
span { border-color: rgb(219,97,18); }
td.TdClassName
{
border-color: #DB6112;
}
.TagClassName
{
border-color: #DB6112;
}
</style>