Shades of Chocolate #DB5E1E
Tints of Chocolate #DB5E1E
RGB
CMYK
RGB Variations
Color information
#DB5E1E (or 0xDB5E1E) is known color: Chocolate. HEX triplet: DB, 5E and 1E. RGB value is (219,94,30). Sum of RGB (Red+Green+Blue) = 219+94+30=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E1E is #24A1E1. Grayscale: #7C7C7C. Windows color (decimal): -2400738 or 1990363. OLE color: 1990363.
HSL color Cylindrical-coordinate representation of color #DB5E1E: hue angle of 20.32º 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 #DB5E1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 30 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.14 |
| HSL | 20.32º | 0.76% | 0.49% | - |
| HSV(B) | 20.32º | 0.86% | 0.86% | - |
| XYZ | 33.45 | 23.16 | 3.94 | - |
| YUV | 124.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 30 | 0 | 0.57 | 0.86 | 0.14 | 20.32 | 0.76 | 0.49 |
| Hex | DB | 5E | 1E | 0 | 39 | 56 | E | 14 | 4C | 31 |
| Octal | 333 | 136 | 36 | 0 | 71 | 126 | 16 | 24 | 114 | 61 |
| Binary | 11011011 | 1011110 | 11110 | 0 | 111001 | 1010110 | 1110 | 10100 | 1001100 | 110001 |
Color Harmonies of #DB5E1E
Complementary color
Monochromatic Colors of #DB5E1E
Black with #DB5E1E
Text Example
Text Example
White with #DB5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E1E; }
p { color: rgb(219,94,30); }
H1.HeaderClassName
{
color: #DB5E1E;
}
.AnyTagClassName
{
color: #DB5E1E;
}
</style>
background-color css
<style>
a { background-color: #DB5E1E; }
a { background-color: rgb(219,94,30); }
div.DivClassName
{
background-color: #DB5E1E;
}
.BgClassName
{
background-color: #DB5E1E;
}
</style>
border-color css
<style>
span { border-color: #DB5E1E; }
span { border-color: rgb(219,94,30); }
td.TdClassName
{
border-color: #DB5E1E;
}
.TagClassName
{
border-color: #DB5E1E;
}
</style>