Color Hex Logo

#daa879 Color Hex

#DAA879
(218,168,121)
0 Favorites   0 Comments

Color spaces of #daa879

RGB 218168121
HSL0.080.570.66
HSV29°44°85°
CMYK 0.000.230.44   0.15
XYZ46.367344.291224.1944
Yxy44.29120.40370.3856
Hunter Lab66.55167.897725.0317
CIE-Lab72.422712.473131.3146

#daa879 color RGB value is (218,168,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01111001
Octal 332 250 171
Decimal 218 168 121
Hex DA A8 79

RGB Percentages of Color #daa879

%43.00
%33.14
%23.87

CMYK Percentages of Color #daa879

%0
%23
%44
%15

Triadic Colors of #daa879

#daa879 #79daa8 #a879da

Analogous Colors of #daa879

#daa879 #dad979 #da797b

Monochromatic Colors of #daa879

#daa879

Complementary Color

#daa879 #79abda

#daa879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa879 Color CSS Codes

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

#daa879 Text Font Color

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

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


#daa879 Background Color

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

This div background color is #daa879


#daa879 Border Color

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

This div border color is #daa879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa879


Comments

No comments written yet.

Please login to write comment.