#D99B9A

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

Shades of Petite Orchid #D99B9A

Tints of Petite Orchid #D99B9A

Color information

#D99B9A (or 0xD99B9A) is unknown color: approx Petite Orchid. HEX triplet: D9, 9B and 9A. RGB value is (217,155,154). Sum of RGB (Red+Green+Blue) = 217+155+154=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B9A is #266465. Grayscale: #ADADAD. Windows color (decimal): -2516070 or 10132441. OLE color: 10132441.

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

Color convert

RGB217155154-
CMYK00.290.290.15
HSL0.95º45.32%72.75%-
HSV(B)0.95º29.03%85.1%-
XYZ46.1740.5335.96-
YUV173.42117.04159.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=41.25%
G=29.47%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715515400.290.290.150.9545.3272.75
HexD99B9A01D1DF12d49
Octal3312332320353517155111
Binary11011001100110111001101001110111101111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B9A; }

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

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

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

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

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

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

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

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