Shades of Chocolate #DB5E13
Tints of Chocolate #DB5E13
RGB
CMYK
RGB Variations
Color information
#DB5E13 (or 0xDB5E13) is known color: Chocolate. HEX triplet: DB, 5E and 13. RGB value is (219,94,19). Sum of RGB (Red+Green+Blue) = 219+94+19=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E13 is #24A1EC. Grayscale: #7B7B7B. Windows color (decimal): -2400749 or 1269467. OLE color: 1269467.
HSL color Cylindrical-coordinate representation of color #DB5E13: hue angle of 22.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB5E13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.14 |
| HSL | 22.5º | 0.84% | 0.47% | - |
| HSV(B) | 22.5º | 0.91% | 0.86% | - |
| XYZ | 33.33 | 23.11 | 3.32 | - |
| YUV | 122.83 | 69.41 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 19 | 0 | 0.57 | 0.91 | 0.14 | 22.5 | 0.84 | 0.47 |
| Hex | DB | 5E | 13 | 0 | 39 | 5B | E | 16 | 54 | 2F |
| Octal | 333 | 136 | 23 | 0 | 71 | 133 | 16 | 26 | 124 | 57 |
| Binary | 11011011 | 1011110 | 10011 | 0 | 111001 | 1011011 | 1110 | 10110 | 1010100 | 101111 |
Color Harmonies of #DB5E13
Complementary color
Monochromatic Colors of #DB5E13
Black with #DB5E13
Text Example
Text Example
White with #DB5E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E13; }
p { color: rgb(219,94,19); }
H1.HeaderClassName
{
color: #DB5E13;
}
.AnyTagClassName
{
color: #DB5E13;
}
</style>
background-color css
<style>
a { background-color: #DB5E13; }
a { background-color: rgb(219,94,19); }
div.DivClassName
{
background-color: #DB5E13;
}
.BgClassName
{
background-color: #DB5E13;
}
</style>
border-color css
<style>
span { border-color: #DB5E13; }
span { border-color: rgb(219,94,19); }
td.TdClassName
{
border-color: #DB5E13;
}
.TagClassName
{
border-color: #DB5E13;
}
</style>