#D79897

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

Shades of Petite Orchid #D79897

Tints of Petite Orchid #D79897

Color information

#D79897 (or 0xD79897) is unknown color: approx Petite Orchid. HEX triplet: D7, 98 and 97. RGB value is (215,152,151). Sum of RGB (Red+Green+Blue) = 215+152+151=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D79897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79897 is #286768. Grayscale: #AAAAAA. Windows color (decimal): -2647913 or 9935063. OLE color: 9935063.

HSL color Cylindrical-coordinate representation of color #D79897: hue angle of 0.94º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79897 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215152151-
CMYK00.290.300.16
HSL0.94º44.44%71.76%-
HSV(B)0.94º29.77%84.31%-
XYZ44.8439.1434.47-
YUV170.72116.87159.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=41.51%
G=29.34%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515215100.290.300.160.9444.4471.76
HexD7989701D1E1012c48
Octal3272302270353620154110
Binary110101111001100010010111011101111101000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79897; }

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

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

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

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

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

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

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

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