Shades of Tree Poppy #DE813E
Tints of Tree Poppy #DE813E
RGB
CMYK
RGB Variations
Color information
#DE813E (or 0xDE813E) is known color: Tree Poppy. HEX triplet: DE, 81 and 3E. RGB value is (222,129,62). Sum of RGB (Red+Green+Blue) = 222+129+62=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE813E is #217EC1. Grayscale: #959595. Windows color (decimal): -2195138 or 4096478. OLE color: 4096478.
HSL color Cylindrical-coordinate representation of color #DE813E: hue angle of 25.12º 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 #DE813E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 62 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.13 |
| HSL | 25.13º | 0.71% | 0.56% | - |
| HSV(B) | 25.13º | 0.72% | 0.87% | - |
| XYZ | 38.84 | 31.58 | 8.61 | - |
| YUV | 149.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 62 | 0 | 0.42 | 0.72 | 0.13 | 25.13 | 0.71 | 0.56 |
| Hex | DE | 81 | 3E | 0 | 2A | 48 | D | 19 | 47 | 38 |
| Octal | 336 | 201 | 76 | 0 | 52 | 110 | 15 | 31 | 107 | 70 |
| Binary | 11011110 | 10000001 | 111110 | 0 | 101010 | 1001000 | 1101 | 11001 | 1000111 | 111000 |
Color Harmonies of #DE813E
Complementary color
Monochromatic Colors of #DE813E
Black with #DE813E
Text Example
Text Example
White with #DE813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE813E; }
p { color: rgb(222,129,62); }
H1.HeaderClassName
{
color: #DE813E;
}
.AnyTagClassName
{
color: #DE813E;
}
</style>
background-color css
<style>
a { background-color: #DE813E; }
a { background-color: rgb(222,129,62); }
div.DivClassName
{
background-color: #DE813E;
}
.BgClassName
{
background-color: #DE813E;
}
</style>
border-color css
<style>
span { border-color: #DE813E; }
span { border-color: rgb(222,129,62); }
td.TdClassName
{
border-color: #DE813E;
}
.TagClassName
{
border-color: #DE813E;
}
</style>