#D4B6AF

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

Shades of Oyster Pink #D4B6AF

Tints of Oyster Pink #D4B6AF

Color information

#D4B6AF (or 0xD4B6AF) is unknown color: approx Oyster Pink. HEX triplet: D4, B6 and AF. RGB value is (212,182,175). Sum of RGB (Red+Green+Blue) = 212+182+175=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B6AF is #2B4950. Grayscale: #BEBEBE. Windows color (decimal): -2836817 or 11515604. OLE color: 11515604.

HSL color Cylindrical-coordinate representation of color #D4B6AF: hue angle of 11.35º 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 #D4B6AF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212182175-
CMYK00.140.170.17
HSL11.35º30.08%75.88%-
HSV(B)11.35º17.45%83.14%-
XYZ51.6250.5547.59-
YUV190.17119.44143.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=37.26%
G=31.99%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218217500.140.170.1711.3530.0875.88
HexD4B6AF0E1111b1e4c
Octal32426625701621211336114
Binary1101010010110110101011110111010001100011011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B6AF; }

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

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

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

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

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

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

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

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