#D9ACA7

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

Shades of Oyster Pink #D9ACA7

Tints of Oyster Pink #D9ACA7

Color information

#D9ACA7 (or 0xD9ACA7) is unknown color: approx Oyster Pink. HEX triplet: D9, AC and A7. RGB value is (217,172,167). Sum of RGB (Red+Green+Blue) = 217+172+167=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACA7 is #265358. Grayscale: #B8B8B8. Windows color (decimal): -2511705 or 10988761. OLE color: 10988761.

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

Color convert

RGB217172167-
CMYK00.210.230.15
HSL39.68%75.29%-
HSV(B)23.04%85.1%-
XYZ50.3447.0542.99-
YUV184.88117.91150.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 167 (65.62% from 255) = 30.04%
R=39.03%
G=30.94%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717216700.210.230.15639.6875.29
HexD9ACA701517F6284b
Octal3312542470252717650113
Binary1101100110101100101001110101011011111111101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACA7; }

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

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

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

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

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

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

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

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