Shades of Tree Poppy #DE8036
Tints of Tree Poppy #DE8036
RGB
CMYK
RGB Variations
Color information
#DE8036 (or 0xDE8036) is known color: Tree Poppy. HEX triplet: DE, 80 and 36. RGB value is (222,128,54). Sum of RGB (Red+Green+Blue) = 222+128+54=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8036 is #217FC9. Grayscale: #949494. Windows color (decimal): -2195402 or 3571934. OLE color: 3571934.
HSL color Cylindrical-coordinate representation of color #DE8036: hue angle of 26.43º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE8036 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 54 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.13 |
| HSL | 26.43º | 0.72% | 0.54% | - |
| HSV(B) | 26.43º | 0.76% | 0.87% | - |
| XYZ | 38.51 | 31.23 | 7.49 | - |
| YUV | 147.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 54 | 0 | 0.42 | 0.76 | 0.13 | 26.43 | 0.72 | 0.54 |
| Hex | DE | 80 | 36 | 0 | 2A | 4C | D | 1A | 48 | 36 |
| Octal | 336 | 200 | 66 | 0 | 52 | 114 | 15 | 32 | 110 | 66 |
| Binary | 11011110 | 10000000 | 110110 | 0 | 101010 | 1001100 | 1101 | 11010 | 1001000 | 110110 |
Color Harmonies of #DE8036
Complementary color
Monochromatic Colors of #DE8036
Black with #DE8036
Text Example
Text Example
White with #DE8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8036; }
p { color: rgb(222,128,54); }
H1.HeaderClassName
{
color: #DE8036;
}
.AnyTagClassName
{
color: #DE8036;
}
</style>
background-color css
<style>
a { background-color: #DE8036; }
a { background-color: rgb(222,128,54); }
div.DivClassName
{
background-color: #DE8036;
}
.BgClassName
{
background-color: #DE8036;
}
</style>
border-color css
<style>
span { border-color: #DE8036; }
span { border-color: rgb(222,128,54); }
td.TdClassName
{
border-color: #DE8036;
}
.TagClassName
{
border-color: #DE8036;
}
</style>