Shades of Chocolate #DB581D
Tints of Chocolate #DB581D
RGB
CMYK
RGB Variations
Color information
#DB581D (or 0xDB581D) is known color: Chocolate. HEX triplet: DB, 58 and 1D. RGB value is (219,88,29). Sum of RGB (Red+Green+Blue) = 219+88+29=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB581D is #24A7E2. Grayscale: #787878. Windows color (decimal): -2402275 or 1923291. OLE color: 1923291.
HSL color Cylindrical-coordinate representation of color #DB581D: hue angle of 18.63º 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 #DB581D is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 29 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.14 |
| HSL | 18.63º | 0.77% | 0.49% | - |
| HSV(B) | 18.63º | 0.87% | 0.86% | - |
| XYZ | 32.92 | 22.13 | 3.7 | - |
| YUV | 120.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 29 | 0 | 0.60 | 0.87 | 0.14 | 18.63 | 0.77 | 0.49 |
| Hex | DB | 58 | 1D | 0 | 3C | 57 | E | 13 | 4D | 31 |
| Octal | 333 | 130 | 35 | 0 | 74 | 127 | 16 | 23 | 115 | 61 |
| Binary | 11011011 | 1011000 | 11101 | 0 | 111100 | 1010111 | 1110 | 10011 | 1001101 | 110001 |
Color Harmonies of #DB581D
Complementary color
Monochromatic Colors of #DB581D
Black with #DB581D
Text Example
Text Example
White with #DB581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB581D; }
p { color: rgb(219,88,29); }
H1.HeaderClassName
{
color: #DB581D;
}
.AnyTagClassName
{
color: #DB581D;
}
</style>
background-color css
<style>
a { background-color: #DB581D; }
a { background-color: rgb(219,88,29); }
div.DivClassName
{
background-color: #DB581D;
}
.BgClassName
{
background-color: #DB581D;
}
</style>
border-color css
<style>
span { border-color: #DB581D; }
span { border-color: rgb(219,88,29); }
td.TdClassName
{
border-color: #DB581D;
}
.TagClassName
{
border-color: #DB581D;
}
</style>