Color Hex Logo

#daa470 Color Hex

#DAA470
(218,164,112)
0 Favorites   0 Comments

Color spaces of #daa470

RGB 218164112
HSL0.080.590.65
HSV29°49°85°
CMYK 0.000.250.49   0.15
XYZ45.113542.626221.1792
Yxy42.62620.41420.3914
Hunter Lab65.28879.085426.4689
CIE-Lab71.300513.729934.6369

#daa470 color RGB value is (218,164,112).

#daa470 hex color red value is 218, green value is 164 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #daa470 hue: 0.08 , saturation: 0.59 and the lightness value of daa470 is 0.65.

The process color (four color CMYK) of #daa470 color hex is 0.00, 0.25, 0.49, 0.15. Web safe color of #daa470 is #cc9966. Color #daa470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01110000
Octal 332 244 160
Decimal 218 164 112
Hex DA A4 70

RGB Percentages of Color #daa470

%44.13
%33.20
%22.67

CMYK Percentages of Color #daa470

%0
%25
%49
%15

Triadic Colors of #daa470

#daa470 #70daa4 #a470da

Analogous Colors of #daa470

#daa470 #dad970 #da7071

Monochromatic Colors of #daa470

#daa470

Complementary Color

#daa470 #70a6da

#daa470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa470 Color CSS Codes

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

#daa470 Text Font Color

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

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


#daa470 Background Color

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

This div background color is #daa470


#daa470 Border Color

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

This div border color is #daa470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa470

#daa470 Color Palettes


Comments

No comments written yet.

Please login to write comment.