#d89885

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

Shades of Petite Orchid #D89885

Tints of Petite Orchid #D89885

Color information

#D89885 (or 0xD89885) is unknown color: approx Petite Orchid. HEX triplet: D8, 98 and 85. RGB value is (216,152,133). Sum of RGB (Red+Green+Blue) = 216+152+133=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D89885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89885 is #27677A. Grayscale: #A9A9A9. Windows color (decimal): -2582395 or 8755416. OLE color: 8755416.

HSL color Cylindrical-coordinate representation of color #D89885: hue angle of 13.73º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89885 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216152133-
CMYK00.300.380.15
HSL13.73º51.55%68.43%-
HSV(B)13.73º38.43%84.71%-
XYZ43.7838.7527.36-
YUV168.97107.7161.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=43.11%
G=30.34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615213300.300.380.1513.7351.5568.43
HexD8988501E26Fe3444
Octal33023020503646171664104
Binary110110001001100010000101011110100110111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89885; }

 p { color: rgb(216,152,133); }

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

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

 a { background-color: rgb(216,152,133); }

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

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

 span { border-color: rgb(216,152,133); }

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