#D79789

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

Shades of Petite Orchid #D79789

Tints of Petite Orchid #D79789

Color information

#D79789 (or 0xD79789) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 89. RGB value is (215,151,137). Sum of RGB (Red+Green+Blue) = 215+151+137=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D79789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79789 is #286876. Grayscale: #A8A8A8. Windows color (decimal): -2648183 or 9017303. OLE color: 9017303.

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

Color convert

RGB215151137-
CMYK00.300.360.16
HSL10.77º49.37%69.02%-
HSV(B)10.77º36.28%84.31%-
XYZ43.6138.3928.78-
YUV168.54110.2161.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=42.74%
G=30.02%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515113700.300.360.1610.7749.3769.02
HexD7978901E2410b3145
Octal32722721103644201361105
Binary1101011110010111100010010111101001001000010111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79789; }

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

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

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

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

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

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

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

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