#D49A96

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

Shades of Petite Orchid #D49A96

Tints of Petite Orchid #D49A96

Color information

#D49A96 (or 0xD49A96) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 96. RGB value is (212,154,150). Sum of RGB (Red+Green+Blue) = 212+154+150=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A96 is #2B6569. Grayscale: #AAAAAA. Windows color (decimal): -2844010 or 9870036. OLE color: 9870036.

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

Color convert

RGB212154150-
CMYK00.270.290.17
HSL3.87º41.89%70.98%-
HSV(B)3.87º29.25%83.14%-
XYZ44.2139.3134.11-
YUV170.89116.22157.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=41.09%
G=29.84%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215415000.270.290.173.8741.8970.98
HexD49A9601B1D1142a47
Octal3242322260333521452107
Binary11010100100110101001011001101111101100011001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A96; }

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

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

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

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

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

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

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

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