Color Hex Logo

#daaa4a Color Hex

#DAAA4A
(218,170,74)
0 Favorites   0 Comments

Color spaces of #daaa4a

RGB 21817074
HSL0.110.660.57
HSV40°66°85°
CMYK 0.000.220.66   0.15
XYZ44.524244.149312.6536
Yxy44.14930.43940.4357
Hunter Lab66.44493.332735.2204
CIE-Lab72.32827.594654.6904

#daaa4a color RGB value is (218,170,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01001010
Octal 332 252 112
Decimal 218 170 74
Hex DA AA 4A

RGB Percentages of Color #daaa4a

%47.19
%36.80
%16.02

CMYK Percentages of Color #daaa4a

%0
%22
%66
%15

Triadic Colors of #daaa4a

#daaa4a #4adaaa #aa4ada

Analogous Colors of #daaa4a

#daaa4a #c2da4a #da624a

Monochromatic Colors of #daaa4a

#daaa4a

Complementary Color

#daaa4a #4a7ada

#daaa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa4a Color CSS Codes

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

#daaa4a Text Font Color

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

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


#daaa4a Background Color

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

This div background color is #daaa4a


#daaa4a Border Color

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

This div border color is #daaa4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa4a


Comments

No comments written yet.

Please login to write comment.