#D5B3AC

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

Shades of Oyster Pink #D5B3AC

Tints of Oyster Pink #D5B3AC

Color information

#D5B3AC (or 0xD5B3AC) is unknown color: approx Oyster Pink. HEX triplet: D5, B3 and AC. RGB value is (213,179,172). Sum of RGB (Red+Green+Blue) = 213+179+172=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AC is #2A4C53. Grayscale: #BCBCBC. Windows color (decimal): -2772052 or 11318229. OLE color: 11318229.

HSL color Cylindrical-coordinate representation of color #D5B3AC: hue angle of 10.24º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B3AC is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213179172-
CMYK00.160.190.16
HSL10.24º32.8%75.49%-
HSV(B)10.24º19.25%83.53%-
XYZ51.0149.3645.87-
YUV188.37118.76145.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=37.77%
G=31.74%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317917200.160.190.1610.2432.875.49
HexD5B3AC0101310a214b
Octal32526325402023201241113
Binary110101011011001110101100010000100111000010101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B3AC; }

 p { color: rgb(213,179,172); }

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

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

 a { background-color: rgb(213,179,172); }

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

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

 span { border-color: rgb(213,179,172); }

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