Color Hex Logo

#daaa4e Color Hex

#DAAA4E
(218,170,78)
0 Favorites   0 Comments

Color spaces of #daaa4e

RGB 21817078
HSL0.110.650.58
HSV39°64°85°
CMYK 0.000.220.64   0.15
XYZ44.663344.204913.3861
Yxy44.20490.43680.4323
Hunter Lab66.48683.557734.6036
CIE-Lab72.36527.838952.9062

#daaa4e color RGB value is (218,170,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01001110
Octal 332 252 116
Decimal 218 170 78
Hex DA AA 4E

RGB Percentages of Color #daaa4e

%46.78
%36.48
%16.74

CMYK Percentages of Color #daaa4e

%0
%22
%64
%15

Triadic Colors of #daaa4e

#daaa4e #4edaaa #aa4eda

Analogous Colors of #daaa4e

#daaa4e #c4da4e #da644e

Monochromatic Colors of #daaa4e

#daaa4e

Complementary Color

#daaa4e #4e7eda

#daaa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa4e Color CSS Codes

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

#daaa4e Text Font Color

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

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


#daaa4e Background Color

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

This div background color is #daaa4e


#daaa4e Border Color

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

This div border color is #daaa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa4e


Comments

No comments written yet.

Please login to write comment.