Html Css Color HEX #DAB5AD Oyster Pink

📋 copy color: '#DAB5AD'

red 218 ◦ green 181 ◦ blue 173

#DAB5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #DAB5AD

Tints of Oyster Pink #DAB5AD

RGB

 RED value IS 218 (85.55% from 255) = 38.11%

 GREEN value IS 181 (71.09% from 255) = 31.64%

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 38.11%
G = 31.64%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAB5AD (or 0xDAB5AD) is known color: Oyster Pink. HEX triplet: DA, B5 and AD. RGB value is (218,181,173). Sum of RGB (Red+Green+Blue) = 218+181+173=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5AD is #254A52. Grayscale: #BFBFBF. Windows color (decimal): -2443859 or 11384282. OLE color: 11384282.

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

Color convert

RGB 218 181 173 -
CMYK 0 0.17 0.21 0.15
HSL 10.67º 0.38% 0.77% -
HSV(B) 10.67º 0.21% 0.85% -
XYZ 52.98 50.97 46.58 -
YUV 191.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 218 181 173 0 0.17 0.21 0.15 10.67 0.38 0.77
Hex DA B5 AD 0 11 15 F B 26 4D
Octal 332 265 255 0 21 25 17 13 46 115
Binary 11011010 10110101 10101101 0 10001 10101 1111 1011 100110 1001101

Color Harmonies of #DAB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5AD

Black with #DAB5AD

Text Example


Text Example

White with #DAB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5AD; }

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

 H1.HeaderClassName
 {
   color: #DAB5AD;
 }
 .AnyTagClassName
 {
   color: #DAB5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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