Color Hex Logo

#daaa66 Color Hex

#DAAA66
(218,170,102)
0 Favorites   0 Comments

Color spaces of #daaa66

RGB 218170102
HSL0.100.610.63
HSV35°53°85°
CMYK 0.000.220.53   0.15
XYZ45.686444.614218.7738
Yxy44.61420.41890.4090
Hunter Lab66.79395.203130.0910
CIE-Lab72.63719.612741.5058

#daaa66 color RGB value is (218,170,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01100110
Octal 332 252 146
Decimal 218 170 102
Hex DA AA 66

RGB Percentages of Color #daaa66

%44.49
%34.69
%20.82

CMYK Percentages of Color #daaa66

%0
%22
%53
%15

Triadic Colors of #daaa66

#daaa66 #66daaa #aa66da

Analogous Colors of #daaa66

#daaa66 #d0da66 #da7066

Monochromatic Colors of #daaa66

#daaa66

Complementary Color

#daaa66 #6696da

#daaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa66 Color CSS Codes

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

#daaa66 Text Font Color

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

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


#daaa66 Background Color

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

This div background color is #daaa66


#daaa66 Border Color

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

This div border color is #daaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa66


Comments

No comments written yet.

Please login to write comment.