#D9ADA7

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

Shades of Oyster Pink #D9ADA7

Tints of Oyster Pink #D9ADA7

Color information

#D9ADA7 (or 0xD9ADA7) is unknown color: approx Oyster Pink. HEX triplet: D9, AD and A7. RGB value is (217,173,167). Sum of RGB (Red+Green+Blue) = 217+173+167=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA7 is #265258. Grayscale: #B9B9B9. Windows color (decimal): -2511449 or 10989017. OLE color: 10989017.

HSL color Cylindrical-coordinate representation of color #D9ADA7: hue angle of 7.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ADA7 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217173167-
CMYK00.200.230.15
HSL7.2º39.68%75.29%-
HSV(B)7.2º23.04%85.1%-
XYZ50.5347.4343.05-
YUV185.47117.58150.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=38.96%
G=31.06%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717316700.200.230.157.239.6875.29
HexD9ADA701417F7284b
Octal3312552470242717750113
Binary1101100110101101101001110101001011111111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADA7; }

 p { color: rgb(217,173,167); }

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

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

 a { background-color: rgb(217,173,167); }

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

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

 span { border-color: rgb(217,173,167); }

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