#D49888

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

Shades of Petite Orchid #D49888

Tints of Petite Orchid #D49888

Color information

#D49888 (or 0xD49888) is unknown color: approx Petite Orchid. HEX triplet: D4, 98 and 88. RGB value is (212,152,136). Sum of RGB (Red+Green+Blue) = 212+152+136=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D49888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49888 is #2B6777. Grayscale: #A8A8A8. Windows color (decimal): -2844536 or 8952020. OLE color: 8952020.

HSL color Cylindrical-coordinate representation of color #D49888: hue angle of 12.63º 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 #D49888 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212152136-
CMYK00.280.360.17
HSL12.63º46.91%68.24%-
HSV(B)12.63º35.85%83.14%-
XYZ42.8238.2328.41-
YUV168.12109.88159.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=42.4%
G=30.4%
B=27.2%

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
Decimal21215213600.280.360.1712.6346.9168.24
HexD4988801C2411d2f44
Octal32423021003444211557104
Binary1101010010011000100010000111001001001000111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49888; }

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

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

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

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

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

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

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

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