Color Hex Logo

#daa547 Color Hex

#DAA547
(218,165,71)
0 Favorites   0 Comments

Color spaces of #daa547

RGB 21816571
HSL0.110.670.57
HSV38°67°85°
CMYK 0.000.240.67   0.15
XYZ43.505942.270611.8273
Yxy42.27060.44570.4331
Hunter Lab65.01585.667134.7254
CIE-Lab71.057110.090254.6713

#daa547 color RGB value is (218,165,71).

#daa547 hex color red value is 218, green value is 165 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #daa547 hue: 0.11 , saturation: 0.67 and the lightness value of daa547 is 0.57.

The process color (four color CMYK) of #daa547 color hex is 0.00, 0.24, 0.67, 0.15. Web safe color of #daa547 is #cc9933. Color #daa547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01000111
Octal 332 245 107
Decimal 218 165 71
Hex DA A5 47

RGB Percentages of Color #daa547

%48.02
%36.34
%15.64

CMYK Percentages of Color #daa547

%0
%24
%67
%15

Triadic Colors of #daa547

#daa547 #47daa5 #a547da

Analogous Colors of #daa547

#daa547 #c6da47 #da5b47

Monochromatic Colors of #daa547

#daa547

Complementary Color

#daa547 #477cda

#daa547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa547 Color CSS Codes

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

#daa547 Text Font Color

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

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


#daa547 Background Color

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

This div background color is #daa547


#daa547 Border Color

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

This div border color is #daa547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa547


Comments

No comments written yet.

Please login to write comment.