#D7B0AA

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

Shades of Oyster Pink #D7B0AA

Tints of Oyster Pink #D7B0AA

Color information

#D7B0AA (or 0xD7B0AA) is unknown color: approx Oyster Pink. HEX triplet: D7, B0 and AA. RGB value is (215,176,170). Sum of RGB (Red+Green+Blue) = 215+176+170=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0AA is #284F55. Grayscale: #BBBBBB. Windows color (decimal): -2641750 or 11186391. OLE color: 11186391.

HSL color Cylindrical-coordinate representation of color #D7B0AA: hue angle of 8º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7B0AA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215176170-
CMYK00.180.210.16
HSL36%75.49%-
HSV(B)20.93%84.31%-
XYZ50.8148.444.69-
YUV186.98118.42147.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=38.32%
G=31.37%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517617000.180.210.1683675.49
HexD7B0AA01215108244b
Octal32726025202225201044113
Binary110101111011000010101010010010101011000010001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0AA; }

 p { color: rgb(215,176,170); }

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

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

 a { background-color: rgb(215,176,170); }

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

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

 span { border-color: rgb(215,176,170); }

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