#DAB6AD

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

Shades of Oyster Pink #DAB6AD

Tints of Oyster Pink #DAB6AD

Color information

#DAB6AD (or 0xDAB6AD) is unknown color: approx Oyster Pink. HEX triplet: DA, B6 and AD. RGB value is (218,182,173). Sum of RGB (Red+Green+Blue) = 218+182+173=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AD is #254952. Grayscale: #BFBFBF. Windows color (decimal): -2443603 or 11384538. OLE color: 11384538.

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

Color convert

RGB218182173-
CMYK00.170.210.15
HSL12º37.82%76.67%-
HSV(B)12º20.64%85.49%-
XYZ53.1851.3846.65-
YUV191.74117.43146.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=38.05%
G=31.76%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818217300.170.210.151237.8276.67
HexDAB6AD01115Fc264d
Octal33226625502125171446115
Binary11011010101101101010110101000110101111111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6AD; }

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

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

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

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

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

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

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

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