#D3AAA7

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

Shades of Oyster Pink #D3AAA7

Tints of Oyster Pink #D3AAA7

Color information

#D3AAA7 (or 0xD3AAA7) is unknown color: approx Oyster Pink. HEX triplet: D3, AA and A7. RGB value is (211,170,167). Sum of RGB (Red+Green+Blue) = 211+170+167=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAA7 is #2C5558. Grayscale: #B5B5B5. Windows color (decimal): -2905433 or 10988243. OLE color: 10988243.

HSL color Cylindrical-coordinate representation of color #D3AAA7: hue angle of 4.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AAA7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB211170167-
CMYK00.190.210.17
HSL4.09º33.33%74.12%-
HSV(B)4.09º20.85%82.75%-
XYZ48.2145.3942.78-
YUV181.92119.58148.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=38.50%
G=31.02%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117016700.190.210.174.0933.3374.12
HexD3AAA701315114214a
Octal3232522470232521441112
Binary11010011101010101010011101001110101100011001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAA7; }

 p { color: rgb(211,170,167); }

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

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

 a { background-color: rgb(211,170,167); }

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

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

 span { border-color: rgb(211,170,167); }

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