#D4ADA9

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

Shades of Oyster Pink #D4ADA9

Tints of Oyster Pink #D4ADA9

Color information

#D4ADA9 (or 0xD4ADA9) is unknown color: approx Oyster Pink. HEX triplet: D4, AD and A9. RGB value is (212,173,169). Sum of RGB (Red+Green+Blue) = 212+173+169=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA9 is #2B5256. Grayscale: #B8B8B8. Windows color (decimal): -2839127 or 11120084. OLE color: 11120084.

HSL color Cylindrical-coordinate representation of color #D4ADA9: hue angle of 5.58º 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 #D4ADA9 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212173169-
CMYK00.180.200.17
HSL5.58º33.33%74.71%-
HSV(B)5.58º20.28%83.14%-
XYZ49.2646.7543.96-
YUV184.2119.42147.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=38.27%
G=31.23%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217316900.180.200.175.5833.3374.71
HexD4ADA901214116214b
Octal3242552510222421641113
Binary11010100101011011010100101001010100100011101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADA9; }

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

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

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

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

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

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

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

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