#D9A09D

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

Shades of Petite Orchid #D9A09D

Tints of Petite Orchid #D9A09D

Color information

#D9A09D (or 0xD9A09D) is unknown color: approx Petite Orchid. HEX triplet: D9, A0 and 9D. RGB value is (217,160,157). Sum of RGB (Red+Green+Blue) = 217+160+157=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A09D is #265F62. Grayscale: #B0B0B0. Windows color (decimal): -2514787 or 10330329. OLE color: 10330329.

HSL color Cylindrical-coordinate representation of color #D9A09D: hue angle of 3º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A09D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217160157-
CMYK00.260.280.15
HSL44.12%73.33%-
HSV(B)27.65%85.1%-
XYZ47.2742.3337.58-
YUV176.7116.88156.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=40.64%
G=29.96%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716015700.260.280.15344.1273.33
HexD9A09D01A1CF32c49
Octal3312402350323417354111
Binary110110011010000010011101011010111001111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A09D; }

 p { color: rgb(217,160,157); }

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

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

 a { background-color: rgb(217,160,157); }

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

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

 span { border-color: rgb(217,160,157); }

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