Shades of Chocolate #DB561B
Tints of Chocolate #DB561B
RGB
CMYK
RGB Variations
Color information
#DB561B (or 0xDB561B) is known color: Chocolate. HEX triplet: DB, 56 and 1B. RGB value is (219,86,27). Sum of RGB (Red+Green+Blue) = 219+86+27=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561B is #24A9E4. Grayscale: #777777. Windows color (decimal): -2402789 or 1791707. OLE color: 1791707.
HSL color Cylindrical-coordinate representation of color #DB561B: hue angle of 18.44º 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 #DB561B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.14 |
| HSL | 18.44º | 0.78% | 0.48% | - |
| HSV(B) | 18.44º | 0.88% | 0.86% | - |
| XYZ | 32.74 | 21.79 | 3.52 | - |
| YUV | 119.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 27 | 0 | 0.61 | 0.88 | 0.14 | 18.44 | 0.78 | 0.48 |
| Hex | DB | 56 | 1B | 0 | 3D | 58 | E | 12 | 4E | 30 |
| Octal | 333 | 126 | 33 | 0 | 75 | 130 | 16 | 22 | 116 | 60 |
| Binary | 11011011 | 1010110 | 11011 | 0 | 111101 | 1011000 | 1110 | 10010 | 1001110 | 110000 |
Color Harmonies of #DB561B
Complementary color
Monochromatic Colors of #DB561B
Black with #DB561B
Text Example
Text Example
White with #DB561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB561B; }
p { color: rgb(219,86,27); }
H1.HeaderClassName
{
color: #DB561B;
}
.AnyTagClassName
{
color: #DB561B;
}
</style>
background-color css
<style>
a { background-color: #DB561B; }
a { background-color: rgb(219,86,27); }
div.DivClassName
{
background-color: #DB561B;
}
.BgClassName
{
background-color: #DB561B;
}
</style>
border-color css
<style>
span { border-color: #DB561B; }
span { border-color: rgb(219,86,27); }
td.TdClassName
{
border-color: #DB561B;
}
.TagClassName
{
border-color: #DB561B;
}
</style>