#DEA09C

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

Shades of Petite Orchid #DEA09C

Tints of Petite Orchid #DEA09C

Color information

#DEA09C (or 0xDEA09C) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 9C. RGB value is (222,160,156). Sum of RGB (Red+Green+Blue) = 222+160+156=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09C is #215F63. Grayscale: #B2B2B2. Windows color (decimal): -2187108 or 10264798. OLE color: 10264798.

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

Color convert

RGB222160156-
CMYK00.280.300.13
HSL3.64º50%74.12%-
HSV(B)3.64º29.73%87.06%-
XYZ48.743.0737.2-
YUV178.08115.54159.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=41.26%
G=29.74%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216015600.280.300.133.645074.12
HexDEA09C01C1ED4324a
Octal3362402340343615462112
Binary1101111010100000100111000111001111011011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA09C; }

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

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

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

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

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

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

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

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