Shades of Chocolate #DB5D1E
Tints of Chocolate #DB5D1E
RGB
CMYK
RGB Variations
Color information
#DB5D1E (or 0xDB5D1E) is known color: Chocolate. HEX triplet: DB, 5D and 1E. RGB value is (219,93,30). Sum of RGB (Red+Green+Blue) = 219+93+30=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D1E is #24A2E1. Grayscale: #7B7B7B. Windows color (decimal): -2400994 or 1990107. OLE color: 1990107.
HSL color Cylindrical-coordinate representation of color #DB5D1E: hue angle of 20º 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 #DB5D1E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 30 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.14 |
| HSL | 20º | 0.76% | 0.49% | - |
| HSV(B) | 20º | 0.86% | 0.86% | - |
| XYZ | 33.36 | 22.98 | 3.91 | - |
| YUV | 123.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 30 | 0 | 0.58 | 0.86 | 0.14 | 20 | 0.76 | 0.49 |
| Hex | DB | 5D | 1E | 0 | 3A | 56 | E | 14 | 4C | 31 |
| Octal | 333 | 135 | 36 | 0 | 72 | 126 | 16 | 24 | 114 | 61 |
| Binary | 11011011 | 1011101 | 11110 | 0 | 111010 | 1010110 | 1110 | 10100 | 1001100 | 110001 |
Color Harmonies of #DB5D1E
Complementary color
Monochromatic Colors of #DB5D1E
Black with #DB5D1E
Text Example
Text Example
White with #DB5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D1E; }
p { color: rgb(219,93,30); }
H1.HeaderClassName
{
color: #DB5D1E;
}
.AnyTagClassName
{
color: #DB5D1E;
}
</style>
background-color css
<style>
a { background-color: #DB5D1E; }
a { background-color: rgb(219,93,30); }
div.DivClassName
{
background-color: #DB5D1E;
}
.BgClassName
{
background-color: #DB5D1E;
}
</style>
border-color css
<style>
span { border-color: #DB5D1E; }
span { border-color: rgb(219,93,30); }
td.TdClassName
{
border-color: #DB5D1E;
}
.TagClassName
{
border-color: #DB5D1E;
}
</style>