#D99B8C

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

Shades of Petite Orchid #D99B8C

Tints of Petite Orchid #D99B8C

Color information

#D99B8C (or 0xD99B8C) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 8C. RGB value is (217,155,140). Sum of RGB (Red+Green+Blue) = 217+155+140=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B8C is #266473. Grayscale: #ABABAB. Windows color (decimal): -2516084 or 9214937. OLE color: 9214937.

HSL color Cylindrical-coordinate representation of color #D99B8C: hue angle of 11.69º 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 #D99B8C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217155140-
CMYK00.290.350.15
HSL11.69º50.33%70%-
HSV(B)11.69º35.48%85.1%-
XYZ45.0740.0930.17-
YUV171.83110.04160.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=42.38%
G=30.27%
B=27.34%

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
Decimal21715514000.290.350.1511.6950.3370
HexD99B8C01D23Fc3246
Octal33123321403543171462106
Binary110110011001101110001100011101100011111111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B8C; }

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

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

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

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

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

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

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

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