Color Hex Logo

#daa747 Color Hex

#DAA747
(218,167,71)
0 Favorites   0 Comments

Color spaces of #daa747

RGB 21816771
HSL0.110.670.57
HSV39°67°85°
CMYK 0.000.230.67   0.15
XYZ43.869542.997811.9485
Yxy42.99780.44400.4351
Hunter Lab65.57274.668035.0972
CIE-Lab71.55359.021155.2023

#daa747 color RGB value is (218,167,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01000111
Octal 332 247 107
Decimal 218 167 71
Hex DA A7 47

RGB Percentages of Color #daa747

%47.81
%36.62
%15.57

CMYK Percentages of Color #daa747

%0
%23
%67
%15

Triadic Colors of #daa747

#daa747 #47daa7 #a747da

Analogous Colors of #daa747

#daa747 #c4da47 #da5e47

Monochromatic Colors of #daa747

#daa747

Complementary Color

#daa747 #477ada

#daa747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa747 Color CSS Codes

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

#daa747 Text Font Color

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

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


#daa747 Background Color

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

This div background color is #daa747


#daa747 Border Color

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

This div border color is #daa747


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,167,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 #daa747">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa747


Comments

No comments written yet.

Please login to write comment.