#DEA29D

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

Shades of Petite Orchid #DEA29D

Tints of Petite Orchid #DEA29D

Color information

#DEA29D (or 0xDEA29D) is unknown color: approx Petite Orchid. HEX triplet: DE, A2 and 9D. RGB value is (222,162,157). Sum of RGB (Red+Green+Blue) = 222+162+157=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA29D is #215D62. Grayscale: #B3B3B3. Windows color (decimal): -2186595 or 10330846. OLE color: 10330846.

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

Color convert

RGB222162157-
CMYK00.270.290.13
HSL4.62º49.62%74.31%-
HSV(B)4.62º29.28%87.06%-
XYZ49.1343.837.76-
YUV179.37115.38158.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=41.04%
G=29.94%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216215700.270.290.134.6249.6274.31
HexDEA29D01B1DD5324a
Octal3362422350333515562112
Binary1101111010100010100111010110111110111011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA29D; }

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

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

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

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

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

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

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

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