Color Hex Logo

#daa9bf Color Hex

#DAA9BF
(218,169,191)
0 Favorites   0 Comments

Color spaces of #daa9bf

RGB 218169191
HSL0.930.400.76
HSV333°22°85°
CMYK 0.000.220.12   0.15
XYZ52.505447.042955.6031
Yxy47.04290.33840.3032
Hunter Lab68.587816.6167-0.0540
CIE-Lab74.217221.3921-4.3143

#daa9bf color RGB value is (218,169,191).

#daa9bf hex color red value is 218, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #daa9bf hue: 0.93 , saturation: 0.40 and the lightness value of daa9bf is 0.76.

The process color (four color CMYK) of #daa9bf color hex is 0.00, 0.22, 0.12, 0.15. Web safe color of #daa9bf is #cc99cc. Color #daa9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10111111
Octal 332 251 277
Decimal 218 169 191
Hex DA A9 BF

RGB Percentages of Color #daa9bf

%37.72
%29.24
%33.04

CMYK Percentages of Color #daa9bf

%0
%22
%12
%15

Triadic Colors of #daa9bf

#daa9bf #bfdaa9 #a9bfda

Analogous Colors of #daa9bf

#daa9bf #daaca9 #daa9d8

Monochromatic Colors of #daa9bf

#daa9bf

Complementary Color

#daa9bf #a9dac4

#daa9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9bf Color CSS Codes

.mybgcolor {background-color:#daa9bf; } 
.myforecolor {color:#daa9bf; }
.mybordercolor {border:3px solid #daa9bf; }

#daa9bf Text Font Color

<p style="color:#daa9bf">Text here</p>

This sample text font color is #daa9bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#daa9bf Background Color

<div style="background-color:#daa9bf">
Div content here</div>

This div background color is #daa9bf


#daa9bf Border Color

<div style="border:3px solid #daa9bf">
Div here</div>

This div border color is #daa9bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,169,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daa9bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daa9bf;
  -webkit-box-shadow: 1px 1px 3px 2px #daa9bf;
  box-shadow:         1px 1px 3px 2px #daa9bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,169,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daa9bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #daa9bf;
  -webkit-box-shadow: 1px 1px 3px 2px #daa9bf;
  box-shadow:         1px 1px 3px 2px #daa9bf;">
Div content here</div>

This div box has shadow with color #daa9bf


Comments

No comments written yet.

Please login to write comment.