#D49897

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

Shades of Petite Orchid #D49897

Tints of Petite Orchid #D49897

Color information

#D49897 (or 0xD49897) is unknown color: approx Petite Orchid. HEX triplet: D4, 98 and 97. RGB value is (212,152,151). Sum of RGB (Red+Green+Blue) = 212+152+151=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D49897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49897 is #2B6768. Grayscale: #A9A9A9. Windows color (decimal): -2844521 or 9935060. OLE color: 9935060.

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

Color convert

RGB212152151-
CMYK00.280.290.17
HSL0.98º41.5%71.18%-
HSV(B)0.98º28.77%83.14%-
XYZ43.9738.6934.43-
YUV169.83117.38158.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=41.17%
G=29.51%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215215100.280.290.170.9841.571.18
HexD4989701C1D1112947
Octal3242302270343521151107
Binary110101001001100010010111011100111011000111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49897; }

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

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

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

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

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

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

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

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