#D49C9A

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

Shades of Petite Orchid #D49C9A

Tints of Petite Orchid #D49C9A

Color information

#D49C9A (or 0xD49C9A) is unknown color: approx Petite Orchid. HEX triplet: D4, 9C and 9A. RGB value is (212,156,154). Sum of RGB (Red+Green+Blue) = 212+156+154=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C9A is #2B6365. Grayscale: #ACACAC. Windows color (decimal): -2843494 or 10132692. OLE color: 10132692.

HSL color Cylindrical-coordinate representation of color #D49C9A: hue angle of 2.07º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49C9A is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212156154-
CMYK00.260.270.17
HSL2.07º40.28%71.76%-
HSV(B)2.07º27.36%83.14%-
XYZ44.8740.1135.95-
YUV172.52117.55156.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=40.61%
G=29.89%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215615400.260.270.172.0740.2871.76
HexD49C9A01A1B1122848
Octal3242342320323321250110
Binary1101010010011100100110100110101101110001101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C9A; }

 p { color: rgb(212,156,154); }

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

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

 a { background-color: rgb(212,156,154); }

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

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

 span { border-color: rgb(212,156,154); }

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