#D4ACA9

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

Shades of Oyster Pink #D4ACA9

Tints of Oyster Pink #D4ACA9

Color information

#D4ACA9 (or 0xD4ACA9) is unknown color: approx Oyster Pink. HEX triplet: D4, AC and A9. RGB value is (212,172,169). Sum of RGB (Red+Green+Blue) = 212+172+169=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACA9 is #2B5356. Grayscale: #B7B7B7. Windows color (decimal): -2839383 or 11119828. OLE color: 11119828.

HSL color Cylindrical-coordinate representation of color #D4ACA9: hue angle of 4.19º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ACA9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212172169-
CMYK00.190.200.17
HSL4.19º33.33%74.71%-
HSV(B)4.19º20.28%83.14%-
XYZ49.0746.3743.9-
YUV183.62119.75148.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=38.34%
G=31.10%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217216900.190.200.174.1933.3374.71
HexD4ACA901314114214b
Octal3242542510232421441113
Binary11010100101011001010100101001110100100011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACA9; }

 p { color: rgb(212,172,169); }

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

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

 a { background-color: rgb(212,172,169); }

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

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

 span { border-color: rgb(212,172,169); }

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