Shades of Tree Poppy #DE8742
Tints of Tree Poppy #DE8742
RGB
CMYK
RGB Variations
Color information
#DE8742 (or 0xDE8742) is known color: Tree Poppy. HEX triplet: DE, 87 and 42. RGB value is (222,135,66). Sum of RGB (Red+Green+Blue) = 222+135+66=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8742 is #2178BD. Grayscale: #999999. Windows color (decimal): -2193598 or 4360158. OLE color: 4360158.
HSL color Cylindrical-coordinate representation of color #DE8742: hue angle of 26.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE8742 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 66 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.13 |
| HSL | 26.54º | 0.7% | 0.56% | - |
| HSV(B) | 26.54º | 0.7% | 0.87% | - |
| XYZ | 39.77 | 33.25 | 9.48 | - |
| YUV | 153.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 66 | 0 | 0.39 | 0.70 | 0.13 | 26.54 | 0.7 | 0.56 |
| Hex | DE | 87 | 42 | 0 | 27 | 46 | D | 1B | 46 | 38 |
| Octal | 336 | 207 | 102 | 0 | 47 | 106 | 15 | 33 | 106 | 70 |
| Binary | 11011110 | 10000111 | 1000010 | 0 | 100111 | 1000110 | 1101 | 11011 | 1000110 | 111000 |
Color Harmonies of #DE8742
Complementary color
Monochromatic Colors of #DE8742
Black with #DE8742
Text Example
Text Example
White with #DE8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8742; }
p { color: rgb(222,135,66); }
H1.HeaderClassName
{
color: #DE8742;
}
.AnyTagClassName
{
color: #DE8742;
}
</style>
background-color css
<style>
a { background-color: #DE8742; }
a { background-color: rgb(222,135,66); }
div.DivClassName
{
background-color: #DE8742;
}
.BgClassName
{
background-color: #DE8742;
}
</style>
border-color css
<style>
span { border-color: #DE8742; }
span { border-color: rgb(222,135,66); }
td.TdClassName
{
border-color: #DE8742;
}
.TagClassName
{
border-color: #DE8742;
}
</style>