#D99B8E

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

Shades of Petite Orchid #D99B8E

Tints of Petite Orchid #D99B8E

Color information

#D99B8E (or 0xD99B8E) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 8E. RGB value is (217,155,142). Sum of RGB (Red+Green+Blue) = 217+155+142=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B8E is #266471. Grayscale: #ACACAC. Windows color (decimal): -2516082 or 9346009. OLE color: 9346009.

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

Color convert

RGB217155142-
CMYK00.290.350.15
HSL10.4º49.67%70.39%-
HSV(B)10.4º34.56%85.1%-
XYZ45.2240.1530.96-
YUV172.06111.04160.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=42.22%
G=30.16%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715514200.290.350.1510.449.6770.39
HexD99B8E01D23Fa3246
Octal33123321603543171262106
Binary110110011001101110001110011101100011111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B8E; }

 p { color: rgb(217,155,142); }

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

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

 a { background-color: rgb(217,155,142); }

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

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

 span { border-color: rgb(217,155,142); }

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