#D89796

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

Shades of Petite Orchid #D89796

Tints of Petite Orchid #D89796

Color information

#D89796 (or 0xD89796) is unknown color: approx Petite Orchid. HEX triplet: D8, 97 and 96. RGB value is (216,151,150). Sum of RGB (Red+Green+Blue) = 216+151+150=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D89796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89796 is #276869. Grayscale: #AAAAAA. Windows color (decimal): -2582634 or 9869272. OLE color: 9869272.

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

Color convert

RGB216151150-
CMYK00.300.310.15
HSL0.91º45.83%71.76%-
HSV(B)0.91º30.56%84.71%-
XYZ44.8938.9334-
YUV170.32116.53160.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=41.78%
G=29.21%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615115000.300.310.150.9145.8371.76
HexD8979601E1FF12e48
Octal3302272260363717156110
Binary11011000100101111001011001111011111111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89796; }

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

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

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

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

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

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

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

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