Color Hex Logo

#daa868 Color Hex

#DAA868
(218,168,104)
0 Favorites   0 Comments

Color spaces of #daa868

RGB 218168104
HSL0.090.610.63
HSV34°52°85°
CMYK 0.000.230.52   0.15
XYZ45.414843.910219.1786
Yxy43.91020.41860.4047
Hunter Lab66.26486.372329.2254
CIE-Lab72.168410.855239.9034

#daa868 color RGB value is (218,168,104).

#daa868 hex color red value is 218, green value is 168 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #daa868 hue: 0.09 , saturation: 0.61 and the lightness value of daa868 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01101000
Octal 332 250 150
Decimal 218 168 104
Hex DA A8 68

RGB Percentages of Color #daa868

%44.49
%34.29
%21.22

CMYK Percentages of Color #daa868

%0
%23
%52
%15

Triadic Colors of #daa868

#daa868 #68daa8 #a868da

Analogous Colors of #daa868

#daa868 #d3da68 #da6f68

Monochromatic Colors of #daa868

#daa868

Complementary Color

#daa868 #689ada

#daa868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa868 Color CSS Codes

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

#daa868 Text Font Color

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

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


#daa868 Background Color

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

This div background color is #daa868


#daa868 Border Color

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

This div border color is #daa868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa868


Comments

No comments written yet.

Please login to write comment.