#D99A95

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

Shades of Petite Orchid #D99A95

Tints of Petite Orchid #D99A95

Color information

#D99A95 (or 0xD99A95) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 95. RGB value is (217,154,149). Sum of RGB (Red+Green+Blue) = 217+154+149=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A95 is #26656A. Grayscale: #ACACAC. Windows color (decimal): -2516331 or 9804505. OLE color: 9804505.

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

Color convert

RGB217154149-
CMYK00.290.310.15
HSL4.41º47.22%71.76%-
HSV(B)4.41º31.34%85.1%-
XYZ45.640.0333.76-
YUV172.27114.87159.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=41.73%
G=29.62%
B=28.65%

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
Decimal21715414900.290.310.154.4147.2271.76
HexD99A9501D1FF42f48
Octal3312322250353717457110
Binary1101100110011010100101010111011111111111001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A95; }

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

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

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

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

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

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

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

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