Shades of Tree Poppy #DE7E3E
Tints of Tree Poppy #DE7E3E
RGB
CMYK
RGB Variations
Color information
#DE7E3E (or 0xDE7E3E) is known color: Tree Poppy. HEX triplet: DE, 7E and 3E. RGB value is (222,126,62). Sum of RGB (Red+Green+Blue) = 222+126+62=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7E3E is #2181C1. Grayscale: #939393. Windows color (decimal): -2195906 or 4095710. OLE color: 4095710.
HSL color Cylindrical-coordinate representation of color #DE7E3E: hue angle of 24º 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 #DE7E3E is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 62 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.13 |
| HSL | 24º | 0.71% | 0.56% | - |
| HSV(B) | 24º | 0.72% | 0.87% | - |
| XYZ | 38.45 | 30.8 | 8.48 | - |
| YUV | 147.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 62 | 0 | 0.43 | 0.72 | 0.13 | 24 | 0.71 | 0.56 |
| Hex | DE | 7E | 3E | 0 | 2B | 48 | D | 18 | 47 | 38 |
| Octal | 336 | 176 | 76 | 0 | 53 | 110 | 15 | 30 | 107 | 70 |
| Binary | 11011110 | 1111110 | 111110 | 0 | 101011 | 1001000 | 1101 | 11000 | 1000111 | 111000 |
Color Harmonies of #DE7E3E
Complementary color
Monochromatic Colors of #DE7E3E
Black with #DE7E3E
Text Example
Text Example
White with #DE7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E3E; }
p { color: rgb(222,126,62); }
H1.HeaderClassName
{
color: #DE7E3E;
}
.AnyTagClassName
{
color: #DE7E3E;
}
</style>
background-color css
<style>
a { background-color: #DE7E3E; }
a { background-color: rgb(222,126,62); }
div.DivClassName
{
background-color: #DE7E3E;
}
.BgClassName
{
background-color: #DE7E3E;
}
</style>
border-color css
<style>
span { border-color: #DE7E3E; }
span { border-color: rgb(222,126,62); }
td.TdClassName
{
border-color: #DE7E3E;
}
.TagClassName
{
border-color: #DE7E3E;
}
</style>