Color Hex Logo

#daa946 Color Hex

#DAA946
(218,169,70)
0 Favorites   0 Comments

Color spaces of #daa946

RGB 21816970
HSL0.110.670.56
HSV40°68°85°
CMYK 0.000.220.68   0.15
XYZ44.206943.723611.9039
Yxy43.72360.44280.4380
Hunter Lab66.12383.619035.6130
CIE-Lab72.04347.897656.1662

#daa946 color RGB value is (218,169,70).

#daa946 hex color red value is 218, green value is 169 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #daa946 hue: 0.11 , saturation: 0.67 and the lightness value of daa946 is 0.56.

The process color (four color CMYK) of #daa946 color hex is 0.00, 0.22, 0.68, 0.15. Web safe color of #daa946 is #cc9933. Color #daa946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01000110
Octal 332 251 106
Decimal 218 169 70
Hex DA A9 46

RGB Percentages of Color #daa946

%47.70
%36.98
%15.32

CMYK Percentages of Color #daa946

%0
%22
%68
%15

Triadic Colors of #daa946

#daa946 #46daa9 #a946da

Analogous Colors of #daa946

#daa946 #c1da46 #da5f46

Monochromatic Colors of #daa946

#daa946

Complementary Color

#daa946 #4677da

#daa946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa946 Color CSS Codes

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

#daa946 Text Font Color

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

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


#daa946 Background Color

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

This div background color is #daa946


#daa946 Border Color

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

This div border color is #daa946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa946


Comments

No comments written yet.

Please login to write comment.