Color Hex Logo

#daa04d Color Hex

#DAA04D
(218,160,77)
0 Favorites   0 Comments

Color spaces of #daa04d

RGB 21816077
HSL0.100.660.58
HSV35°65°85°
CMYK 0.000.270.65   0.15
XYZ42.823840.582912.5974
Yxy40.58290.44610.4227
Hunter Lab63.70478.508632.8689
CIE-Lab69.882713.127850.6187

#daa04d color RGB value is (218,160,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01001101
Octal 332 240 115
Decimal 218 160 77
Hex DA A0 4D

RGB Percentages of Color #daa04d

%47.91
%35.16
%16.92

CMYK Percentages of Color #daa04d

%0
%27
%65
%15

Triadic Colors of #daa04d

#daa04d #4ddaa0 #a04dda

Analogous Colors of #daa04d

#daa04d #ceda4d #da594d

Monochromatic Colors of #daa04d

#daa04d

Complementary Color

#daa04d #4d87da

#daa04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa04d Color CSS Codes

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

#daa04d Text Font Color

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

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


#daa04d Background Color

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

This div background color is #daa04d


#daa04d Border Color

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

This div border color is #daa04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa04d


Comments

No comments written yet.

Please login to write comment.