#D3B3AD

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

Shades of Oyster Pink #D3B3AD

Tints of Oyster Pink #D3B3AD

Color information

#D3B3AD (or 0xD3B3AD) is unknown color: approx Oyster Pink. HEX triplet: D3, B3 and AD. RGB value is (211,179,173). Sum of RGB (Red+Green+Blue) = 211+179+173=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B3AD is #2C4C52. Grayscale: #BBBBBB. Windows color (decimal): -2903123 or 11383763. OLE color: 11383763.

HSL color Cylindrical-coordinate representation of color #D3B3AD: hue angle of 9.47º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B3AD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211179173-
CMYK00.150.180.17
HSL9.47º30.16%75.29%-
HSV(B)9.47º18.01%82.75%-
XYZ50.5349.1146.35-
YUV187.88119.6144.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=37.48%
G=31.79%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117917300.150.180.179.4730.1675.29
HexD3B3AD0F121191e4b
Octal32326325501722211136113
Binary1101001110110011101011010111110010100011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B3AD; }

 p { color: rgb(211,179,173); }

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

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

 a { background-color: rgb(211,179,173); }

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

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

 span { border-color: rgb(211,179,173); }

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