#D49D98

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

Shades of Petite Orchid #D49D98

Tints of Petite Orchid #D49D98

Color information

#D49D98 (or 0xD49D98) is unknown color: approx Petite Orchid. HEX triplet: D4, 9D and 98. RGB value is (212,157,152). Sum of RGB (Red+Green+Blue) = 212+157+152=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D98 is #2B6267. Grayscale: #ACACAC. Windows color (decimal): -2843240 or 10001876. OLE color: 10001876.

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

Color convert

RGB212157152-
CMYK00.260.280.17
HSL41.1%71.37%-
HSV(B)28.3%83.14%-
XYZ44.8840.3835.13-
YUV172.88116.22155.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=40.69%
G=30.13%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215715200.260.280.17541.171.37
HexD49D9801A1C1152947
Octal3242352300323421551107
Binary11010100100111011001100001101011100100011011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D98; }

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

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

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

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

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

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

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

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