#D6B6AF

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

Shades of Oyster Pink #D6B6AF

Tints of Oyster Pink #D6B6AF

Color information

#D6B6AF (or 0xD6B6AF) is unknown color: approx Oyster Pink. HEX triplet: D6, B6 and AF. RGB value is (214,182,175). Sum of RGB (Red+Green+Blue) = 214+182+175=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6AF is #294950. Grayscale: #BEBEBE. Windows color (decimal): -2705745 or 11515606. OLE color: 11515606.

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

Color convert

RGB214182175-
CMYK00.150.180.16
HSL10.77º32.23%76.27%-
HSV(B)10.77º18.22%83.92%-
XYZ52.250.8547.62-
YUV190.77119.1144.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=37.48%
G=31.87%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418217500.150.180.1610.7732.2376.27
HexD6B6AF0F1210b204c
Octal32626625701722201340114
Binary11010110101101101010111101111100101000010111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6AF; }

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

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

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

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

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

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

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

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