#DEA39F

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

Shades of Petite Orchid #DEA39F

Tints of Petite Orchid #DEA39F

Color information

#DEA39F (or 0xDEA39F) is unknown color: approx Petite Orchid. HEX triplet: DE, A3 and 9F. RGB value is (222,163,159). Sum of RGB (Red+Green+Blue) = 222+163+159=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA39F is #215C60. Grayscale: #B4B4B4. Windows color (decimal): -2186337 or 10462174. OLE color: 10462174.

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

Color convert

RGB222163159-
CMYK00.270.280.13
HSL3.81º48.84%74.71%-
HSV(B)3.81º28.38%87.06%-
XYZ49.4844.2338.73-
YUV180.18116.05157.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=40.81%
G=29.96%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216315900.270.280.133.8148.8474.71
HexDEA39F01B1CD4314b
Octal3362432370333415461113
Binary1101111010100011100111110110111110011011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA39F; }

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

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

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

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

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

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

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

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