#dea09f

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

Shades of Petite Orchid #DEA09F

Tints of Petite Orchid #DEA09F

Color information

#DEA09F (or 0xDEA09F) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 9F. RGB value is (222,160,159). Sum of RGB (Red+Green+Blue) = 222+160+159=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09F is #215F60. Grayscale: #B2B2B2. Windows color (decimal): -2187105 or 10461406. OLE color: 10461406.

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

Color convert

RGB222160159-
CMYK00.280.280.13
HSL0.95º48.84%74.71%-
HSV(B)0.95º28.38%87.06%-
XYZ48.9543.1738.55-
YUV178.42117.04159.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=41.04%
G=29.57%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216015900.280.280.130.9548.8474.71
HexDEA09F01C1CD1314b
Octal3362402370343415161113
Binary11011110101000001001111101110011100110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dea09f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dea09f; }

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

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

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

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

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

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

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

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