#D99C96

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

Shades of Petite Orchid #D99C96

Tints of Petite Orchid #D99C96

Color information

#D99C96 (or 0xD99C96) is unknown color: approx Petite Orchid. HEX triplet: D9, 9C and 96. RGB value is (217,156,150). Sum of RGB (Red+Green+Blue) = 217+156+150=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C96 is #266369. Grayscale: #ADADAD. Windows color (decimal): -2515818 or 9870553. OLE color: 9870553.

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

Color convert

RGB217156150-
CMYK00.280.310.15
HSL5.37º46.85%71.96%-
HSV(B)5.37º30.88%85.1%-
XYZ46.0140.7334.29-
YUV173.55114.71158.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=41.49%
G=29.83%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715615000.280.310.155.3746.8571.96
HexD99C9601C1FF52f48
Octal3312342260343717557110
Binary1101100110011100100101100111001111111111011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C96; }

 p { color: rgb(217,156,150); }

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

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

 a { background-color: rgb(217,156,150); }

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

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

 span { border-color: rgb(217,156,150); }

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