Shades of Tree Poppy #DB8434
Tints of Tree Poppy #DB8434
RGB
CMYK
RGB Variations
Color information
#DB8434 (or 0xDB8434) is known color: Tree Poppy. HEX triplet: DB, 84 and 34. RGB value is (219,132,52). Sum of RGB (Red+Green+Blue) = 219+132+52=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8434 is #247BCB. Grayscale: #959595. Windows color (decimal): -2390988 or 3441883. OLE color: 3441883.
HSL color Cylindrical-coordinate representation of color #DB8434: hue angle of 28.74º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8434 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 52 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.14 |
| HSL | 28.74º | 0.7% | 0.53% | - |
| HSV(B) | 28.74º | 0.76% | 0.86% | - |
| XYZ | 38.08 | 31.81 | 7.38 | - |
| YUV | 148.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 52 | 0 | 0.40 | 0.76 | 0.14 | 28.74 | 0.7 | 0.53 |
| Hex | DB | 84 | 34 | 0 | 28 | 4C | E | 1D | 46 | 35 |
| Octal | 333 | 204 | 64 | 0 | 50 | 114 | 16 | 35 | 106 | 65 |
| Binary | 11011011 | 10000100 | 110100 | 0 | 101000 | 1001100 | 1110 | 11101 | 1000110 | 110101 |
Color Harmonies of #DB8434
Complementary color
Monochromatic Colors of #DB8434
Black with #DB8434
Text Example
Text Example
White with #DB8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8434; }
p { color: rgb(219,132,52); }
H1.HeaderClassName
{
color: #DB8434;
}
.AnyTagClassName
{
color: #DB8434;
}
</style>
background-color css
<style>
a { background-color: #DB8434; }
a { background-color: rgb(219,132,52); }
div.DivClassName
{
background-color: #DB8434;
}
.BgClassName
{
background-color: #DB8434;
}
</style>
border-color css
<style>
span { border-color: #DB8434; }
span { border-color: rgb(219,132,52); }
td.TdClassName
{
border-color: #DB8434;
}
.TagClassName
{
border-color: #DB8434;
}
</style>