#D9ABA9

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

Shades of Oyster Pink #D9ABA9

Tints of Oyster Pink #D9ABA9

Color information

#D9ABA9 (or 0xD9ABA9) is unknown color: approx Oyster Pink. HEX triplet: D9, AB and A9. RGB value is (217,171,169). Sum of RGB (Red+Green+Blue) = 217+171+169=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA9 is #265456. Grayscale: #B8B8B8. Windows color (decimal): -2511959 or 11119577. OLE color: 11119577.

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

Color convert

RGB217171169-
CMYK00.210.220.15
HSL2.5º38.71%75.69%-
HSV(B)2.5º22.12%85.1%-
XYZ50.3446.7443.91-
YUV184.53119.24151.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=38.96%
G=30.70%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717116900.210.220.152.538.7175.69
HexD9ABA901516F3274c
Octal3312532510252617347114
Binary110110011010101110101001010101101101111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABA9; }

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

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

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

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

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

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

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

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