Shades of Tree Poppy #DB7E31
Tints of Tree Poppy #DB7E31
RGB
CMYK
RGB Variations
Color information
#DB7E31 (or 0xDB7E31) is known color: Tree Poppy. HEX triplet: DB, 7E and 31. RGB value is (219,126,49). Sum of RGB (Red+Green+Blue) = 219+126+49=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E31 is #2481CE. Grayscale: #919191. Windows color (decimal): -2392527 or 3243739. OLE color: 3243739.
HSL color Cylindrical-coordinate representation of color #DB7E31: hue angle of 27.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7E31 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 49 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.14 |
| HSL | 27.18º | 0.7% | 0.53% | - |
| HSV(B) | 27.18º | 0.78% | 0.86% | - |
| XYZ | 37.23 | 30.2 | 6.77 | - |
| YUV | 145.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 49 | 0 | 0.42 | 0.78 | 0.14 | 27.18 | 0.7 | 0.53 |
| Hex | DB | 7E | 31 | 0 | 2A | 4E | E | 1B | 46 | 35 |
| Octal | 333 | 176 | 61 | 0 | 52 | 116 | 16 | 33 | 106 | 65 |
| Binary | 11011011 | 1111110 | 110001 | 0 | 101010 | 1001110 | 1110 | 11011 | 1000110 | 110101 |
Color Harmonies of #DB7E31
Complementary color
Monochromatic Colors of #DB7E31
Black with #DB7E31
Text Example
Text Example
White with #DB7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E31; }
p { color: rgb(219,126,49); }
H1.HeaderClassName
{
color: #DB7E31;
}
.AnyTagClassName
{
color: #DB7E31;
}
</style>
background-color css
<style>
a { background-color: #DB7E31; }
a { background-color: rgb(219,126,49); }
div.DivClassName
{
background-color: #DB7E31;
}
.BgClassName
{
background-color: #DB7E31;
}
</style>
border-color css
<style>
span { border-color: #DB7E31; }
span { border-color: rgb(219,126,49); }
td.TdClassName
{
border-color: #DB7E31;
}
.TagClassName
{
border-color: #DB7E31;
}
</style>