Shades of Tree Poppy #DE8644
Tints of Tree Poppy #DE8644
RGB
CMYK
RGB Variations
Color information
#DE8644 (or 0xDE8644) is known color: Tree Poppy. HEX triplet: DE, 86 and 44. RGB value is (222,134,68). Sum of RGB (Red+Green+Blue) = 222+134+68=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8644 is #2179BB. Grayscale: #999999. Windows color (decimal): -2193852 or 4490974. OLE color: 4490974.
HSL color Cylindrical-coordinate representation of color #DE8644: hue angle of 25.71º 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 #DE8644 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 68 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.13 |
| HSL | 25.71º | 0.7% | 0.57% | - |
| HSV(B) | 25.71º | 0.69% | 0.87% | - |
| XYZ | 39.69 | 33 | 9.75 | - |
| YUV | 152.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 68 | 0 | 0.40 | 0.69 | 0.13 | 25.71 | 0.7 | 0.57 |
| Hex | DE | 86 | 44 | 0 | 28 | 45 | D | 1A | 46 | 39 |
| Octal | 336 | 206 | 104 | 0 | 50 | 105 | 15 | 32 | 106 | 71 |
| Binary | 11011110 | 10000110 | 1000100 | 0 | 101000 | 1000101 | 1101 | 11010 | 1000110 | 111001 |
Color Harmonies of #DE8644
Complementary color
Monochromatic Colors of #DE8644
Black with #DE8644
Text Example
Text Example
White with #DE8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8644; }
p { color: rgb(222,134,68); }
H1.HeaderClassName
{
color: #DE8644;
}
.AnyTagClassName
{
color: #DE8644;
}
</style>
background-color css
<style>
a { background-color: #DE8644; }
a { background-color: rgb(222,134,68); }
div.DivClassName
{
background-color: #DE8644;
}
.BgClassName
{
background-color: #DE8644;
}
</style>
border-color css
<style>
span { border-color: #DE8644; }
span { border-color: rgb(222,134,68); }
td.TdClassName
{
border-color: #DE8644;
}
.TagClassName
{
border-color: #DE8644;
}
</style>