Color Hex Logo

#daa074 Color Hex

#DAA074
(218,160,116)
0 Favorites   0 Comments

Color spaces of #daa074

RGB 218160116
HSL0.070.580.65
HSV26°47°85°
CMYK 0.000.270.47   0.15
XYZ44.636641.308022.1436
Yxy41.30800.41300.3822
Hunter Lab64.271311.494024.5625
CIE-Lab70.391216.270331.3362

#daa074 color RGB value is (218,160,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01110100
Octal 332 240 164
Decimal 218 160 116
Hex DA A0 74

RGB Percentages of Color #daa074

%44.13
%32.39
%23.48

CMYK Percentages of Color #daa074

%0
%27
%47
%15

Triadic Colors of #daa074

#daa074 #74daa0 #a074da

Analogous Colors of #daa074

#daa074 #dad374 #da747b

Monochromatic Colors of #daa074

#daa074

Complementary Color

#daa074 #74aeda

#daa074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa074 Color CSS Codes

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

#daa074 Text Font Color

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

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


#daa074 Background Color

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

This div background color is #daa074


#daa074 Border Color

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

This div border color is #daa074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa074


Comments

No comments written yet.

Please login to write comment.