#D89C9A

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

Shades of Petite Orchid #D89C9A

Tints of Petite Orchid #D89C9A

Color information

#D89C9A (or 0xD89C9A) is unknown color: approx Petite Orchid. HEX triplet: D8, 9C and 9A. RGB value is (216,156,154). Sum of RGB (Red+Green+Blue) = 216+156+154=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C9A is #276365. Grayscale: #ADADAD. Windows color (decimal): -2581350 or 10132696. OLE color: 10132696.

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

Color convert

RGB216156154-
CMYK00.280.290.15
HSL1.94º44.29%72.55%-
HSV(B)1.94º28.7%84.71%-
XYZ46.0440.7136-
YUV173.71116.88158.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=41.06%
G=29.66%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615615400.280.290.151.9444.2972.55
HexD89C9A01C1DF22c49
Octal3302342320343517254111
Binary110110001001110010011010011100111011111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C9A; }

 p { color: rgb(216,156,154); }

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

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

 a { background-color: rgb(216,156,154); }

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

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

 span { border-color: rgb(216,156,154); }

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