Shades of Chocolate #DB5F0E
Tints of Chocolate #DB5F0E
RGB
CMYK
RGB Variations
Color information
#DB5F0E (or 0xDB5F0E) is known color: Chocolate. HEX triplet: DB, 5F and 0E. RGB value is (219,95,14). Sum of RGB (Red+Green+Blue) = 219+95+14=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F0E is #24A0F1. Grayscale: #7B7B7B. Windows color (decimal): -2400498 or 942043. OLE color: 942043.
HSL color Cylindrical-coordinate representation of color #DB5F0E: hue angle of 23.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB5F0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.14 |
| HSL | 23.71º | 0.88% | 0.46% | - |
| HSV(B) | 23.71º | 0.94% | 0.86% | - |
| XYZ | 33.38 | 23.28 | 3.15 | - |
| YUV | 122.84 | 66.58 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 14 | 0 | 0.57 | 0.94 | 0.14 | 23.71 | 0.88 | 0.46 |
| Hex | DB | 5F | E | 0 | 39 | 5E | E | 18 | 58 | 2E |
| Octal | 333 | 137 | 16 | 0 | 71 | 136 | 16 | 30 | 130 | 56 |
| Binary | 11011011 | 1011111 | 1110 | 0 | 111001 | 1011110 | 1110 | 11000 | 1011000 | 101110 |
Color Harmonies of #DB5F0E
Complementary color
Monochromatic Colors of #DB5F0E
Black with #DB5F0E
Text Example
Text Example
White with #DB5F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F0E; }
p { color: rgb(219,95,14); }
H1.HeaderClassName
{
color: #DB5F0E;
}
.AnyTagClassName
{
color: #DB5F0E;
}
</style>
background-color css
<style>
a { background-color: #DB5F0E; }
a { background-color: rgb(219,95,14); }
div.DivClassName
{
background-color: #DB5F0E;
}
.BgClassName
{
background-color: #DB5F0E;
}
</style>
border-color css
<style>
span { border-color: #DB5F0E; }
span { border-color: rgb(219,95,14); }
td.TdClassName
{
border-color: #DB5F0E;
}
.TagClassName
{
border-color: #DB5F0E;
}
</style>