Shades of Chocolate #DB5812
Tints of Chocolate #DB5812
RGB
CMYK
RGB Variations
Color information
#DB5812 (or 0xDB5812) is known color: Chocolate. HEX triplet: DB, 58 and 12. RGB value is (219,88,18). Sum of RGB (Red+Green+Blue) = 219+88+18=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5812 is #24A7ED. Grayscale: #777777. Windows color (decimal): -2402286 or 1202395. OLE color: 1202395.
HSL color Cylindrical-coordinate representation of color #DB5812: hue angle of 20.9º 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 #DB5812 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.14 |
| HSL | 20.9º | 0.85% | 0.46% | - |
| HSV(B) | 20.9º | 0.92% | 0.86% | - |
| XYZ | 32.81 | 22.08 | 3.11 | - |
| YUV | 119.19 | 70.9 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 18 | 0 | 0.60 | 0.92 | 0.14 | 20.9 | 0.85 | 0.46 |
| Hex | DB | 58 | 12 | 0 | 3C | 5C | E | 15 | 55 | 2E |
| Octal | 333 | 130 | 22 | 0 | 74 | 134 | 16 | 25 | 125 | 56 |
| Binary | 11011011 | 1011000 | 10010 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010101 | 101110 |
Color Harmonies of #DB5812
Complementary color
Monochromatic Colors of #DB5812
Black with #DB5812
Text Example
Text Example
White with #DB5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5812; }
p { color: rgb(219,88,18); }
H1.HeaderClassName
{
color: #DB5812;
}
.AnyTagClassName
{
color: #DB5812;
}
</style>
background-color css
<style>
a { background-color: #DB5812; }
a { background-color: rgb(219,88,18); }
div.DivClassName
{
background-color: #DB5812;
}
.BgClassName
{
background-color: #DB5812;
}
</style>
border-color css
<style>
span { border-color: #DB5812; }
span { border-color: rgb(219,88,18); }
td.TdClassName
{
border-color: #DB5812;
}
.TagClassName
{
border-color: #DB5812;
}
</style>