#D9988B

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

Shades of Petite Orchid #D9988B

Tints of Petite Orchid #D9988B

Color information

#D9988B (or 0xD9988B) is unknown color: approx Petite Orchid. HEX triplet: D9, 98 and 8B. RGB value is (217,152,139). Sum of RGB (Red+Green+Blue) = 217+152+139=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9988B is #266774. Grayscale: #AAAAAA. Windows color (decimal): -2516853 or 9148633. OLE color: 9148633.

HSL color Cylindrical-coordinate representation of color #D9988B: hue angle of 10º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9988B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217152139-
CMYK00.300.360.15
HSL10º50.65%69.8%-
HSV(B)10º35.94%85.1%-
XYZ44.539.0729.62-
YUV169.95110.53161.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=42.72%
G=29.92%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715213900.300.360.151050.6569.8
HexD9988B01E24Fa3346
Octal33123021303644171263106
Binary110110011001100010001011011110100100111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9988B; }

 p { color: rgb(217,152,139); }

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

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

 a { background-color: rgb(217,152,139); }

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

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

 span { border-color: rgb(217,152,139); }

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