#DEA09B

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

Shades of Petite Orchid #DEA09B

Tints of Petite Orchid #DEA09B

Color information

#DEA09B (or 0xDEA09B) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 9B. RGB value is (222,160,155). Sum of RGB (Red+Green+Blue) = 222+160+155=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09B is #215F64. Grayscale: #B2B2B2. Windows color (decimal): -2187109 or 10199262. OLE color: 10199262.

HSL color Cylindrical-coordinate representation of color #DEA09B: hue angle of 4.48º 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 #DEA09B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222160155-
CMYK00.280.300.13
HSL4.48º50.38%73.92%-
HSV(B)4.48º30.18%87.06%-
XYZ48.6143.0436.76-
YUV177.97115.04159.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=41.34%
G=29.80%
B=28.86%

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
Decimal22216015500.280.300.134.4850.3873.92
HexDEA09B01C1ED4324a
Octal3362402330343615462112
Binary1101111010100000100110110111001111011011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA09B; }

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

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

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

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

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

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

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

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