Color Hex Logo

#daa770 Color Hex

#DAA770
(218,167,112)
1 Favorites   0 Comments

Color spaces of #daa770

RGB 218167112
HSL0.090.590.65
HSV31°49°85°
CMYK 0.000.230.49   0.15
XYZ45.656843.712721.3603
Yxy43.71270.41230.3948
Hunter Lab66.11567.562827.1258
CIE-Lab72.036012.119035.5757

#daa770 color RGB value is (218,167,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01110000
Octal 332 247 160
Decimal 218 167 112
Hex DA A7 70

RGB Percentages of Color #daa770

%43.86
%33.60
%22.54

CMYK Percentages of Color #daa770

%0
%23
%49
%15

Triadic Colors of #daa770

#daa770 #70daa7 #a770da

Analogous Colors of #daa770

#daa770 #d8da70 #da7270

Monochromatic Colors of #daa770

#daa770

Complementary Color

#daa770 #70a3da

#daa770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa770 Color CSS Codes

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

#daa770 Text Font Color

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

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


#daa770 Background Color

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

This div background color is #daa770


#daa770 Border Color

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

This div border color is #daa770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa770


Comments

No comments written yet.

Please login to write comment.