#DEA095

Color #DEA095 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DEA095

Tints of Petite Orchid #DEA095

Color information

#DEA095 (or 0xDEA095) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 95. RGB value is (222,160,149). Sum of RGB (Red+Green+Blue) = 222+160+149=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA095 is #215F6A. Grayscale: #B1B1B1. Windows color (decimal): -2187115 or 9806046. OLE color: 9806046.

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

Color convert

RGB222160149-
CMYK00.280.330.13
HSL9.04º52.52%72.75%-
HSV(B)9.04º32.88%87.06%-
XYZ48.1242.8434.17-
YUV177.28112.04159.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=41.81%
G=30.13%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216014900.280.330.139.0452.5272.75
HexDEA09501C21D93549
Octal33624022503441151165111
Binary110111101010000010010101011100100001110110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA095; }

 p { color: rgb(222,160,149); }

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

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

 a { background-color: rgb(222,160,149); }

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

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

 span { border-color: rgb(222,160,149); }

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