#DAB3AD

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

Shades of Oyster Pink #DAB3AD

Tints of Oyster Pink #DAB3AD

Color information

#DAB3AD (or 0xDAB3AD) is unknown color: approx Oyster Pink. HEX triplet: DA, B3 and AD. RGB value is (218,179,173). Sum of RGB (Red+Green+Blue) = 218+179+173=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB3AD is #254C52. Grayscale: #BEBEBE. Windows color (decimal): -2444371 or 11383770. OLE color: 11383770.

HSL color Cylindrical-coordinate representation of color #DAB3AD: hue angle of 8º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB3AD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218179173-
CMYK00.180.210.15
HSL37.82%76.67%-
HSV(B)20.64%85.49%-
XYZ52.5850.1646.45-
YUV189.98118.42147.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=38.25%
G=31.40%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817917300.180.210.15837.8276.67
HexDAB3AD01215F8264d
Octal33226325502225171046115
Binary11011010101100111010110101001010101111110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3AD; }

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

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

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

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

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

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

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

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