Shades of Chocolate #DB5F12
Tints of Chocolate #DB5F12
RGB
CMYK
RGB Variations
Color information
#DB5F12 (or 0xDB5F12) is known color: Chocolate. HEX triplet: DB, 5F and 12. RGB value is (219,95,18). Sum of RGB (Red+Green+Blue) = 219+95+18=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F12 is #24A0ED. Grayscale: #7B7B7B. Windows color (decimal): -2400494 or 1204187. OLE color: 1204187.
HSL color Cylindrical-coordinate representation of color #DB5F12: hue angle of 22.99º 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 #DB5F12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.14 |
| HSL | 22.99º | 0.85% | 0.46% | - |
| HSV(B) | 22.99º | 0.92% | 0.86% | - |
| XYZ | 33.41 | 23.29 | 3.31 | - |
| YUV | 123.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 18 | 0 | 0.57 | 0.92 | 0.14 | 22.99 | 0.85 | 0.46 |
| Hex | DB | 5F | 12 | 0 | 39 | 5C | E | 17 | 55 | 2E |
| Octal | 333 | 137 | 22 | 0 | 71 | 134 | 16 | 27 | 125 | 56 |
| Binary | 11011011 | 1011111 | 10010 | 0 | 111001 | 1011100 | 1110 | 10111 | 1010101 | 101110 |
Color Harmonies of #DB5F12
Complementary color
Monochromatic Colors of #DB5F12
Black with #DB5F12
Text Example
Text Example
White with #DB5F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F12; }
p { color: rgb(219,95,18); }
H1.HeaderClassName
{
color: #DB5F12;
}
.AnyTagClassName
{
color: #DB5F12;
}
</style>
background-color css
<style>
a { background-color: #DB5F12; }
a { background-color: rgb(219,95,18); }
div.DivClassName
{
background-color: #DB5F12;
}
.BgClassName
{
background-color: #DB5F12;
}
</style>
border-color css
<style>
span { border-color: #DB5F12; }
span { border-color: rgb(219,95,18); }
td.TdClassName
{
border-color: #DB5F12;
}
.TagClassName
{
border-color: #DB5F12;
}
</style>