#D99B89

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

Shades of Petite Orchid #D99B89

Tints of Petite Orchid #D99B89

Color information

#D99B89 (or 0xD99B89) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 89. RGB value is (217,155,137). Sum of RGB (Red+Green+Blue) = 217+155+137=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B89 is #266476. Grayscale: #ABABAB. Windows color (decimal): -2516087 or 9018329. OLE color: 9018329.

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

Color convert

RGB217155137-
CMYK00.290.370.15
HSL13.5º51.28%69.41%-
HSV(B)13.5º36.87%85.1%-
XYZ44.854029.02-
YUV171.49108.54160.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=42.63%
G=30.45%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715513700.290.370.1513.551.2869.41
HexD99B8901D25Fe3345
Octal33123321103545171663105
Binary110110011001101110001001011101100101111111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B89; }

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

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

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

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

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

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

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

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