Shades of Chocolate #DB5A1B
Tints of Chocolate #DB5A1B
RGB
CMYK
RGB Variations
Color information
#DB5A1B (or 0xDB5A1B) is known color: Chocolate. HEX triplet: DB, 5A and 1B. RGB value is (219,90,27). Sum of RGB (Red+Green+Blue) = 219+90+27=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A1B is #24A5E4. Grayscale: #797979. Windows color (decimal): -2401765 or 1792731. OLE color: 1792731.
HSL color Cylindrical-coordinate representation of color #DB5A1B: hue angle of 19.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB5A1B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 27 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.14 |
| HSL | 19.69º | 0.78% | 0.48% | - |
| HSV(B) | 19.69º | 0.88% | 0.86% | - |
| XYZ | 33.07 | 22.45 | 3.63 | - |
| YUV | 121.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 27 | 0 | 0.59 | 0.88 | 0.14 | 19.69 | 0.78 | 0.48 |
| Hex | DB | 5A | 1B | 0 | 3B | 58 | E | 14 | 4E | 30 |
| Octal | 333 | 132 | 33 | 0 | 73 | 130 | 16 | 24 | 116 | 60 |
| Binary | 11011011 | 1011010 | 11011 | 0 | 111011 | 1011000 | 1110 | 10100 | 1001110 | 110000 |
Color Harmonies of #DB5A1B
Complementary color
Monochromatic Colors of #DB5A1B
Black with #DB5A1B
Text Example
Text Example
White with #DB5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A1B; }
p { color: rgb(219,90,27); }
H1.HeaderClassName
{
color: #DB5A1B;
}
.AnyTagClassName
{
color: #DB5A1B;
}
</style>
background-color css
<style>
a { background-color: #DB5A1B; }
a { background-color: rgb(219,90,27); }
div.DivClassName
{
background-color: #DB5A1B;
}
.BgClassName
{
background-color: #DB5A1B;
}
</style>
border-color css
<style>
span { border-color: #DB5A1B; }
span { border-color: rgb(219,90,27); }
td.TdClassName
{
border-color: #DB5A1B;
}
.TagClassName
{
border-color: #DB5A1B;
}
</style>