Shades of Tree Poppy #DB8132
Tints of Tree Poppy #DB8132
RGB
CMYK
RGB Variations
Color information
#DB8132 (or 0xDB8132) is known color: Tree Poppy. HEX triplet: DB, 81 and 32. RGB value is (219,129,50). Sum of RGB (Red+Green+Blue) = 219+129+50=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8132 is #247ECD. Grayscale: #939393. Windows color (decimal): -2391758 or 3310043. OLE color: 3310043.
HSL color Cylindrical-coordinate representation of color #DB8132: hue angle of 28.05º 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 #DB8132 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 50 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.14 |
| HSL | 28.05º | 0.7% | 0.53% | - |
| HSV(B) | 28.05º | 0.77% | 0.86% | - |
| XYZ | 37.64 | 30.99 | 7.02 | - |
| YUV | 146.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 50 | 0 | 0.41 | 0.77 | 0.14 | 28.05 | 0.7 | 0.53 |
| Hex | DB | 81 | 32 | 0 | 29 | 4D | E | 1C | 46 | 35 |
| Octal | 333 | 201 | 62 | 0 | 51 | 115 | 16 | 34 | 106 | 65 |
| Binary | 11011011 | 10000001 | 110010 | 0 | 101001 | 1001101 | 1110 | 11100 | 1000110 | 110101 |
Color Harmonies of #DB8132
Complementary color
Monochromatic Colors of #DB8132
Black with #DB8132
Text Example
Text Example
White with #DB8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8132; }
p { color: rgb(219,129,50); }
H1.HeaderClassName
{
color: #DB8132;
}
.AnyTagClassName
{
color: #DB8132;
}
</style>
background-color css
<style>
a { background-color: #DB8132; }
a { background-color: rgb(219,129,50); }
div.DivClassName
{
background-color: #DB8132;
}
.BgClassName
{
background-color: #DB8132;
}
</style>
border-color css
<style>
span { border-color: #DB8132; }
span { border-color: rgb(219,129,50); }
td.TdClassName
{
border-color: #DB8132;
}
.TagClassName
{
border-color: #DB8132;
}
</style>