Shades of Tree Poppy #DE8135
Tints of Tree Poppy #DE8135
RGB
CMYK
RGB Variations
Color information
#DE8135 (or 0xDE8135) is known color: Tree Poppy. HEX triplet: DE, 81 and 35. RGB value is (222,129,53). Sum of RGB (Red+Green+Blue) = 222+129+53=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8135 is #217ECA. Grayscale: #949494. Windows color (decimal): -2195147 or 3506654. OLE color: 3506654.
HSL color Cylindrical-coordinate representation of color #DE8135: hue angle of 26.98º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE8135 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 53 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.13 |
| HSL | 26.98º | 0.72% | 0.54% | - |
| HSV(B) | 26.98º | 0.76% | 0.87% | - |
| XYZ | 38.62 | 31.49 | 7.41 | - |
| YUV | 148.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 53 | 0 | 0.42 | 0.76 | 0.13 | 26.98 | 0.72 | 0.54 |
| Hex | DE | 81 | 35 | 0 | 2A | 4C | D | 1B | 48 | 36 |
| Octal | 336 | 201 | 65 | 0 | 52 | 114 | 15 | 33 | 110 | 66 |
| Binary | 11011110 | 10000001 | 110101 | 0 | 101010 | 1001100 | 1101 | 11011 | 1001000 | 110110 |
Color Harmonies of #DE8135
Complementary color
Monochromatic Colors of #DE8135
Black with #DE8135
Text Example
Text Example
White with #DE8135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8135; }
p { color: rgb(222,129,53); }
H1.HeaderClassName
{
color: #DE8135;
}
.AnyTagClassName
{
color: #DE8135;
}
</style>
background-color css
<style>
a { background-color: #DE8135; }
a { background-color: rgb(222,129,53); }
div.DivClassName
{
background-color: #DE8135;
}
.BgClassName
{
background-color: #DE8135;
}
</style>
border-color css
<style>
span { border-color: #DE8135; }
span { border-color: rgb(222,129,53); }
td.TdClassName
{
border-color: #DE8135;
}
.TagClassName
{
border-color: #DE8135;
}
</style>