Shades of Chocolate #DB561E
Tints of Chocolate #DB561E
RGB
CMYK
RGB Variations
Color information
#DB561E (or 0xDB561E) is known color: Chocolate. HEX triplet: DB, 56 and 1E. RGB value is (219,86,30). Sum of RGB (Red+Green+Blue) = 219+86+30=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561E is #24A9E1. Grayscale: #777777. Windows color (decimal): -2402786 or 1988315. OLE color: 1988315.
HSL color Cylindrical-coordinate representation of color #DB561E: hue angle of 17.78º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB561E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.14 |
| HSL | 17.78º | 0.76% | 0.49% | - |
| HSV(B) | 17.78º | 0.86% | 0.86% | - |
| XYZ | 32.78 | 21.81 | 3.71 | - |
| YUV | 119.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 30 | 0 | 0.61 | 0.86 | 0.14 | 17.78 | 0.76 | 0.49 |
| Hex | DB | 56 | 1E | 0 | 3D | 56 | E | 12 | 4C | 31 |
| Octal | 333 | 126 | 36 | 0 | 75 | 126 | 16 | 22 | 114 | 61 |
| Binary | 11011011 | 1010110 | 11110 | 0 | 111101 | 1010110 | 1110 | 10010 | 1001100 | 110001 |
Color Harmonies of #DB561E
Complementary color
Monochromatic Colors of #DB561E
Black with #DB561E
Text Example
Text Example
White with #DB561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB561E; }
p { color: rgb(219,86,30); }
H1.HeaderClassName
{
color: #DB561E;
}
.AnyTagClassName
{
color: #DB561E;
}
</style>
background-color css
<style>
a { background-color: #DB561E; }
a { background-color: rgb(219,86,30); }
div.DivClassName
{
background-color: #DB561E;
}
.BgClassName
{
background-color: #DB561E;
}
</style>
border-color css
<style>
span { border-color: #DB561E; }
span { border-color: rgb(219,86,30); }
td.TdClassName
{
border-color: #DB561E;
}
.TagClassName
{
border-color: #DB561E;
}
</style>