Shades of Chocolate #DB581C
Tints of Chocolate #DB581C
RGB
CMYK
RGB Variations
Color information
#DB581C (or 0xDB581C) is known color: Chocolate. HEX triplet: DB, 58 and 1C. RGB value is (219,88,28). Sum of RGB (Red+Green+Blue) = 219+88+28=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB581C is #24A7E3. Grayscale: #787878. Windows color (decimal): -2402276 or 1857755. OLE color: 1857755.
HSL color Cylindrical-coordinate representation of color #DB581C: hue angle of 18.85º 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 #DB581C is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 28 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.14 |
| HSL | 18.85º | 0.77% | 0.48% | - |
| HSV(B) | 18.85º | 0.87% | 0.86% | - |
| XYZ | 32.91 | 22.12 | 3.63 | - |
| YUV | 120.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 28 | 0 | 0.60 | 0.87 | 0.14 | 18.85 | 0.77 | 0.48 |
| Hex | DB | 58 | 1C | 0 | 3C | 57 | E | 13 | 4D | 30 |
| Octal | 333 | 130 | 34 | 0 | 74 | 127 | 16 | 23 | 115 | 60 |
| Binary | 11011011 | 1011000 | 11100 | 0 | 111100 | 1010111 | 1110 | 10011 | 1001101 | 110000 |
Color Harmonies of #DB581C
Complementary color
Monochromatic Colors of #DB581C
Black with #DB581C
Text Example
Text Example
White with #DB581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB581C; }
p { color: rgb(219,88,28); }
H1.HeaderClassName
{
color: #DB581C;
}
.AnyTagClassName
{
color: #DB581C;
}
</style>
background-color css
<style>
a { background-color: #DB581C; }
a { background-color: rgb(219,88,28); }
div.DivClassName
{
background-color: #DB581C;
}
.BgClassName
{
background-color: #DB581C;
}
</style>
border-color css
<style>
span { border-color: #DB581C; }
span { border-color: rgb(219,88,28); }
td.TdClassName
{
border-color: #DB581C;
}
.TagClassName
{
border-color: #DB581C;
}
</style>