Shades of Chocolate #DB541A
Tints of Chocolate #DB541A
RGB
CMYK
RGB Variations
Color information
#DB541A (or 0xDB541A) is known color: Chocolate. HEX triplet: DB, 54 and 1A. RGB value is (219,84,26). Sum of RGB (Red+Green+Blue) = 219+84+26=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541A is #24ABE5. Grayscale: #767676. Windows color (decimal): -2403302 or 1725659. OLE color: 1725659.
HSL color Cylindrical-coordinate representation of color #DB541A: hue angle of 18.03º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB541A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.14 |
| HSL | 18.03º | 0.79% | 0.48% | - |
| HSV(B) | 18.03º | 0.88% | 0.86% | - |
| XYZ | 32.57 | 21.48 | 3.41 | - |
| YUV | 117.75 | 76.23 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 26 | 0 | 0.62 | 0.88 | 0.14 | 18.03 | 0.79 | 0.48 |
| Hex | DB | 54 | 1A | 0 | 3E | 58 | E | 12 | 4F | 30 |
| Octal | 333 | 124 | 32 | 0 | 76 | 130 | 16 | 22 | 117 | 60 |
| Binary | 11011011 | 1010100 | 11010 | 0 | 111110 | 1011000 | 1110 | 10010 | 1001111 | 110000 |
Color Harmonies of #DB541A
Complementary color
Monochromatic Colors of #DB541A
Black with #DB541A
Text Example
Text Example
White with #DB541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB541A; }
p { color: rgb(219,84,26); }
H1.HeaderClassName
{
color: #DB541A;
}
.AnyTagClassName
{
color: #DB541A;
}
</style>
background-color css
<style>
a { background-color: #DB541A; }
a { background-color: rgb(219,84,26); }
div.DivClassName
{
background-color: #DB541A;
}
.BgClassName
{
background-color: #DB541A;
}
</style>
border-color css
<style>
span { border-color: #DB541A; }
span { border-color: rgb(219,84,26); }
td.TdClassName
{
border-color: #DB541A;
}
.TagClassName
{
border-color: #DB541A;
}
</style>