Color Hex Logo

#daaa6c Color Hex

#DAAA6C
(218,170,108)
0 Favorites   0 Comments

Color spaces of #daaa6c

RGB 218170108
HSL0.090.600.64
HSV34°50°85°
CMYK 0.000.220.50   0.15
XYZ45.994944.737620.3984
Yxy44.73760.41390.4026
Hunter Lab66.88625.696428.7385
CIE-Lab72.718810.140438.5241

#daaa6c color RGB value is (218,170,108).

#daaa6c hex color red value is 218, green value is 170 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #daaa6c hue: 0.09 , saturation: 0.60 and the lightness value of daaa6c is 0.64.

The process color (four color CMYK) of #daaa6c color hex is 0.00, 0.22, 0.50, 0.15. Web safe color of #daaa6c is #cc9966. Color #daaa6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01101100
Octal 332 252 154
Decimal 218 170 108
Hex DA AA 6C

RGB Percentages of Color #daaa6c

%43.95
%34.27
%21.77

CMYK Percentages of Color #daaa6c

%0
%22
%50
%15

Triadic Colors of #daaa6c

#daaa6c #6cdaaa #aa6cda

Analogous Colors of #daaa6c

#daaa6c #d3da6c #da736c

Monochromatic Colors of #daaa6c

#daaa6c

Complementary Color

#daaa6c #6c9cda

#daaa6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa6c Color CSS Codes

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

#daaa6c Text Font Color

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

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


#daaa6c Background Color

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

This div background color is #daaa6c


#daaa6c Border Color

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

This div border color is #daaa6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa6c


Comments

No comments written yet.

Please login to write comment.