#D99B94

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

Shades of Petite Orchid #D99B94

Tints of Petite Orchid #D99B94

Color information

#D99B94 (or 0xD99B94) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 94. RGB value is (217,155,148). Sum of RGB (Red+Green+Blue) = 217+155+148=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B94 is #26646B. Grayscale: #ACACAC. Windows color (decimal): -2516076 or 9739225. OLE color: 9739225.

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

Color convert

RGB217155148-
CMYK00.290.320.15
HSL6.09º47.59%71.57%-
HSV(B)6.09º31.8%85.1%-
XYZ45.6840.3333.39-
YUV172.74114.04159.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=41.73%
G=29.81%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715514800.290.320.156.0947.5971.57
HexD99B9401D20F63048
Octal3312332240354017660110
Binary11011001100110111001010001110110000011111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B94; }

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

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

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

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

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

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

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

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