#DE813E

Color #DE813E Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DE813E

Tints of Tree Poppy #DE813E

Color information

#DE813E (or 0xDE813E) is unknown color: approx 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.13º 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

RGB22212962-
CMYK00.420.720.13
HSL25.13º70.8%55.69%-
HSV(B)25.13º72.07%87.06%-
XYZ38.8431.588.61-
YUV149.1778.81179.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 53.75%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=53.75%
G=31.23%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221296200.420.720.1325.1370.855.69
HexDE813E02A48D194738
Octal33620176052110153110770
Binary1101111010000001111110010101010010001101110011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>