Shades of Chocolate #DB5720
Tints of Chocolate #DB5720
RGB
CMYK
RGB Variations
Color information
#DB5720 (or 0xDB5720) is known color: Chocolate. HEX triplet: DB, 57 and 20. RGB value is (219,87,32). Sum of RGB (Red+Green+Blue) = 219+87+32=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5720 is #24A8DF. Grayscale: #787878. Windows color (decimal): -2402528 or 2119643. OLE color: 2119643.
HSL color Cylindrical-coordinate representation of color #DB5720: hue angle of 17.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5720 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 32 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.14 |
| HSL | 17.65º | 0.75% | 0.49% | - |
| HSV(B) | 17.65º | 0.85% | 0.86% | - |
| XYZ | 32.88 | 21.98 | 3.88 | - |
| YUV | 120.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 32 | 0 | 0.60 | 0.85 | 0.14 | 17.65 | 0.75 | 0.49 |
| Hex | DB | 57 | 20 | 0 | 3C | 55 | E | 12 | 4B | 31 |
| Octal | 333 | 127 | 40 | 0 | 74 | 125 | 16 | 22 | 113 | 61 |
| Binary | 11011011 | 1010111 | 100000 | 0 | 111100 | 1010101 | 1110 | 10010 | 1001011 | 110001 |
Color Harmonies of #DB5720
Complementary color
Monochromatic Colors of #DB5720
Black with #DB5720
Text Example
Text Example
White with #DB5720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5720; }
p { color: rgb(219,87,32); }
H1.HeaderClassName
{
color: #DB5720;
}
.AnyTagClassName
{
color: #DB5720;
}
</style>
background-color css
<style>
a { background-color: #DB5720; }
a { background-color: rgb(219,87,32); }
div.DivClassName
{
background-color: #DB5720;
}
.BgClassName
{
background-color: #DB5720;
}
</style>
border-color css
<style>
span { border-color: #DB5720; }
span { border-color: rgb(219,87,32); }
td.TdClassName
{
border-color: #DB5720;
}
.TagClassName
{
border-color: #DB5720;
}
</style>