#D4ABA9

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

Shades of Oyster Pink #D4ABA9

Tints of Oyster Pink #D4ABA9

Color information

#D4ABA9 (or 0xD4ABA9) is unknown color: approx Oyster Pink. HEX triplet: D4, AB and A9. RGB value is (212,171,169). Sum of RGB (Red+Green+Blue) = 212+171+169=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABA9 is #2B5456. Grayscale: #B7B7B7. Windows color (decimal): -2839639 or 11119572. OLE color: 11119572.

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

Color convert

RGB212171169-
CMYK00.190.200.17
HSL2.79º33.33%74.71%-
HSV(B)2.79º20.28%83.14%-
XYZ48.8845.9943.84-
YUV183.03120.08148.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 169 (66.41% from 255) = 30.62%
R=38.41%
G=30.98%
B=30.62%

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
Decimal21217116900.190.200.172.7933.3374.71
HexD4ABA901314113214b
Octal3242532510232421341113
Binary1101010010101011101010010100111010010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABA9; }

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

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

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

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

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

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

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

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