#D79887

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

Shades of Petite Orchid #D79887

Tints of Petite Orchid #D79887

Color information

#D79887 (or 0xD79887) is unknown color: approx Petite Orchid. HEX triplet: D7, 98 and 87. RGB value is (215,152,135). Sum of RGB (Red+Green+Blue) = 215+152+135=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D79887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79887 is #286778. Grayscale: #A9A9A9. Windows color (decimal): -2647929 or 8886487. OLE color: 8886487.

HSL color Cylindrical-coordinate representation of color #D79887: hue angle of 12.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D79887 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215152135-
CMYK00.290.370.16
HSL12.75º50%68.63%-
HSV(B)12.75º37.21%84.31%-
XYZ43.6338.6528.08-
YUV168.9108.87160.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=42.83%
G=30.28%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515213500.290.370.1612.755068.63
HexD7988701D2510d3245
Octal32723020703545201562105
Binary1101011110011000100001110111011001011000011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79887; }

 p { color: rgb(215,152,135); }

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

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

 a { background-color: rgb(215,152,135); }

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

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

 span { border-color: rgb(215,152,135); }

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