#D4B3AF

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

Shades of Oyster Pink #D4B3AF

Tints of Oyster Pink #D4B3AF

Color information

#D4B3AF (or 0xD4B3AF) is unknown color: approx Oyster Pink. HEX triplet: D4, B3 and AF. RGB value is (212,179,175). Sum of RGB (Red+Green+Blue) = 212+179+175=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B3AF is #2B4C50. Grayscale: #BCBCBC. Windows color (decimal): -2837585 or 11514836. OLE color: 11514836.

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

Color convert

RGB212179175-
CMYK00.160.170.17
HSL6.49º30.08%75.88%-
HSV(B)6.49º17.45%83.14%-
XYZ51.0149.3347.39-
YUV188.41120.43144.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=37.46%
G=31.63%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217917500.160.170.176.4930.0875.88
HexD4B3AF010111161e4c
Octal3242632570202121636114
Binary1101010010110011101011110100001000110001110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B3AF; }

 p { color: rgb(212,179,175); }

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

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

 a { background-color: rgb(212,179,175); }

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

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

 span { border-color: rgb(212,179,175); }

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