Shades of Tree Poppy #DE8A3F
Tints of Tree Poppy #DE8A3F
RGB
CMYK
RGB Variations
Color information
#DE8A3F (or 0xDE8A3F) is known color: Tree Poppy. HEX triplet: DE, 8A and 3F. RGB value is (222,138,63). Sum of RGB (Red+Green+Blue) = 222+138+63=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A3F is #2175C0. Grayscale: #9A9A9A. Windows color (decimal): -2192833 or 4164318. OLE color: 4164318.
HSL color Cylindrical-coordinate representation of color #DE8A3F: hue angle of 28.3º 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 #DE8A3F is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 63 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.3º | 0.71% | 0.56% | - |
| HSV(B) | 28.3º | 0.72% | 0.87% | - |
| XYZ | 40.11 | 34.07 | 9.16 | - |
| YUV | 154.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 63 | 0 | 0.38 | 0.72 | 0.13 | 28.3 | 0.71 | 0.56 |
| Hex | DE | 8A | 3F | 0 | 26 | 48 | D | 1C | 47 | 38 |
| Octal | 336 | 212 | 77 | 0 | 46 | 110 | 15 | 34 | 107 | 70 |
| Binary | 11011110 | 10001010 | 111111 | 0 | 100110 | 1001000 | 1101 | 11100 | 1000111 | 111000 |
Color Harmonies of #DE8A3F
Complementary color
Monochromatic Colors of #DE8A3F
Black with #DE8A3F
Text Example
Text Example
White with #DE8A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A3F; }
p { color: rgb(222,138,63); }
H1.HeaderClassName
{
color: #DE8A3F;
}
.AnyTagClassName
{
color: #DE8A3F;
}
</style>
background-color css
<style>
a { background-color: #DE8A3F; }
a { background-color: rgb(222,138,63); }
div.DivClassName
{
background-color: #DE8A3F;
}
.BgClassName
{
background-color: #DE8A3F;
}
</style>
border-color css
<style>
span { border-color: #DE8A3F; }
span { border-color: rgb(222,138,63); }
td.TdClassName
{
border-color: #DE8A3F;
}
.TagClassName
{
border-color: #DE8A3F;
}
</style>