Shades of Tree Poppy #DB7E30
Tints of Tree Poppy #DB7E30
RGB
CMYK
RGB Variations
Color information
#DB7E30 (or 0xDB7E30) is known color: Tree Poppy. HEX triplet: DB, 7E and 30. RGB value is (219,126,48). Sum of RGB (Red+Green+Blue) = 219+126+48=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E30 is #2481CF. Grayscale: #919191. Windows color (decimal): -2392528 or 3178203. OLE color: 3178203.
HSL color Cylindrical-coordinate representation of color #DB7E30: hue angle of 27.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7E30 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 48 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.14 |
| HSL | 27.37º | 0.7% | 0.52% | - |
| HSV(B) | 27.37º | 0.78% | 0.86% | - |
| XYZ | 37.21 | 30.2 | 6.66 | - |
| YUV | 144.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 48 | 0 | 0.42 | 0.78 | 0.14 | 27.37 | 0.7 | 0.52 |
| Hex | DB | 7E | 30 | 0 | 2A | 4E | E | 1B | 46 | 34 |
| Octal | 333 | 176 | 60 | 0 | 52 | 116 | 16 | 33 | 106 | 64 |
| Binary | 11011011 | 1111110 | 110000 | 0 | 101010 | 1001110 | 1110 | 11011 | 1000110 | 110100 |
Color Harmonies of #DB7E30
Complementary color
Monochromatic Colors of #DB7E30
Black with #DB7E30
Text Example
Text Example
White with #DB7E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E30; }
p { color: rgb(219,126,48); }
H1.HeaderClassName
{
color: #DB7E30;
}
.AnyTagClassName
{
color: #DB7E30;
}
</style>
background-color css
<style>
a { background-color: #DB7E30; }
a { background-color: rgb(219,126,48); }
div.DivClassName
{
background-color: #DB7E30;
}
.BgClassName
{
background-color: #DB7E30;
}
</style>
border-color css
<style>
span { border-color: #DB7E30; }
span { border-color: rgb(219,126,48); }
td.TdClassName
{
border-color: #DB7E30;
}
.TagClassName
{
border-color: #DB7E30;
}
</style>