Shades of Tree Poppy #DE8A3E
Tints of Tree Poppy #DE8A3E
RGB
CMYK
RGB Variations
Color information
#DE8A3E (or 0xDE8A3E) is known color: Tree Poppy. HEX triplet: DE, 8A and 3E. RGB value is (222,138,62). Sum of RGB (Red+Green+Blue) = 222+138+62=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A3E is #2175C1. Grayscale: #9A9A9A. Windows color (decimal): -2192834 or 4098782. OLE color: 4098782.
HSL color Cylindrical-coordinate representation of color #DE8A3E: hue angle of 28.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE8A3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.5º | 0.71% | 0.56% | - |
| HSV(B) | 28.5º | 0.72% | 0.87% | - |
| XYZ | 40.08 | 34.05 | 9.02 | - |
| YUV | 154.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 62 | 0 | 0.38 | 0.72 | 0.13 | 28.5 | 0.71 | 0.56 |
| Hex | DE | 8A | 3E | 0 | 26 | 48 | D | 1C | 47 | 38 |
| Octal | 336 | 212 | 76 | 0 | 46 | 110 | 15 | 34 | 107 | 70 |
| Binary | 11011110 | 10001010 | 111110 | 0 | 100110 | 1001000 | 1101 | 11100 | 1000111 | 111000 |
Color Harmonies of #DE8A3E
Complementary color
Monochromatic Colors of #DE8A3E
Black with #DE8A3E
Text Example
Text Example
White with #DE8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A3E; }
p { color: rgb(222,138,62); }
H1.HeaderClassName
{
color: #DE8A3E;
}
.AnyTagClassName
{
color: #DE8A3E;
}
</style>
background-color css
<style>
a { background-color: #DE8A3E; }
a { background-color: rgb(222,138,62); }
div.DivClassName
{
background-color: #DE8A3E;
}
.BgClassName
{
background-color: #DE8A3E;
}
</style>
border-color css
<style>
span { border-color: #DE8A3E; }
span { border-color: rgb(222,138,62); }
td.TdClassName
{
border-color: #DE8A3E;
}
.TagClassName
{
border-color: #DE8A3E;
}
</style>