Shades of Chocolate #DB5A1C
Tints of Chocolate #DB5A1C
RGB
CMYK
RGB Variations
Color information
#DB5A1C (or 0xDB5A1C) is known color: Chocolate. HEX triplet: DB, 5A and 1C. RGB value is (219,90,28). Sum of RGB (Red+Green+Blue) = 219+90+28=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A1C is #24A5E3. Grayscale: #797979. Windows color (decimal): -2401764 or 1858267. OLE color: 1858267.
HSL color Cylindrical-coordinate representation of color #DB5A1C: hue angle of 19.48º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB5A1C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 28 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.14 |
| HSL | 19.48º | 0.77% | 0.48% | - |
| HSV(B) | 19.48º | 0.87% | 0.86% | - |
| XYZ | 33.08 | 22.46 | 3.69 | - |
| YUV | 121.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 28 | 0 | 0.59 | 0.87 | 0.14 | 19.48 | 0.77 | 0.48 |
| Hex | DB | 5A | 1C | 0 | 3B | 57 | E | 13 | 4D | 30 |
| Octal | 333 | 132 | 34 | 0 | 73 | 127 | 16 | 23 | 115 | 60 |
| Binary | 11011011 | 1011010 | 11100 | 0 | 111011 | 1010111 | 1110 | 10011 | 1001101 | 110000 |
Color Harmonies of #DB5A1C
Complementary color
Monochromatic Colors of #DB5A1C
Black with #DB5A1C
Text Example
Text Example
White with #DB5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A1C; }
p { color: rgb(219,90,28); }
H1.HeaderClassName
{
color: #DB5A1C;
}
.AnyTagClassName
{
color: #DB5A1C;
}
</style>
background-color css
<style>
a { background-color: #DB5A1C; }
a { background-color: rgb(219,90,28); }
div.DivClassName
{
background-color: #DB5A1C;
}
.BgClassName
{
background-color: #DB5A1C;
}
</style>
border-color css
<style>
span { border-color: #DB5A1C; }
span { border-color: rgb(219,90,28); }
td.TdClassName
{
border-color: #DB5A1C;
}
.TagClassName
{
border-color: #DB5A1C;
}
</style>