#D9B7AE

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

Shades of Oyster Pink #D9B7AE

Tints of Oyster Pink #D9B7AE

Color information

#D9B7AE (or 0xD9B7AE) is unknown color: approx Oyster Pink. HEX triplet: D9, B7 and AE. RGB value is (217,183,174). Sum of RGB (Red+Green+Blue) = 217+183+174=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7AE is #264851. Grayscale: #C0C0C0. Windows color (decimal): -2508882 or 11450329. OLE color: 11450329.

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

Color convert

RGB217183174-
CMYK00.160.200.15
HSL12.56º36.13%76.67%-
HSV(B)12.56º19.82%85.1%-
XYZ53.1951.6747.22-
YUV192.14117.76145.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=37.80%
G=31.88%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718317400.160.200.1512.5636.1376.67
HexD9B7AE01014Fd244d
Octal33126725602024171544115
Binary11011001101101111010111001000010100111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7AE; }

 p { color: rgb(217,183,174); }

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

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

 a { background-color: rgb(217,183,174); }

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

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

 span { border-color: rgb(217,183,174); }

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