#DAACA9

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

Shades of Oyster Pink #DAACA9

Tints of Oyster Pink #DAACA9

Color information

#DAACA9 (or 0xDAACA9) is unknown color: approx Oyster Pink. HEX triplet: DA, AC and A9. RGB value is (218,172,169). Sum of RGB (Red+Green+Blue) = 218+172+169=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACA9 is #255356. Grayscale: #B9B9B9. Windows color (decimal): -2446167 or 11119834. OLE color: 11119834.

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

Color convert

RGB218172169-
CMYK00.210.220.15
HSL3.67º39.84%75.88%-
HSV(B)3.67º22.48%85.49%-
XYZ50.8347.2843.98-
YUV185.41118.74151.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=39.00%
G=30.77%
B=30.23%

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
Decimal21817216900.210.220.153.6739.8475.88
HexDAACA901516F4284c
Octal3322542510252617450114
Binary1101101010101100101010010101011011011111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACA9; }

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

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

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

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

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

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

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

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