Color Hex Logo

#daa6af Color Hex

#DAA6AF
(218,166,175)
0 Favorites   0 Comments

Color spaces of #daa6af

RGB 218166175
HSL0.970.410.75
HSV350°24°85°
CMYK 0.000.240.20   0.15
XYZ50.287545.273046.6456
Yxy45.27300.35360.3184
Hunter Lab67.285215.65795.9967
CIE-Lab73.071320.47152.8017

#daa6af color RGB value is (218,166,175).

#daa6af hex color red value is 218, green value is 166 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #daa6af hue: 0.97 , saturation: 0.41 and the lightness value of daa6af is 0.75.

The process color (four color CMYK) of #daa6af color hex is 0.00, 0.24, 0.20, 0.15. Web safe color of #daa6af is #cc9999. Color #daa6af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10101111
Octal 332 246 257
Decimal 218 166 175
Hex DA A6 AF

RGB Percentages of Color #daa6af

%39.00
%29.70
%31.31

CMYK Percentages of Color #daa6af

%0
%24
%20
%15

Triadic Colors of #daa6af

#daa6af #afdaa6 #a6afda

Analogous Colors of #daa6af

#daa6af #dab7a6 #daa6c9

Monochromatic Colors of #daa6af

#daa6af

Complementary Color

#daa6af #a6dad1

#daa6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6af Color CSS Codes

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

#daa6af Text Font Color

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

This sample text font color is #daa6af
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.


#daa6af Background Color

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

This div background color is #daa6af


#daa6af Border Color

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

This div border color is #daa6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6af


Comments

No comments written yet.

Please login to write comment.