#D9A0A0

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

Shades of Petite Orchid #D9A0A0

Tints of Petite Orchid #D9A0A0

Color information

#D9A0A0 (or 0xD9A0A0) is unknown color: approx Petite Orchid. HEX triplet: D9, A0 and A0. RGB value is (217,160,160). Sum of RGB (Red+Green+Blue) = 217+160+160=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A0A0 is #265F5F. Grayscale: #B1B1B1. Windows color (decimal): -2514784 or 10526937. OLE color: 10526937.

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

Color convert

RGB217160160-
CMYK00.260.260.15
HSL42.86%73.92%-
HSV(B)26.27%85.1%-
XYZ47.5342.4338.94-
YUV177.04118.38156.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=40.41%
G=29.80%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716016000.260.260.15042.8673.92
HexD9A0A001A1AF02b4a
Octal3312402400323217053112
Binary11011001101000001010000001101011010111101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0A0; }

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

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

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

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

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

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

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

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