Shades of Tree Poppy #DB8031
Tints of Tree Poppy #DB8031
RGB
CMYK
RGB Variations
Color information
#DB8031 (or 0xDB8031) is known color: Tree Poppy. HEX triplet: DB, 80 and 31. RGB value is (219,128,49). Sum of RGB (Red+Green+Blue) = 219+128+49=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8031 is #247FCE. Grayscale: #929292. Windows color (decimal): -2392015 or 3244251. OLE color: 3244251.
HSL color Cylindrical-coordinate representation of color #DB8031: hue angle of 27.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8031 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 49 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.14 |
| HSL | 27.88º | 0.7% | 0.53% | - |
| HSV(B) | 27.88º | 0.78% | 0.86% | - |
| XYZ | 37.49 | 30.72 | 6.86 | - |
| YUV | 146.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 49 | 0 | 0.42 | 0.78 | 0.14 | 27.88 | 0.7 | 0.53 |
| Hex | DB | 80 | 31 | 0 | 2A | 4E | E | 1C | 46 | 35 |
| Octal | 333 | 200 | 61 | 0 | 52 | 116 | 16 | 34 | 106 | 65 |
| Binary | 11011011 | 10000000 | 110001 | 0 | 101010 | 1001110 | 1110 | 11100 | 1000110 | 110101 |
Color Harmonies of #DB8031
Complementary color
Monochromatic Colors of #DB8031
Black with #DB8031
Text Example
Text Example
White with #DB8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8031; }
p { color: rgb(219,128,49); }
H1.HeaderClassName
{
color: #DB8031;
}
.AnyTagClassName
{
color: #DB8031;
}
</style>
background-color css
<style>
a { background-color: #DB8031; }
a { background-color: rgb(219,128,49); }
div.DivClassName
{
background-color: #DB8031;
}
.BgClassName
{
background-color: #DB8031;
}
</style>
border-color css
<style>
span { border-color: #DB8031; }
span { border-color: rgb(219,128,49); }
td.TdClassName
{
border-color: #DB8031;
}
.TagClassName
{
border-color: #DB8031;
}
</style>