#D9B2AA

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

Shades of Oyster Pink #D9B2AA

Tints of Oyster Pink #D9B2AA

Color information

#D9B2AA (or 0xD9B2AA) is unknown color: approx Oyster Pink. HEX triplet: D9, B2 and AA. RGB value is (217,178,170). Sum of RGB (Red+Green+Blue) = 217+178+170=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2AA is #264D55. Grayscale: #BCBCBC. Windows color (decimal): -2510166 or 11186905. OLE color: 11186905.

HSL color Cylindrical-coordinate representation of color #D9B2AA: hue angle of 10.21º degrees, saturation: 0.38, 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 #D9B2AA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217178170-
CMYK00.180.220.15
HSL10.21º38.21%75.88%-
HSV(B)10.21º21.66%85.1%-
XYZ51.7949.4944.85-
YUV188.75117.42148.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=38.41%
G=31.50%
B=30.09%

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
Decimal21717817000.180.220.1510.2138.2175.88
HexD9B2AA01216Fa264c
Octal33126225202226171246114
Binary11011001101100101010101001001010110111110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2AA; }

 p { color: rgb(217,178,170); }

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

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

 a { background-color: rgb(217,178,170); }

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

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

 span { border-color: rgb(217,178,170); }

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