#D7B3AC

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

Shades of Oyster Pink #D7B3AC

Tints of Oyster Pink #D7B3AC

Color information

#D7B3AC (or 0xD7B3AC) is unknown color: approx Oyster Pink. HEX triplet: D7, B3 and AC. RGB value is (215,179,172). Sum of RGB (Red+Green+Blue) = 215+179+172=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B3AC is #284C53. Grayscale: #BDBDBD. Windows color (decimal): -2640980 or 11318231. OLE color: 11318231.

HSL color Cylindrical-coordinate representation of color #D7B3AC: hue angle of 9.77º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B3AC is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215179172-
CMYK00.170.20.16
HSL9.77º34.96%75.88%-
HSV(B)9.77º20%84.31%-
XYZ51.5949.6745.9-
YUV188.97118.43146.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=37.99%
G=31.63%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517917200.170.20.169.7734.9675.88
HexD7B3AC0111410a234c
Octal32726325402124201243114
Binary110101111011001110101100010001101001000010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3AC; }

 p { color: rgb(215,179,172); }

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

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

 a { background-color: rgb(215,179,172); }

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

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

 span { border-color: rgb(215,179,172); }

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