#D79D96

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

Shades of Petite Orchid #D79D96

Tints of Petite Orchid #D79D96

Color information

#D79D96 (or 0xD79D96) is unknown color: approx Petite Orchid. HEX triplet: D7, 9D and 96. RGB value is (215,157,150). Sum of RGB (Red+Green+Blue) = 215+157+150=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D96 is #286269. Grayscale: #ADADAD. Windows color (decimal): -2646634 or 9870807. OLE color: 9870807.

HSL color Cylindrical-coordinate representation of color #D79D96: hue angle of 6.46º degrees, saturation: 0.45, 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 #D79D96 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215157150-
CMYK00.270.300.16
HSL6.46º44.83%71.57%-
HSV(B)6.46º30.23%84.31%-
XYZ45.5940.7634.32-
YUV173.54114.72157.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=41.19%
G=30.08%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515715000.270.300.166.4644.8371.57
HexD79D9601B1E1062d48
Octal3272352260333620655110
Binary11010111100111011001011001101111110100001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D96; }

 p { color: rgb(215,157,150); }

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

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

 a { background-color: rgb(215,157,150); }

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

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

 span { border-color: rgb(215,157,150); }

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