Color Hex Logo

#daa942 Color Hex

#DAA942
(218,169,66)
0 Favorites   0 Comments

Color spaces of #daa942

RGB 21816966
HSL0.110.670.56
HSV41°70°85°
CMYK 0.000.220.70   0.15
XYZ44.084843.674711.2608
Yxy43.67470.44520.4411
Hunter Lab66.08683.420736.1581
CIE-Lab72.01057.682257.8637

#daa942 color RGB value is (218,169,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01000010
Octal 332 251 102
Decimal 218 169 66
Hex DA A9 42

RGB Percentages of Color #daa942

%48.12
%37.31
%14.57

CMYK Percentages of Color #daa942

%0
%22
%70
%15

Triadic Colors of #daa942

#daa942 #42daa9 #a942da

Analogous Colors of #daa942

#daa942 #bfda42 #da5d42

Monochromatic Colors of #daa942

#daa942

Complementary Color

#daa942 #4273da

#daa942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa942 Color CSS Codes

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

#daa942 Text Font Color

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

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


#daa942 Background Color

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

This div background color is #daa942


#daa942 Border Color

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

This div border color is #daa942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa942


Comments

No comments written yet.

Please login to write comment.