Shades of Tree Poppy #DE7C32
Tints of Tree Poppy #DE7C32
RGB
CMYK
RGB Variations
Color information
#DE7C32 (or 0xDE7C32) is known color: Tree Poppy. HEX triplet: DE, 7C and 32. RGB value is (222,124,50). Sum of RGB (Red+Green+Blue) = 222+124+50=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C32 is #2183CD. Grayscale: #919191. Windows color (decimal): -2196430 or 3308766. OLE color: 3308766.
HSL color Cylindrical-coordinate representation of color #DE7C32: hue angle of 25.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE7C32 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 50 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.13 |
| HSL | 25.81º | 0.72% | 0.53% | - |
| HSV(B) | 25.81º | 0.77% | 0.87% | - |
| XYZ | 37.91 | 30.18 | 6.84 | - |
| YUV | 144.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 50 | 0 | 0.44 | 0.77 | 0.13 | 25.81 | 0.72 | 0.53 |
| Hex | DE | 7C | 32 | 0 | 2C | 4D | D | 1A | 48 | 35 |
| Octal | 336 | 174 | 62 | 0 | 54 | 115 | 15 | 32 | 110 | 65 |
| Binary | 11011110 | 1111100 | 110010 | 0 | 101100 | 1001101 | 1101 | 11010 | 1001000 | 110101 |
Color Harmonies of #DE7C32
Complementary color
Monochromatic Colors of #DE7C32
Black with #DE7C32
Text Example
Text Example
White with #DE7C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C32; }
p { color: rgb(222,124,50); }
H1.HeaderClassName
{
color: #DE7C32;
}
.AnyTagClassName
{
color: #DE7C32;
}
</style>
background-color css
<style>
a { background-color: #DE7C32; }
a { background-color: rgb(222,124,50); }
div.DivClassName
{
background-color: #DE7C32;
}
.BgClassName
{
background-color: #DE7C32;
}
</style>
border-color css
<style>
span { border-color: #DE7C32; }
span { border-color: rgb(222,124,50); }
td.TdClassName
{
border-color: #DE7C32;
}
.TagClassName
{
border-color: #DE7C32;
}
</style>