#D79A97

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

Shades of Petite Orchid #D79A97

Tints of Petite Orchid #D79A97

Color information

#D79A97 (or 0xD79A97) is unknown color: approx Petite Orchid. HEX triplet: D7, 9A and 97. RGB value is (215,154,151). Sum of RGB (Red+Green+Blue) = 215+154+151=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A97 is #286568. Grayscale: #ABABAB. Windows color (decimal): -2647401 or 9935575. OLE color: 9935575.

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

Color convert

RGB215154151-
CMYK00.280.300.16
HSL2.81º44.44%71.76%-
HSV(B)2.81º29.77%84.31%-
XYZ45.1739.7934.58-
YUV171.9116.21158.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=41.35%
G=29.62%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515415100.280.300.162.8144.4471.76
HexD79A9701C1E1032c48
Octal3272322270343620354110
Binary1101011110011010100101110111001111010000111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A97; }

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

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

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

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

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

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

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

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