#D9B0AA

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

Shades of Oyster Pink #D9B0AA

Tints of Oyster Pink #D9B0AA

Color information

#D9B0AA (or 0xD9B0AA) is unknown color: approx Oyster Pink. HEX triplet: D9, B0 and AA. RGB value is (217,176,170). Sum of RGB (Red+Green+Blue) = 217+176+170=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0AA is #264F55. Grayscale: #BBBBBB. Windows color (decimal): -2510678 or 11186393. OLE color: 11186393.

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

Color convert

RGB217176170-
CMYK00.190.220.15
HSL7.66º38.21%75.88%-
HSV(B)7.66º21.66%85.1%-
XYZ51.448.744.72-
YUV187.58118.08148.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=38.54%
G=31.26%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717617000.190.220.157.6638.2175.88
HexD9B0AA01316F8264c
Octal33126025202326171046114
Binary11011001101100001010101001001110110111110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0AA; }

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

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

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

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

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

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

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

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