#D4B4AD

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

Shades of Oyster Pink #D4B4AD

Tints of Oyster Pink #D4B4AD

Color information

#D4B4AD (or 0xD4B4AD) is unknown color: approx Oyster Pink. HEX triplet: D4, B4 and AD. RGB value is (212,180,173). Sum of RGB (Red+Green+Blue) = 212+180+173=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B4AD is #2B4B52. Grayscale: #BCBCBC. Windows color (decimal): -2837331 or 11384020. OLE color: 11384020.

HSL color Cylindrical-coordinate representation of color #D4B4AD: hue angle of 10.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4B4AD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212180173-
CMYK00.150.180.17
HSL10.77º31.2%75.49%-
HSV(B)10.77º18.4%83.14%-
XYZ51.0249.6646.43-
YUV188.77119.1144.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=37.52%
G=31.86%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218017300.150.180.1710.7731.275.49
HexD4B4AD0F1211b1f4b
Octal32426425501722211337113
Binary1101010010110100101011010111110010100011011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4AD; }

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

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

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

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

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

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

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

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