#D9B4AF

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

Shades of Oyster Pink #D9B4AF

Tints of Oyster Pink #D9B4AF

Color information

#D9B4AF (or 0xD9B4AF) is unknown color: approx Oyster Pink. HEX triplet: D9, B4 and AF. RGB value is (217,180,175). Sum of RGB (Red+Green+Blue) = 217+180+175=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4AF is #264B50. Grayscale: #BEBEBE. Windows color (decimal): -2509649 or 11515097. OLE color: 11515097.

HSL color Cylindrical-coordinate representation of color #D9B4AF: hue angle of 7.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B4AF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217180175-
CMYK00.170.190.15
HSL7.14º35.59%76.86%-
HSV(B)7.14º19.35%85.1%-
XYZ52.6750.4947.53-
YUV190.49119.26146.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=37.94%
G=31.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718017500.170.190.157.1435.5976.86
HexD9B4AF01113F7244d
Octal3312642570212317744115
Binary1101100110110100101011110100011001111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4AF; }

 p { color: rgb(217,180,175); }

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

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

 a { background-color: rgb(217,180,175); }

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

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

 span { border-color: rgb(217,180,175); }

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