Shades of Chocolate #DB561C
Tints of Chocolate #DB561C
RGB
CMYK
RGB Variations
Color information
#DB561C (or 0xDB561C) is known color: Chocolate. HEX triplet: DB, 56 and 1C. RGB value is (219,86,28). Sum of RGB (Red+Green+Blue) = 219+86+28=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561C is #24A9E3. Grayscale: #777777. Windows color (decimal): -2402788 or 1857243. OLE color: 1857243.
HSL color Cylindrical-coordinate representation of color #DB561C: hue angle of 18.22º 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 #DB561C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.14 |
| HSL | 18.22º | 0.77% | 0.48% | - |
| HSV(B) | 18.22º | 0.87% | 0.86% | - |
| XYZ | 32.75 | 21.8 | 3.58 | - |
| YUV | 119.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 28 | 0 | 0.61 | 0.87 | 0.14 | 18.22 | 0.77 | 0.48 |
| Hex | DB | 56 | 1C | 0 | 3D | 57 | E | 12 | 4D | 30 |
| Octal | 333 | 126 | 34 | 0 | 75 | 127 | 16 | 22 | 115 | 60 |
| Binary | 11011011 | 1010110 | 11100 | 0 | 111101 | 1010111 | 1110 | 10010 | 1001101 | 110000 |
Color Harmonies of #DB561C
Complementary color
Monochromatic Colors of #DB561C
Black with #DB561C
Text Example
Text Example
White with #DB561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB561C; }
p { color: rgb(219,86,28); }
H1.HeaderClassName
{
color: #DB561C;
}
.AnyTagClassName
{
color: #DB561C;
}
</style>
background-color css
<style>
a { background-color: #DB561C; }
a { background-color: rgb(219,86,28); }
div.DivClassName
{
background-color: #DB561C;
}
.BgClassName
{
background-color: #DB561C;
}
</style>
border-color css
<style>
span { border-color: #DB561C; }
span { border-color: rgb(219,86,28); }
td.TdClassName
{
border-color: #DB561C;
}
.TagClassName
{
border-color: #DB561C;
}
</style>