Color Hex Logo

#daa147 Color Hex

#DAA147
(218,161,71)
0 Favorites   0 Comments

Color spaces of #daa147

RGB 21816171
HSL0.100.670.57
HSV37°67°85°
CMYK 0.000.260.67   0.15
XYZ42.795640.850111.5905
Yxy40.85010.44940.4289
Hunter Lab63.91417.670433.9879
CIE-Lab70.070812.233053.6119

#daa147 color RGB value is (218,161,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01000111
Octal 332 241 107
Decimal 218 161 71
Hex DA A1 47

RGB Percentages of Color #daa147

%48.44
%35.78
%15.78

CMYK Percentages of Color #daa147

%0
%26
%67
%15

Triadic Colors of #daa147

#daa147 #47daa1 #a147da

Analogous Colors of #daa147

#daa147 #cada47 #da5847

Monochromatic Colors of #daa147

#daa147

Complementary Color

#daa147 #4780da

#daa147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa147 Color CSS Codes

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

#daa147 Text Font Color

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

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


#daa147 Background Color

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

This div background color is #daa147


#daa147 Border Color

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

This div border color is #daa147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa147


Comments

No comments written yet.

Please login to write comment.