Shades of Tree Poppy #DE7C36
Tints of Tree Poppy #DE7C36
RGB
CMYK
RGB Variations
Color information
#DE7C36 (or 0xDE7C36) is known color: Tree Poppy. HEX triplet: DE, 7C and 36. RGB value is (222,124,54). Sum of RGB (Red+Green+Blue) = 222+124+54=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C36 is #2183C9. Grayscale: #919191. Windows color (decimal): -2196426 or 3570910. OLE color: 3570910.
HSL color Cylindrical-coordinate representation of color #DE7C36: hue angle of 25º 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 #DE7C36 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 54 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.13 |
| HSL | 25º | 0.72% | 0.54% | - |
| HSV(B) | 25º | 0.76% | 0.87% | - |
| XYZ | 38 | 30.21 | 7.32 | - |
| YUV | 145.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 54 | 0 | 0.44 | 0.76 | 0.13 | 25 | 0.72 | 0.54 |
| Hex | DE | 7C | 36 | 0 | 2C | 4C | D | 19 | 48 | 36 |
| Octal | 336 | 174 | 66 | 0 | 54 | 114 | 15 | 31 | 110 | 66 |
| Binary | 11011110 | 1111100 | 110110 | 0 | 101100 | 1001100 | 1101 | 11001 | 1001000 | 110110 |
Color Harmonies of #DE7C36
Complementary color
Monochromatic Colors of #DE7C36
Black with #DE7C36
Text Example
Text Example
White with #DE7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C36; }
p { color: rgb(222,124,54); }
H1.HeaderClassName
{
color: #DE7C36;
}
.AnyTagClassName
{
color: #DE7C36;
}
</style>
background-color css
<style>
a { background-color: #DE7C36; }
a { background-color: rgb(222,124,54); }
div.DivClassName
{
background-color: #DE7C36;
}
.BgClassName
{
background-color: #DE7C36;
}
</style>
border-color css
<style>
span { border-color: #DE7C36; }
span { border-color: rgb(222,124,54); }
td.TdClassName
{
border-color: #DE7C36;
}
.TagClassName
{
border-color: #DE7C36;
}
</style>