Shades of Tree Poppy #DB8534
Tints of Tree Poppy #DB8534
RGB
CMYK
RGB Variations
Color information
#DB8534 (or 0xDB8534) is known color: Tree Poppy. HEX triplet: DB, 85 and 34. RGB value is (219,133,52). Sum of RGB (Red+Green+Blue) = 219+133+52=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8534 is #247ACB. Grayscale: #959595. Windows color (decimal): -2390732 or 3442139. OLE color: 3442139.
HSL color Cylindrical-coordinate representation of color #DB8534: hue angle of 29.1º 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 #DB8534 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 52 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.14 |
| HSL | 29.1º | 0.7% | 0.53% | - |
| HSV(B) | 29.1º | 0.76% | 0.86% | - |
| XYZ | 38.22 | 32.08 | 7.43 | - |
| YUV | 149.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 52 | 0 | 0.39 | 0.76 | 0.14 | 29.1 | 0.7 | 0.53 |
| Hex | DB | 85 | 34 | 0 | 27 | 4C | E | 1D | 46 | 35 |
| Octal | 333 | 205 | 64 | 0 | 47 | 114 | 16 | 35 | 106 | 65 |
| Binary | 11011011 | 10000101 | 110100 | 0 | 100111 | 1001100 | 1110 | 11101 | 1000110 | 110101 |
Color Harmonies of #DB8534
Complementary color
Monochromatic Colors of #DB8534
Black with #DB8534
Text Example
Text Example
White with #DB8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8534; }
p { color: rgb(219,133,52); }
H1.HeaderClassName
{
color: #DB8534;
}
.AnyTagClassName
{
color: #DB8534;
}
</style>
background-color css
<style>
a { background-color: #DB8534; }
a { background-color: rgb(219,133,52); }
div.DivClassName
{
background-color: #DB8534;
}
.BgClassName
{
background-color: #DB8534;
}
</style>
border-color css
<style>
span { border-color: #DB8534; }
span { border-color: rgb(219,133,52); }
td.TdClassName
{
border-color: #DB8534;
}
.TagClassName
{
border-color: #DB8534;
}
</style>