Shades of Chocolate #DB6012
Tints of Chocolate #DB6012
RGB
CMYK
RGB Variations
Color information
#DB6012 (or 0xDB6012) is known color: Chocolate. HEX triplet: DB, 60 and 12. RGB value is (219,96,18). Sum of RGB (Red+Green+Blue) = 219+96+18=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6012 is #249FED. Grayscale: #7C7C7C. Windows color (decimal): -2400238 or 1204443. OLE color: 1204443.
HSL color Cylindrical-coordinate representation of color #DB6012: hue angle of 23.28º 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 #DB6012 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.28º | 0.85% | 0.46% | - |
| HSV(B) | 23.28º | 0.92% | 0.86% | - |
| XYZ | 33.51 | 23.47 | 3.34 | - |
| YUV | 123.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 18 | 0 | 0.56 | 0.92 | 0.14 | 23.28 | 0.85 | 0.46 |
| Hex | DB | 60 | 12 | 0 | 38 | 5C | E | 17 | 55 | 2E |
| Octal | 333 | 140 | 22 | 0 | 70 | 134 | 16 | 27 | 125 | 56 |
| Binary | 11011011 | 1100000 | 10010 | 0 | 111000 | 1011100 | 1110 | 10111 | 1010101 | 101110 |
Color Harmonies of #DB6012
Complementary color
Monochromatic Colors of #DB6012
Black with #DB6012
Text Example
Text Example
White with #DB6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6012; }
p { color: rgb(219,96,18); }
H1.HeaderClassName
{
color: #DB6012;
}
.AnyTagClassName
{
color: #DB6012;
}
</style>
background-color css
<style>
a { background-color: #DB6012; }
a { background-color: rgb(219,96,18); }
div.DivClassName
{
background-color: #DB6012;
}
.BgClassName
{
background-color: #DB6012;
}
</style>
border-color css
<style>
span { border-color: #DB6012; }
span { border-color: rgb(219,96,18); }
td.TdClassName
{
border-color: #DB6012;
}
.TagClassName
{
border-color: #DB6012;
}
</style>