Shades of Chocolate #DB5F13
Tints of Chocolate #DB5F13
RGB
CMYK
RGB Variations
Color information
#DB5F13 (or 0xDB5F13) is known color: Chocolate. HEX triplet: DB, 5F and 13. RGB value is (219,95,19). Sum of RGB (Red+Green+Blue) = 219+95+19=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F13 is #24A0EC. Grayscale: #7B7B7B. Windows color (decimal): -2400493 or 1269723. OLE color: 1269723.
HSL color Cylindrical-coordinate representation of color #DB5F13: hue angle of 22.8º 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 #DB5F13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.14 |
| HSL | 22.8º | 0.84% | 0.47% | - |
| HSV(B) | 22.8º | 0.91% | 0.86% | - |
| XYZ | 33.42 | 23.29 | 3.35 | - |
| YUV | 123.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 19 | 0 | 0.57 | 0.91 | 0.14 | 22.8 | 0.84 | 0.47 |
| Hex | DB | 5F | 13 | 0 | 39 | 5B | E | 17 | 54 | 2F |
| Octal | 333 | 137 | 23 | 0 | 71 | 133 | 16 | 27 | 124 | 57 |
| Binary | 11011011 | 1011111 | 10011 | 0 | 111001 | 1011011 | 1110 | 10111 | 1010100 | 101111 |
Color Harmonies of #DB5F13
Complementary color
Monochromatic Colors of #DB5F13
Black with #DB5F13
Text Example
Text Example
White with #DB5F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F13; }
p { color: rgb(219,95,19); }
H1.HeaderClassName
{
color: #DB5F13;
}
.AnyTagClassName
{
color: #DB5F13;
}
</style>
background-color css
<style>
a { background-color: #DB5F13; }
a { background-color: rgb(219,95,19); }
div.DivClassName
{
background-color: #DB5F13;
}
.BgClassName
{
background-color: #DB5F13;
}
</style>
border-color css
<style>
span { border-color: #DB5F13; }
span { border-color: rgb(219,95,19); }
td.TdClassName
{
border-color: #DB5F13;
}
.TagClassName
{
border-color: #DB5F13;
}
</style>