#DCAAA9

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

Shades of Oyster Pink #DCAAA9

Tints of Oyster Pink #DCAAA9

Color information

#DCAAA9 (or 0xDCAAA9) is unknown color: approx Oyster Pink. HEX triplet: DC, AA and A9. RGB value is (220,170,169). Sum of RGB (Red+Green+Blue) = 220+170+169=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAA9 is #235556. Grayscale: #B8B8B8. Windows color (decimal): -2315607 or 11119324. OLE color: 11119324.

HSL color Cylindrical-coordinate representation of color #DCAAA9: hue angle of 1.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAA9 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220170169-
CMYK00.230.230.14
HSL1.18º42.15%76.27%-
HSV(B)1.18º23.18%86.27%-
XYZ51.0546.8343.88-
YUV184.84119.06153.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=39.36%
G=30.41%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017016900.230.230.141.1842.1576.27
HexDCAAA901717E12a4c
Octal3342522510272716152114
Binary11011100101010101010100101011110111111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAA9; }

 p { color: rgb(220,170,169); }

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

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

 a { background-color: rgb(220,170,169); }

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

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

 span { border-color: rgb(220,170,169); }

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