Shades of Tree Poppy #DE8745
Tints of Tree Poppy #DE8745
RGB
CMYK
RGB Variations
Color information
#DE8745 (or 0xDE8745) is known color: Tree Poppy. HEX triplet: DE, 87 and 45. RGB value is (222,135,69). Sum of RGB (Red+Green+Blue) = 222+135+69=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8745 is #2178BA. Grayscale: #999999. Windows color (decimal): -2193595 or 4556766. OLE color: 4556766.
HSL color Cylindrical-coordinate representation of color #DE8745: hue angle of 25.88º 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 #DE8745 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 69 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.13 |
| HSL | 25.88º | 0.7% | 0.57% | - |
| HSV(B) | 25.88º | 0.69% | 0.87% | - |
| XYZ | 39.86 | 33.29 | 9.95 | - |
| YUV | 153.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 69 | 0 | 0.39 | 0.69 | 0.13 | 25.88 | 0.7 | 0.57 |
| Hex | DE | 87 | 45 | 0 | 27 | 45 | D | 1A | 46 | 39 |
| Octal | 336 | 207 | 105 | 0 | 47 | 105 | 15 | 32 | 106 | 71 |
| Binary | 11011110 | 10000111 | 1000101 | 0 | 100111 | 1000101 | 1101 | 11010 | 1000110 | 111001 |
Color Harmonies of #DE8745
Complementary color
Monochromatic Colors of #DE8745
Black with #DE8745
Text Example
Text Example
White with #DE8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8745; }
p { color: rgb(222,135,69); }
H1.HeaderClassName
{
color: #DE8745;
}
.AnyTagClassName
{
color: #DE8745;
}
</style>
background-color css
<style>
a { background-color: #DE8745; }
a { background-color: rgb(222,135,69); }
div.DivClassName
{
background-color: #DE8745;
}
.BgClassName
{
background-color: #DE8745;
}
</style>
border-color css
<style>
span { border-color: #DE8745; }
span { border-color: rgb(222,135,69); }
td.TdClassName
{
border-color: #DE8745;
}
.TagClassName
{
border-color: #DE8745;
}
</style>