Shades of Chocolate #DB541F
Tints of Chocolate #DB541F
RGB
CMYK
RGB Variations
Color information
#DB541F (or 0xDB541F) is known color: Chocolate. HEX triplet: DB, 54 and 1F. RGB value is (219,84,31). Sum of RGB (Red+Green+Blue) = 219+84+31=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541F is #24ABE0. Grayscale: #767676. Windows color (decimal): -2403297 or 2053339. OLE color: 2053339.
HSL color Cylindrical-coordinate representation of color #DB541F: hue angle of 16.91º degrees, saturation: 0.75, 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 #DB541F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.14 |
| HSL | 16.91º | 0.75% | 0.49% | - |
| HSV(B) | 16.91º | 0.86% | 0.86% | - |
| XYZ | 32.63 | 21.5 | 3.73 | - |
| YUV | 118.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 31 | 0 | 0.62 | 0.86 | 0.14 | 16.91 | 0.75 | 0.49 |
| Hex | DB | 54 | 1F | 0 | 3E | 56 | E | 11 | 4B | 31 |
| Octal | 333 | 124 | 37 | 0 | 76 | 126 | 16 | 21 | 113 | 61 |
| Binary | 11011011 | 1010100 | 11111 | 0 | 111110 | 1010110 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DB541F
Complementary color
Monochromatic Colors of #DB541F
Black with #DB541F
Text Example
Text Example
White with #DB541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB541F; }
p { color: rgb(219,84,31); }
H1.HeaderClassName
{
color: #DB541F;
}
.AnyTagClassName
{
color: #DB541F;
}
</style>
background-color css
<style>
a { background-color: #DB541F; }
a { background-color: rgb(219,84,31); }
div.DivClassName
{
background-color: #DB541F;
}
.BgClassName
{
background-color: #DB541F;
}
</style>
border-color css
<style>
span { border-color: #DB541F; }
span { border-color: rgb(219,84,31); }
td.TdClassName
{
border-color: #DB541F;
}
.TagClassName
{
border-color: #DB541F;
}
</style>