Shades of Tree Poppy #DE8245
Tints of Tree Poppy #DE8245
RGB
CMYK
RGB Variations
Color information
#DE8245 (or 0xDE8245) is known color: Tree Poppy. HEX triplet: DE, 82 and 45. RGB value is (222,130,69). Sum of RGB (Red+Green+Blue) = 222+130+69=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8245 is #217DBA. Grayscale: #969696. Windows color (decimal): -2194875 or 4555486. OLE color: 4555486.
HSL color Cylindrical-coordinate representation of color #DE8245: hue angle of 23.92º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE8245 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 69 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.13 |
| HSL | 23.92º | 0.7% | 0.57% | - |
| HSV(B) | 23.92º | 0.69% | 0.87% | - |
| XYZ | 39.18 | 31.92 | 9.73 | - |
| YUV | 150.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 69 | 0 | 0.41 | 0.69 | 0.13 | 23.92 | 0.7 | 0.57 |
| Hex | DE | 82 | 45 | 0 | 29 | 45 | D | 18 | 46 | 39 |
| Octal | 336 | 202 | 105 | 0 | 51 | 105 | 15 | 30 | 106 | 71 |
| Binary | 11011110 | 10000010 | 1000101 | 0 | 101001 | 1000101 | 1101 | 11000 | 1000110 | 111001 |
Color Harmonies of #DE8245
Complementary color
Monochromatic Colors of #DE8245
Black with #DE8245
Text Example
Text Example
White with #DE8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8245; }
p { color: rgb(222,130,69); }
H1.HeaderClassName
{
color: #DE8245;
}
.AnyTagClassName
{
color: #DE8245;
}
</style>
background-color css
<style>
a { background-color: #DE8245; }
a { background-color: rgb(222,130,69); }
div.DivClassName
{
background-color: #DE8245;
}
.BgClassName
{
background-color: #DE8245;
}
</style>
border-color css
<style>
span { border-color: #DE8245; }
span { border-color: rgb(222,130,69); }
td.TdClassName
{
border-color: #DE8245;
}
.TagClassName
{
border-color: #DE8245;
}
</style>