Color Hex Logo

#daa66c Color Hex

#DAA66C
(218,166,108)
0 Favorites   0 Comments

Color spaces of #daa66c

RGB 218166108
HSL0.090.600.64
HSV32°50°85°
CMYK 0.000.240.50   0.15
XYZ45.256443.260620.1522
Yxy43.26060.41650.3981
Hunter Lab65.77287.718427.8750
CIE-Lab71.731512.283637.2841

#daa66c color RGB value is (218,166,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01101100
Octal 332 246 154
Decimal 218 166 108
Hex DA A6 6C

RGB Percentages of Color #daa66c

%44.31
%33.74
%21.95

CMYK Percentages of Color #daa66c

%0
%24
%50
%15

Triadic Colors of #daa66c

#daa66c #6cdaa6 #a66cda

Analogous Colors of #daa66c

#daa66c #d7da6c #da6f6c

Monochromatic Colors of #daa66c

#daa66c

Complementary Color

#daa66c #6ca0da

#daa66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa66c Color CSS Codes

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

#daa66c Text Font Color

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

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


#daa66c Background Color

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

This div background color is #daa66c


#daa66c Border Color

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

This div border color is #daa66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa66c


Comments

No comments written yet.

Please login to write comment.