Color Hex Logo

#daa486 Color Hex

#DAA486
(218,164,134)
0 Favorites   0 Comments

Color spaces of #daa486

RGB 218164134
HSL0.060.530.69
HSV21°39°85°
CMYK 0.000.250.39   0.15
XYZ46.492043.177628.4380
Yxy43.17760.39360.3656
Hunter Lab65.709711.303420.3371
CIE-Lab71.675316.047023.3216

#daa486 color RGB value is (218,164,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10000110
Octal 332 244 206
Decimal 218 164 134
Hex DA A4 86

RGB Percentages of Color #daa486

%42.25
%31.78
%25.97

CMYK Percentages of Color #daa486

%0
%25
%39
%15

Triadic Colors of #daa486

#daa486 #86daa4 #a486da

Analogous Colors of #daa486

#daa486 #dace86 #da8692

Monochromatic Colors of #daa486

#daa486

Complementary Color

#daa486 #86bcda

#daa486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa486 Color CSS Codes

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

#daa486 Text Font Color

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

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


#daa486 Background Color

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

This div background color is #daa486


#daa486 Border Color

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

This div border color is #daa486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa486


Comments

No comments written yet.

Please login to write comment.