#DDA9A9

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

Shades of Oyster Pink #DDA9A9

Tints of Oyster Pink #DDA9A9

Color information

#DDA9A9 (or 0xDDA9A9) is unknown color: approx Oyster Pink. HEX triplet: DD, A9 and A9. RGB value is (221,169,169). Sum of RGB (Red+Green+Blue) = 221+169+169=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA9A9 is #225656. Grayscale: #B8B8B8. Windows color (decimal): -2250327 or 11119069. OLE color: 11119069.

HSL color Cylindrical-coordinate representation of color #DDA9A9: hue angle of 0º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9A9 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221169169-
CMYK00.240.240.13
HSL43.33%76.47%-
HSV(B)23.53%86.67%-
XYZ51.1746.6143.84-
YUV184.55119.23154-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116916900.240.240.13043.3376.47
HexDDA9A901818D02b4c
Octal3352512510303015053114
Binary11011101101010011010100101100011000110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9A9; }

 p { color: rgb(221,169,169); }

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

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

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

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

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

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

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