Shades of Chocolate #DB5E22
Tints of Chocolate #DB5E22
RGB
CMYK
RGB Variations
Color information
#DB5E22 (or 0xDB5E22) is known color: Chocolate. HEX triplet: DB, 5E and 22. RGB value is (219,94,34). Sum of RGB (Red+Green+Blue) = 219+94+34=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E22 is #24A1DD. Grayscale: #7C7C7C. Windows color (decimal): -2400734 or 2252507. OLE color: 2252507.
HSL color Cylindrical-coordinate representation of color #DB5E22: hue angle of 19.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5E22 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 34 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.14 |
| HSL | 19.46º | 0.73% | 0.5% | - |
| HSV(B) | 19.46º | 0.84% | 0.86% | - |
| XYZ | 33.5 | 23.18 | 4.22 | - |
| YUV | 124.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 34 | 0 | 0.57 | 0.84 | 0.14 | 19.46 | 0.73 | 0.5 |
| Hex | DB | 5E | 22 | 0 | 39 | 54 | E | 13 | 49 | 32 |
| Octal | 333 | 136 | 42 | 0 | 71 | 124 | 16 | 23 | 111 | 62 |
| Binary | 11011011 | 1011110 | 100010 | 0 | 111001 | 1010100 | 1110 | 10011 | 1001001 | 110010 |
Color Harmonies of #DB5E22
Complementary color
Monochromatic Colors of #DB5E22
Black with #DB5E22
Text Example
Text Example
White with #DB5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E22; }
p { color: rgb(219,94,34); }
H1.HeaderClassName
{
color: #DB5E22;
}
.AnyTagClassName
{
color: #DB5E22;
}
</style>
background-color css
<style>
a { background-color: #DB5E22; }
a { background-color: rgb(219,94,34); }
div.DivClassName
{
background-color: #DB5E22;
}
.BgClassName
{
background-color: #DB5E22;
}
</style>
border-color css
<style>
span { border-color: #DB5E22; }
span { border-color: rgb(219,94,34); }
td.TdClassName
{
border-color: #DB5E22;
}
.TagClassName
{
border-color: #DB5E22;
}
</style>