#D89688

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

Shades of Petite Orchid #D89688

Tints of Petite Orchid #D89688

Color information

#D89688 (or 0xD89688) is unknown color: approx Petite Orchid. HEX triplet: D8, 96 and 88. RGB value is (216,150,136). Sum of RGB (Red+Green+Blue) = 216+150+136=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D89688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89688 is #276977. Grayscale: #A8A8A8. Windows color (decimal): -2582904 or 8951512. OLE color: 8951512.

HSL color Cylindrical-coordinate representation of color #D89688: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89688 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216150136-
CMYK00.310.370.15
HSL10.5º50.63%69.02%-
HSV(B)10.5º37.04%84.71%-
XYZ43.6738.1928.36-
YUV168.14109.87162.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=43.03%
G=29.88%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615013600.310.370.1510.550.6369.02
HexD8968801F25Fb3345
Octal33022621003745171363105
Binary110110001001011010001000011111100101111110111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89688; }

 p { color: rgb(216,150,136); }

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

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

 a { background-color: rgb(216,150,136); }

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

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

 span { border-color: rgb(216,150,136); }

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