#D49A8F

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

Shades of Petite Orchid #D49A8F

Tints of Petite Orchid #D49A8F

Color information

#D49A8F (or 0xD49A8F) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 8F. RGB value is (212,154,143). Sum of RGB (Red+Green+Blue) = 212+154+143=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A8F is #2B6570. Grayscale: #AAAAAA. Windows color (decimal): -2844017 or 9411284. OLE color: 9411284.

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

Color convert

RGB212154143-
CMYK00.270.330.17
HSL9.57º44.52%69.61%-
HSV(B)9.57º32.55%83.14%-
XYZ43.6639.0931.23-
YUV170.09112.72157.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=41.65%
G=30.26%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215414300.270.330.179.5744.5269.61
HexD49A8F01B2111a2d46
Octal32423221703341211255106
Binary1101010010011010100011110110111000011000110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A8F; }

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

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

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

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

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

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

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

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