Color Hex Logo

#daa080 Color Hex

#DAA080
(218,160,128)
0 Favorites   0 Comments

Color spaces of #daa080

RGB 218160128
HSL0.060.550.68
HSV21°41°85°
CMYK 0.000.270.41   0.15
XYZ45.380541.605626.0609
Yxy41.60560.40140.3680
Hunter Lab64.502412.704021.1967
CIE-Lab70.598117.525325.1305

#daa080 color RGB value is (218,160,128).

#daa080 hex color red value is 218, green value is 160 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #daa080 hue: 0.06 , saturation: 0.55 and the lightness value of daa080 is 0.68.

The process color (four color CMYK) of #daa080 color hex is 0.00, 0.27, 0.41, 0.15. Web safe color of #daa080 is #cc9999. Color #daa080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10000000
Octal 332 240 200
Decimal 218 160 128
Hex DA A0 80

RGB Percentages of Color #daa080

%43.08
%31.62
%25.30

CMYK Percentages of Color #daa080

%0
%27
%41
%15

Triadic Colors of #daa080

#daa080 #80daa0 #a080da

Analogous Colors of #daa080

#daa080 #dacd80 #da808d

Monochromatic Colors of #daa080

#daa080

Complementary Color

#daa080 #80bada

#daa080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa080 Color CSS Codes

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

#daa080 Text Font Color

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

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


#daa080 Background Color

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

This div background color is #daa080


#daa080 Border Color

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

This div border color is #daa080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa080


Comments

No comments written yet.

Please login to write comment.