Shades of Chocolate #DB561D
Tints of Chocolate #DB561D
RGB
CMYK
RGB Variations
Color information
#DB561D (or 0xDB561D) is known color: Chocolate. HEX triplet: DB, 56 and 1D. RGB value is (219,86,29). Sum of RGB (Red+Green+Blue) = 219+86+29=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561D is #24A9E2. Grayscale: #777777. Windows color (decimal): -2402787 or 1922779. OLE color: 1922779.
HSL color Cylindrical-coordinate representation of color #DB561D: hue angle of 18º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB561D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 29 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.14 |
| HSL | 18º | 0.77% | 0.49% | - |
| HSV(B) | 18º | 0.87% | 0.86% | - |
| XYZ | 32.76 | 21.8 | 3.64 | - |
| YUV | 119.27 | 77.06 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 29 | 0 | 0.61 | 0.87 | 0.14 | 18 | 0.77 | 0.49 |
| Hex | DB | 56 | 1D | 0 | 3D | 57 | E | 12 | 4D | 31 |
| Octal | 333 | 126 | 35 | 0 | 75 | 127 | 16 | 22 | 115 | 61 |
| Binary | 11011011 | 1010110 | 11101 | 0 | 111101 | 1010111 | 1110 | 10010 | 1001101 | 110001 |
Color Harmonies of #DB561D
Complementary color
Monochromatic Colors of #DB561D
Black with #DB561D
Text Example
Text Example
White with #DB561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB561D; }
p { color: rgb(219,86,29); }
H1.HeaderClassName
{
color: #DB561D;
}
.AnyTagClassName
{
color: #DB561D;
}
</style>
background-color css
<style>
a { background-color: #DB561D; }
a { background-color: rgb(219,86,29); }
div.DivClassName
{
background-color: #DB561D;
}
.BgClassName
{
background-color: #DB561D;
}
</style>
border-color css
<style>
span { border-color: #DB561D; }
span { border-color: rgb(219,86,29); }
td.TdClassName
{
border-color: #DB561D;
}
.TagClassName
{
border-color: #DB561D;
}
</style>