Shades of Chocolate #DB581B
Tints of Chocolate #DB581B
RGB
CMYK
RGB Variations
Color information
#DB581B (or 0xDB581B) is known color: Chocolate. HEX triplet: DB, 58 and 1B. RGB value is (219,88,27). Sum of RGB (Red+Green+Blue) = 219+88+27=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB581B is #24A7E4. Grayscale: #787878. Windows color (decimal): -2402277 or 1792219. OLE color: 1792219.
HSL color Cylindrical-coordinate representation of color #DB581B: hue angle of 19.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB581B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.14 |
| HSL | 19.06º | 0.78% | 0.48% | - |
| HSV(B) | 19.06º | 0.88% | 0.86% | - |
| XYZ | 32.9 | 22.12 | 3.57 | - |
| YUV | 120.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 27 | 0 | 0.60 | 0.88 | 0.14 | 19.06 | 0.78 | 0.48 |
| Hex | DB | 58 | 1B | 0 | 3C | 58 | E | 13 | 4E | 30 |
| Octal | 333 | 130 | 33 | 0 | 74 | 130 | 16 | 23 | 116 | 60 |
| Binary | 11011011 | 1011000 | 11011 | 0 | 111100 | 1011000 | 1110 | 10011 | 1001110 | 110000 |
Color Harmonies of #DB581B
Complementary color
Monochromatic Colors of #DB581B
Black with #DB581B
Text Example
Text Example
White with #DB581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB581B; }
p { color: rgb(219,88,27); }
H1.HeaderClassName
{
color: #DB581B;
}
.AnyTagClassName
{
color: #DB581B;
}
</style>
background-color css
<style>
a { background-color: #DB581B; }
a { background-color: rgb(219,88,27); }
div.DivClassName
{
background-color: #DB581B;
}
.BgClassName
{
background-color: #DB581B;
}
</style>
border-color css
<style>
span { border-color: #DB581B; }
span { border-color: rgb(219,88,27); }
td.TdClassName
{
border-color: #DB581B;
}
.TagClassName
{
border-color: #DB581B;
}
</style>