#DEA09D

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

Shades of Petite Orchid #DEA09D

Tints of Petite Orchid #DEA09D

Color information

#DEA09D (or 0xDEA09D) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 9D. RGB value is (222,160,157). Sum of RGB (Red+Green+Blue) = 222+160+157=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09D is #215F62. Grayscale: #B2B2B2. Windows color (decimal): -2187107 or 10330334. OLE color: 10330334.

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

Color convert

RGB222160157-
CMYK00.280.290.13
HSL2.77º49.62%74.31%-
HSV(B)2.77º29.28%87.06%-
XYZ48.7843.1137.65-
YUV178.2116.04159.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=41.19%
G=29.68%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216015700.280.290.132.7749.6274.31
HexDEA09D01C1DD3324a
Octal3362402350343515362112
Binary110111101010000010011101011100111011101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA09D; }

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

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

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

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

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

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

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

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