Color Hex Logo

#daa974 Color Hex

#DAA974
(218,169,116)
0 Favorites   0 Comments

Color spaces of #daa974

RGB 218169116
HSL0.090.580.65
HSV31°47°85°
CMYK 0.000.220.47   0.15
XYZ46.253844.542322.6827
Yxy44.54230.40760.3925
Hunter Lab66.74006.913426.5673
CIE-Lab72.589511.432834.1796

#daa974 color RGB value is (218,169,116).

#daa974 hex color red value is 218, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #daa974 hue: 0.09 , saturation: 0.58 and the lightness value of daa974 is 0.65.

The process color (four color CMYK) of #daa974 color hex is 0.00, 0.22, 0.47, 0.15. Web safe color of #daa974 is #cc9966. Color #daa974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01110100
Octal 332 251 164
Decimal 218 169 116
Hex DA A9 74

RGB Percentages of Color #daa974

%43.34
%33.60
%23.06

CMYK Percentages of Color #daa974

%0
%22
%47
%15

Triadic Colors of #daa974

#daa974 #74daa9 #a974da

Analogous Colors of #daa974

#daa974 #d8da74 #da7674

Monochromatic Colors of #daa974

#daa974

Complementary Color

#daa974 #74a5da

#daa974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa974 Color CSS Codes

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

#daa974 Text Font Color

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

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


#daa974 Background Color

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

This div background color is #daa974


#daa974 Border Color

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

This div border color is #daa974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa974


Comments

No comments written yet.

Please login to write comment.