Shades of Tree Poppy #DB7E38
Tints of Tree Poppy #DB7E38
RGB
CMYK
RGB Variations
Color information
#DB7E38 (or 0xDB7E38) is known color: Tree Poppy. HEX triplet: DB, 7E and 38. RGB value is (219,126,56). Sum of RGB (Red+Green+Blue) = 219+126+56=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E38 is #2481C7. Grayscale: #929292. Windows color (decimal): -2392520 or 3702491. OLE color: 3702491.
HSL color Cylindrical-coordinate representation of color #DB7E38: hue angle of 25.77º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB7E38 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 56 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.14 |
| HSL | 25.77º | 0.69% | 0.54% | - |
| HSV(B) | 25.77º | 0.74% | 0.86% | - |
| XYZ | 37.39 | 30.27 | 7.61 | - |
| YUV | 145.83 | 77.31 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 56 | 0 | 0.42 | 0.74 | 0.14 | 25.77 | 0.69 | 0.54 |
| Hex | DB | 7E | 38 | 0 | 2A | 4A | E | 1A | 45 | 36 |
| Octal | 333 | 176 | 70 | 0 | 52 | 112 | 16 | 32 | 105 | 66 |
| Binary | 11011011 | 1111110 | 111000 | 0 | 101010 | 1001010 | 1110 | 11010 | 1000101 | 110110 |
Color Harmonies of #DB7E38
Complementary color
Monochromatic Colors of #DB7E38
Black with #DB7E38
Text Example
Text Example
White with #DB7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E38; }
p { color: rgb(219,126,56); }
H1.HeaderClassName
{
color: #DB7E38;
}
.AnyTagClassName
{
color: #DB7E38;
}
</style>
background-color css
<style>
a { background-color: #DB7E38; }
a { background-color: rgb(219,126,56); }
div.DivClassName
{
background-color: #DB7E38;
}
.BgClassName
{
background-color: #DB7E38;
}
</style>
border-color css
<style>
span { border-color: #DB7E38; }
span { border-color: rgb(219,126,56); }
td.TdClassName
{
border-color: #DB7E38;
}
.TagClassName
{
border-color: #DB7E38;
}
</style>