#de8231

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

Shades of Tree Poppy #DE8231

Tints of Tree Poppy #DE8231

Color information

#DE8231 (or 0xDE8231) is unknown color: approx Tree Poppy. HEX triplet: DE, 82 and 31. RGB value is (222,130,49). Sum of RGB (Red+Green+Blue) = 222+130+49=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8231 is #217DCE. Grayscale: #949494. Windows color (decimal): -2194895 or 3244766. OLE color: 3244766.

HSL color Cylindrical-coordinate representation of color #DE8231: hue angle of 28.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE8231 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22213049-
CMYK00.410.780.13
HSL28.09º72.38%53.14%-
HSV(B)28.09º77.93%87.06%-
XYZ38.6631.726.99-
YUV148.2771.98180.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=55.36%
G=32.42%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221304900.410.780.1328.0972.3853.14
HexDE82310294ED1c4835
Octal33620261051116153411065
Binary1101111010000010110001010100110011101101111001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8231; }

 p { color: rgb(222,130,49); }

 H1.HeaderClassName
 {
   color: #de8231;
 }
 .AnyTagClassName
 {
   color: #de8231;
 }
</style>
background-color css

<style>
 a { background-color: #de8231; }

 a { background-color: rgb(222,130,49); }

 div.DivClassName
 {
   background-color: #de8231;
 }
 .BgClassName
 {
   background-color: #de8231;
 }
</style>
border-color css

<style>
 span { border-color: #de8231; }

 span { border-color: rgb(222,130,49); }

 td.TdClassName
 {
   border-color: #de8231;
 }
 .TagClassName
 {
   border-color: #de8231;
 }
</style>