#D9B1AC

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

Shades of Oyster Pink #D9B1AC

Tints of Oyster Pink #D9B1AC

Color information

#D9B1AC (or 0xD9B1AC) is unknown color: approx Oyster Pink. HEX triplet: D9, B1 and AC. RGB value is (217,177,172). Sum of RGB (Red+Green+Blue) = 217+177+172=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1AC is #264E53. Grayscale: #BCBCBC. Windows color (decimal): -2510420 or 11317721. OLE color: 11317721.

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

Color convert

RGB217177172-
CMYK00.180.210.15
HSL6.67º37.19%76.27%-
HSV(B)6.67º20.74%85.1%-
XYZ51.7849.1745.79-
YUV188.39118.75148.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=38.34%
G=31.27%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717717200.180.210.156.6737.1976.27
HexD9B1AC01215F7254c
Octal3312612540222517745114
Binary1101100110110001101011000100101010111111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1AC; }

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

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

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

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

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

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

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

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