#D99B95

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

Shades of Petite Orchid #D99B95

Tints of Petite Orchid #D99B95

Color information

#D99B95 (or 0xD99B95) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 95. RGB value is (217,155,149). Sum of RGB (Red+Green+Blue) = 217+155+149=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B95 is #26646A. Grayscale: #ACACAC. Windows color (decimal): -2516075 or 9804761. OLE color: 9804761.

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

Color convert

RGB217155149-
CMYK00.290.310.15
HSL5.29º47.22%71.76%-
HSV(B)5.29º31.34%85.1%-
XYZ45.7640.3633.81-
YUV172.85114.54159.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=41.65%
G=29.75%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715514900.290.310.155.2947.2271.76
HexD99B9501D1FF52f48
Octal3312332250353717557110
Binary1101100110011011100101010111011111111111011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B95; }

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

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

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

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

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

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

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

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