#D99A92

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

Shades of Petite Orchid #D99A92

Tints of Petite Orchid #D99A92

Color information

#D99A92 (or 0xD99A92) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 92. RGB value is (217,154,146). Sum of RGB (Red+Green+Blue) = 217+154+146=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A92 is #26656D. Grayscale: #ACACAC. Windows color (decimal): -2516334 or 9607897. OLE color: 9607897.

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

Color convert

RGB217154146-
CMYK00.290.330.15
HSL6.76º48.3%71.18%-
HSV(B)6.76º32.72%85.1%-
XYZ45.3639.9432.51-
YUV171.92113.37160.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=41.97%
G=29.79%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715414600.290.330.156.7648.371.18
HexD99A9201D21F73047
Octal3312322220354117760107
Binary11011001100110101001001001110110000111111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A92; }

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

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

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

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

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

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

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

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