Color Hex Logo

#daa56f Color Hex

#DAA56F
(218,165,111)
0 Favorites   0 Comments

Color spaces of #daa56f

RGB 218165111
HSL0.080.590.65
HSV30°49°85°
CMYK 0.000.240.49   0.15
XYZ45.237842.963420.9474
Yxy42.96340.41450.3936
Hunter Lab65.54658.487926.9346
CIE-Lab71.530113.098135.4571

#daa56f color RGB value is (218,165,111).

#daa56f hex color red value is 218, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daa56f hue: 0.08 , saturation: 0.59 and the lightness value of daa56f is 0.65.

The process color (four color CMYK) of #daa56f color hex is 0.00, 0.24, 0.49, 0.15. Web safe color of #daa56f is #cc9966. Color #daa56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01101111
Octal 332 245 157
Decimal 218 165 111
Hex DA A5 6F

RGB Percentages of Color #daa56f

%44.13
%33.40
%22.47

CMYK Percentages of Color #daa56f

%0
%24
%49
%15

Triadic Colors of #daa56f

#daa56f #6fdaa5 #a56fda

Analogous Colors of #daa56f

#daa56f #dada6f #da706f

Monochromatic Colors of #daa56f

#daa56f

Complementary Color

#daa56f #6fa4da

#daa56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa56f Color CSS Codes

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

#daa56f Text Font Color

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

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


#daa56f Background Color

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

This div background color is #daa56f


#daa56f Border Color

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

This div border color is #daa56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa56f


Comments

No comments written yet.

Please login to write comment.