Shades of Chocolate #DB7412
Tints of Chocolate #DB7412
RGB
CMYK
RGB Variations
Color information
#DB7412 (or 0xDB7412) is known color: Chocolate. HEX triplet: DB, 74 and 12. RGB value is (219,116,18). Sum of RGB (Red+Green+Blue) = 219+116+18=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7412 is #248BED. Grayscale: #888888. Windows color (decimal): -2395118 or 1209563. OLE color: 1209563.
HSL color Cylindrical-coordinate representation of color #DB7412: hue angle of 29.25º 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 #DB7412 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 18 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.14 |
| HSL | 29.25º | 0.85% | 0.46% | - |
| HSV(B) | 29.25º | 0.92% | 0.86% | - |
| XYZ | 35.57 | 27.59 | 4.02 | - |
| YUV | 135.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 18 | 0 | 0.47 | 0.92 | 0.14 | 29.25 | 0.85 | 0.46 |
| Hex | DB | 74 | 12 | 0 | 2F | 5C | E | 1D | 55 | 2E |
| Octal | 333 | 164 | 22 | 0 | 57 | 134 | 16 | 35 | 125 | 56 |
| Binary | 11011011 | 1110100 | 10010 | 0 | 101111 | 1011100 | 1110 | 11101 | 1010101 | 101110 |
Color Harmonies of #DB7412
Complementary color
Monochromatic Colors of #DB7412
Black with #DB7412
Text Example
Text Example
White with #DB7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7412; }
p { color: rgb(219,116,18); }
H1.HeaderClassName
{
color: #DB7412;
}
.AnyTagClassName
{
color: #DB7412;
}
</style>
background-color css
<style>
a { background-color: #DB7412; }
a { background-color: rgb(219,116,18); }
div.DivClassName
{
background-color: #DB7412;
}
.BgClassName
{
background-color: #DB7412;
}
</style>
border-color css
<style>
span { border-color: #DB7412; }
span { border-color: rgb(219,116,18); }
td.TdClassName
{
border-color: #DB7412;
}
.TagClassName
{
border-color: #DB7412;
}
</style>