Color Hex Logo

#daac4a Color Hex

#DAAC4A
(218,172,74)
0 Favorites   0 Comments

Color spaces of #daac4a

RGB 21817274
HSL0.110.660.57
HSV41°66°85°
CMYK 0.000.210.66   0.15
XYZ44.902044.904912.7795
Yxy44.90490.43770.4377
Hunter Lab67.01112.337735.6008
CIE-Lab72.82926.530255.2316

#daac4a color RGB value is (218,172,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01001010
Octal 332 254 112
Decimal 218 172 74
Hex DA AC 4A

RGB Percentages of Color #daac4a

%46.98
%37.07
%15.95

CMYK Percentages of Color #daac4a

%0
%21
%66
%15

Triadic Colors of #daac4a

#daac4a #4adaac #ac4ada

Analogous Colors of #daac4a

#daac4a #c0da4a #da644a

Monochromatic Colors of #daac4a

#daac4a

Complementary Color

#daac4a #4a78da

#daac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac4a Color CSS Codes

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

#daac4a Text Font Color

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

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


#daac4a Background Color

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

This div background color is #daac4a


#daac4a Border Color

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

This div border color is #daac4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,172,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 #daac4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac4a


Comments

No comments written yet.

Please login to write comment.