Shades of Tree Poppy #DB7A34
Tints of Tree Poppy #DB7A34
RGB
CMYK
RGB Variations
Color information
#DB7A34 (or 0xDB7A34) is known color: Tree Poppy. HEX triplet: DB, 7A and 34. RGB value is (219,122,52). Sum of RGB (Red+Green+Blue) = 219+122+52=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A34 is #2485CB. Grayscale: #8F8F8F. Windows color (decimal): -2393548 or 3439323. OLE color: 3439323.
HSL color Cylindrical-coordinate representation of color #DB7A34: hue angle of 25.15º 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 #DB7A34 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 52 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.14 |
| HSL | 25.15º | 0.7% | 0.53% | - |
| HSV(B) | 25.15º | 0.76% | 0.86% | - |
| XYZ | 36.79 | 29.23 | 6.95 | - |
| YUV | 143.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 52 | 0 | 0.44 | 0.76 | 0.14 | 25.15 | 0.7 | 0.53 |
| Hex | DB | 7A | 34 | 0 | 2C | 4C | E | 19 | 46 | 35 |
| Octal | 333 | 172 | 64 | 0 | 54 | 114 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111010 | 110100 | 0 | 101100 | 1001100 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7A34
Complementary color
Monochromatic Colors of #DB7A34
Black with #DB7A34
Text Example
Text Example
White with #DB7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A34; }
p { color: rgb(219,122,52); }
H1.HeaderClassName
{
color: #DB7A34;
}
.AnyTagClassName
{
color: #DB7A34;
}
</style>
background-color css
<style>
a { background-color: #DB7A34; }
a { background-color: rgb(219,122,52); }
div.DivClassName
{
background-color: #DB7A34;
}
.BgClassName
{
background-color: #DB7A34;
}
</style>
border-color css
<style>
span { border-color: #DB7A34; }
span { border-color: rgb(219,122,52); }
td.TdClassName
{
border-color: #DB7A34;
}
.TagClassName
{
border-color: #DB7A34;
}
</style>