#D49795

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

Shades of Petite Orchid #D49795

Tints of Petite Orchid #D49795

Color information

#D49795 (or 0xD49795) is unknown color: approx Petite Orchid. HEX triplet: D4, 97 and 95. RGB value is (212,151,149). Sum of RGB (Red+Green+Blue) = 212+151+149=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49795 is #2B686A. Grayscale: #A9A9A9. Windows color (decimal): -2844779 or 9803732. OLE color: 9803732.

HSL color Cylindrical-coordinate representation of color #D49795: hue angle of 1.9º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49795 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212151149-
CMYK00.290.300.17
HSL1.9º42.28%70.78%-
HSV(B)1.9º29.72%83.14%-
XYZ43.6438.333.53-
YUV169.01116.71158.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=41.41%
G=29.49%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215114900.290.300.171.942.2870.78
HexD4979501D1E1122a47
Octal3242272250353621252107
Binary1101010010010111100101010111011111010001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49795; }

 p { color: rgb(212,151,149); }

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

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

 a { background-color: rgb(212,151,149); }

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

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

 span { border-color: rgb(212,151,149); }

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