Shades of Tree Poppy #DE8345
Tints of Tree Poppy #DE8345
RGB
CMYK
RGB Variations
Color information
#DE8345 (or 0xDE8345) is known color: Tree Poppy. HEX triplet: DE, 83 and 45. RGB value is (222,131,69). Sum of RGB (Red+Green+Blue) = 222+131+69=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8345 is #217CBA. Grayscale: #979797. Windows color (decimal): -2194619 or 4555742. OLE color: 4555742.
HSL color Cylindrical-coordinate representation of color #DE8345: hue angle of 24.31º 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 #DE8345 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 69 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.13 |
| HSL | 24.31º | 0.7% | 0.57% | - |
| HSV(B) | 24.31º | 0.69% | 0.87% | - |
| XYZ | 39.31 | 32.19 | 9.77 | - |
| YUV | 151.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 69 | 0 | 0.41 | 0.69 | 0.13 | 24.31 | 0.7 | 0.57 |
| Hex | DE | 83 | 45 | 0 | 29 | 45 | D | 18 | 46 | 39 |
| Octal | 336 | 203 | 105 | 0 | 51 | 105 | 15 | 30 | 106 | 71 |
| Binary | 11011110 | 10000011 | 1000101 | 0 | 101001 | 1000101 | 1101 | 11000 | 1000110 | 111001 |
Color Harmonies of #DE8345
Complementary color
Monochromatic Colors of #DE8345
Black with #DE8345
Text Example
Text Example
White with #DE8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8345; }
p { color: rgb(222,131,69); }
H1.HeaderClassName
{
color: #DE8345;
}
.AnyTagClassName
{
color: #DE8345;
}
</style>
background-color css
<style>
a { background-color: #DE8345; }
a { background-color: rgb(222,131,69); }
div.DivClassName
{
background-color: #DE8345;
}
.BgClassName
{
background-color: #DE8345;
}
</style>
border-color css
<style>
span { border-color: #DE8345; }
span { border-color: rgb(222,131,69); }
td.TdClassName
{
border-color: #DE8345;
}
.TagClassName
{
border-color: #DE8345;
}
</style>