#DEA19D

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

Shades of Petite Orchid #DEA19D

Tints of Petite Orchid #DEA19D

Color information

#DEA19D (or 0xDEA19D) is unknown color: approx Petite Orchid. HEX triplet: DE, A1 and 9D. RGB value is (222,161,157). Sum of RGB (Red+Green+Blue) = 222+161+157=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19D is #215E62. Grayscale: #B2B2B2. Windows color (decimal): -2186851 or 10330590. OLE color: 10330590.

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

Color convert

RGB222161157-
CMYK00.270.290.13
HSL3.69º49.62%74.31%-
HSV(B)3.69º29.28%87.06%-
XYZ48.9543.4537.71-
YUV178.78115.71158.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=41.11%
G=29.81%
B=29.07%

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
Decimal22216115700.270.290.133.6949.6274.31
HexDEA19D01B1DD4324a
Octal3362412350333515462112
Binary1101111010100001100111010110111110111011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA19D; }

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

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

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

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

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

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

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

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