Shades of Tree Poppy #DB7E34
Tints of Tree Poppy #DB7E34
RGB
CMYK
RGB Variations
Color information
#DB7E34 (or 0xDB7E34) is known color: Tree Poppy. HEX triplet: DB, 7E and 34. RGB value is (219,126,52). Sum of RGB (Red+Green+Blue) = 219+126+52=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E34 is #2481CB. Grayscale: #919191. Windows color (decimal): -2392524 or 3440347. OLE color: 3440347.
HSL color Cylindrical-coordinate representation of color #DB7E34: hue angle of 26.59º 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 #DB7E34 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 52 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.14 |
| HSL | 26.59º | 0.7% | 0.53% | - |
| HSV(B) | 26.59º | 0.76% | 0.86% | - |
| XYZ | 37.29 | 30.23 | 7.12 | - |
| YUV | 145.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 52 | 0 | 0.42 | 0.76 | 0.14 | 26.59 | 0.7 | 0.53 |
| Hex | DB | 7E | 34 | 0 | 2A | 4C | E | 1B | 46 | 35 |
| Octal | 333 | 176 | 64 | 0 | 52 | 114 | 16 | 33 | 106 | 65 |
| Binary | 11011011 | 1111110 | 110100 | 0 | 101010 | 1001100 | 1110 | 11011 | 1000110 | 110101 |
Color Harmonies of #DB7E34
Complementary color
Monochromatic Colors of #DB7E34
Black with #DB7E34
Text Example
Text Example
White with #DB7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E34; }
p { color: rgb(219,126,52); }
H1.HeaderClassName
{
color: #DB7E34;
}
.AnyTagClassName
{
color: #DB7E34;
}
</style>
background-color css
<style>
a { background-color: #DB7E34; }
a { background-color: rgb(219,126,52); }
div.DivClassName
{
background-color: #DB7E34;
}
.BgClassName
{
background-color: #DB7E34;
}
</style>
border-color css
<style>
span { border-color: #DB7E34; }
span { border-color: rgb(219,126,52); }
td.TdClassName
{
border-color: #DB7E34;
}
.TagClassName
{
border-color: #DB7E34;
}
</style>