Shades of Chocolate #DB6412
Tints of Chocolate #DB6412
RGB
CMYK
RGB Variations
Color information
#DB6412 (or 0xDB6412) is known color: Chocolate. HEX triplet: DB, 64 and 12. RGB value is (219,100,18). Sum of RGB (Red+Green+Blue) = 219+100+18=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6412 is #249BED. Grayscale: #7E7E7E. Windows color (decimal): -2399214 or 1205467. OLE color: 1205467.
HSL color Cylindrical-coordinate representation of color #DB6412: hue angle of 24.48º 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 #DB6412 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.14 |
| HSL | 24.48º | 0.85% | 0.46% | - |
| HSV(B) | 24.48º | 0.92% | 0.86% | - |
| XYZ | 33.88 | 24.22 | 3.46 | - |
| YUV | 126.23 | 66.92 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 18 | 0 | 0.54 | 0.92 | 0.14 | 24.48 | 0.85 | 0.46 |
| Hex | DB | 64 | 12 | 0 | 36 | 5C | E | 18 | 55 | 2E |
| Octal | 333 | 144 | 22 | 0 | 66 | 134 | 16 | 30 | 125 | 56 |
| Binary | 11011011 | 1100100 | 10010 | 0 | 110110 | 1011100 | 1110 | 11000 | 1010101 | 101110 |
Color Harmonies of #DB6412
Complementary color
Monochromatic Colors of #DB6412
Black with #DB6412
Text Example
Text Example
White with #DB6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6412; }
p { color: rgb(219,100,18); }
H1.HeaderClassName
{
color: #DB6412;
}
.AnyTagClassName
{
color: #DB6412;
}
</style>
background-color css
<style>
a { background-color: #DB6412; }
a { background-color: rgb(219,100,18); }
div.DivClassName
{
background-color: #DB6412;
}
.BgClassName
{
background-color: #DB6412;
}
</style>
border-color css
<style>
span { border-color: #DB6412; }
span { border-color: rgb(219,100,18); }
td.TdClassName
{
border-color: #DB6412;
}
.TagClassName
{
border-color: #DB6412;
}
</style>