#D89689

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

Shades of Petite Orchid #D89689

Tints of Petite Orchid #D89689

Color information

#D89689 (or 0xD89689) is unknown color: approx Petite Orchid. HEX triplet: D8, 96 and 89. RGB value is (216,150,137). Sum of RGB (Red+Green+Blue) = 216+150+137=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D89689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89689 is #276976. Grayscale: #A8A8A8. Windows color (decimal): -2582903 or 9017048. OLE color: 9017048.

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

Color convert

RGB216150137-
CMYK00.310.370.15
HSL9.87º50.32%69.22%-
HSV(B)9.87º36.57%84.71%-
XYZ43.7438.2228.74-
YUV168.25110.37162.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=42.94%
G=29.82%
B=27.24%

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
Decimal21615013700.310.370.159.8750.3269.22
HexD8968901F25Fa3245
Octal33022621103745171262105
Binary110110001001011010001001011111100101111110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89689; }

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

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

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

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

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

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

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

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