Shades of Chocolate #DB541E
Tints of Chocolate #DB541E
RGB
CMYK
RGB Variations
Color information
#DB541E (or 0xDB541E) is known color: Chocolate. HEX triplet: DB, 54 and 1E. RGB value is (219,84,30). Sum of RGB (Red+Green+Blue) = 219+84+30=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541E is #24ABE1. Grayscale: #767676. Windows color (decimal): -2403298 or 1987803. OLE color: 1987803.
HSL color Cylindrical-coordinate representation of color #DB541E: hue angle of 17.14º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB541E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 30 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.14 |
| HSL | 17.14º | 0.76% | 0.49% | - |
| HSV(B) | 17.14º | 0.86% | 0.86% | - |
| XYZ | 32.62 | 21.49 | 3.66 | - |
| YUV | 118.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 30 | 0 | 0.62 | 0.86 | 0.14 | 17.14 | 0.76 | 0.49 |
| Hex | DB | 54 | 1E | 0 | 3E | 56 | E | 11 | 4C | 31 |
| Octal | 333 | 124 | 36 | 0 | 76 | 126 | 16 | 21 | 114 | 61 |
| Binary | 11011011 | 1010100 | 11110 | 0 | 111110 | 1010110 | 1110 | 10001 | 1001100 | 110001 |
Color Harmonies of #DB541E
Complementary color
Monochromatic Colors of #DB541E
Black with #DB541E
Text Example
Text Example
White with #DB541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB541E; }
p { color: rgb(219,84,30); }
H1.HeaderClassName
{
color: #DB541E;
}
.AnyTagClassName
{
color: #DB541E;
}
</style>
background-color css
<style>
a { background-color: #DB541E; }
a { background-color: rgb(219,84,30); }
div.DivClassName
{
background-color: #DB541E;
}
.BgClassName
{
background-color: #DB541E;
}
</style>
border-color css
<style>
span { border-color: #DB541E; }
span { border-color: rgb(219,84,30); }
td.TdClassName
{
border-color: #DB541E;
}
.TagClassName
{
border-color: #DB541E;
}
</style>