Color Hex Logo

#daa485 Color Hex

#DAA485
(218,164,133)
0 Favorites   0 Comments

Color spaces of #daa485

RGB 218164133
HSL0.060.530.69
HSV22°39°85°
CMYK 0.000.250.39   0.15
XYZ46.422543.149828.0723
Yxy43.14980.39460.3668
Hunter Lab65.688511.192220.6441
CIE-Lab71.656515.931823.8395

#daa485 color RGB value is (218,164,133).

#daa485 hex color red value is 218, green value is 164 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #daa485 hue: 0.06 , saturation: 0.53 and the lightness value of daa485 is 0.69.

The process color (four color CMYK) of #daa485 color hex is 0.00, 0.25, 0.39, 0.15. Web safe color of #daa485 is #cc9999. Color #daa485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10000101
Octal 332 244 205
Decimal 218 164 133
Hex DA A4 85

RGB Percentages of Color #daa485

%42.33
%31.84
%25.83

CMYK Percentages of Color #daa485

%0
%25
%39
%15

Triadic Colors of #daa485

#daa485 #85daa4 #a485da

Analogous Colors of #daa485

#daa485 #dacf85 #da8591

Monochromatic Colors of #daa485

#daa485

Complementary Color

#daa485 #85bbda

#daa485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa485 Color CSS Codes

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

#daa485 Text Font Color

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

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


#daa485 Background Color

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

This div background color is #daa485


#daa485 Border Color

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

This div border color is #daa485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa485


Comments

No comments written yet.

Please login to write comment.