#D49887

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

Shades of Petite Orchid #D49887

Tints of Petite Orchid #D49887

Color information

#D49887 (or 0xD49887) is unknown color: approx Petite Orchid. HEX triplet: D4, 98 and 87. RGB value is (212,152,135). Sum of RGB (Red+Green+Blue) = 212+152+135=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D49887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49887 is #2B6778. Grayscale: #A8A8A8. Windows color (decimal): -2844537 or 8886484. OLE color: 8886484.

HSL color Cylindrical-coordinate representation of color #D49887: hue angle of 13.25º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49887 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212152135-
CMYK00.280.360.17
HSL13.25º47.24%68.04%-
HSV(B)13.25º36.32%83.14%-
XYZ42.7538.228.04-
YUV168109.38159.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=42.48%
G=30.46%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215213500.280.360.1713.2547.2468.04
HexD4988701C2411d2f44
Octal32423020703444211557104
Binary1101010010011000100001110111001001001000111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49887; }

 p { color: rgb(212,152,135); }

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

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

 a { background-color: rgb(212,152,135); }

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

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

 span { border-color: rgb(212,152,135); }

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