#DEA19A

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

Shades of Petite Orchid #DEA19A

Tints of Petite Orchid #DEA19A

Color information

#DEA19A (or 0xDEA19A) is unknown color: approx Petite Orchid. HEX triplet: DE, A1 and 9A. RGB value is (222,161,154). Sum of RGB (Red+Green+Blue) = 222+161+154=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19A is #215E65. Grayscale: #B2B2B2. Windows color (decimal): -2186854 or 10133982. OLE color: 10133982.

HSL color Cylindrical-coordinate representation of color #DEA19A: hue angle of 6.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA19A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB222161154-
CMYK00.270.310.13
HSL6.18º50.75%73.73%-
HSV(B)6.18º30.63%87.06%-
XYZ48.743.3536.37-
YUV178.44114.21159.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=41.34%
G=29.98%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216115400.270.310.136.1850.7573.73
HexDEA19A01B1FD6334a
Octal3362412320333715663112
Binary1101111010100001100110100110111111111011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA19A; }

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

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

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

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

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

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

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

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