Shades of Tree Poppy #DB8033
Tints of Tree Poppy #DB8033
RGB
CMYK
RGB Variations
Color information
#DB8033 (or 0xDB8033) is known color: Tree Poppy. HEX triplet: DB, 80 and 33. RGB value is (219,128,51). Sum of RGB (Red+Green+Blue) = 219+128+51=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8033 is #247FCC. Grayscale: #929292. Windows color (decimal): -2392013 or 3375323. OLE color: 3375323.
HSL color Cylindrical-coordinate representation of color #DB8033: hue angle of 27.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB8033 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 51 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.14 |
| HSL | 27.5º | 0.7% | 0.53% | - |
| HSV(B) | 27.5º | 0.77% | 0.86% | - |
| XYZ | 37.53 | 30.74 | 7.09 | - |
| YUV | 146.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 51 | 0 | 0.42 | 0.77 | 0.14 | 27.5 | 0.7 | 0.53 |
| Hex | DB | 80 | 33 | 0 | 2A | 4D | E | 1C | 46 | 35 |
| Octal | 333 | 200 | 63 | 0 | 52 | 115 | 16 | 34 | 106 | 65 |
| Binary | 11011011 | 10000000 | 110011 | 0 | 101010 | 1001101 | 1110 | 11100 | 1000110 | 110101 |
Color Harmonies of #DB8033
Complementary color
Monochromatic Colors of #DB8033
Black with #DB8033
Text Example
Text Example
White with #DB8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8033; }
p { color: rgb(219,128,51); }
H1.HeaderClassName
{
color: #DB8033;
}
.AnyTagClassName
{
color: #DB8033;
}
</style>
background-color css
<style>
a { background-color: #DB8033; }
a { background-color: rgb(219,128,51); }
div.DivClassName
{
background-color: #DB8033;
}
.BgClassName
{
background-color: #DB8033;
}
</style>
border-color css
<style>
span { border-color: #DB8033; }
span { border-color: rgb(219,128,51); }
td.TdClassName
{
border-color: #DB8033;
}
.TagClassName
{
border-color: #DB8033;
}
</style>