#D9B1A9

Color #D9B1A9 Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D9B1A9

Tints of Oyster Pink #D9B1A9

Color information

#D9B1A9 (or 0xD9B1A9) is unknown color: approx Oyster Pink. HEX triplet: D9, B1 and A9. RGB value is (217,177,169). Sum of RGB (Red+Green+Blue) = 217+177+169=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1A9 is #264E56. Grayscale: #BCBCBC. Windows color (decimal): -2510423 or 11121113. OLE color: 11121113.

HSL color Cylindrical-coordinate representation of color #D9B1A9: hue angle of 10º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B1A9 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217177169-
CMYK00.180.220.15
HSL10º38.71%75.69%-
HSV(B)10º22.12%85.1%-
XYZ51.549.0644.29-
YUV188.05117.25148.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=38.54%
G=31.44%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717716900.180.220.151038.7175.69
HexD9B1A901216Fa274c
Octal33126125102226171247114
Binary11011001101100011010100101001010110111110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1A9; }

 p { color: rgb(217,177,169); }

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

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

 a { background-color: rgb(217,177,169); }

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

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

 span { border-color: rgb(217,177,169); }

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