Color Hex Logo

#daa166 Color Hex

#DAA166
(218,161,102)
0 Favorites   0 Comments

Color spaces of #daa166

RGB 218161102
HSL0.080.610.63
HSV31°53°85°
CMYK 0.000.260.53   0.15
XYZ44.056641.354518.2306
Yxy41.35450.42510.3990
Hunter Lab64.30759.751128.2070
CIE-Lab70.423614.439938.7735

#daa166 color RGB value is (218,161,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01100110
Octal 332 241 146
Decimal 218 161 102
Hex DA A1 66

RGB Percentages of Color #daa166

%45.32
%33.47
%21.21

CMYK Percentages of Color #daa166

%0
%26
%53
%15

Triadic Colors of #daa166

#daa166 #66daa1 #a166da

Analogous Colors of #daa166

#daa166 #d9da66 #da6766

Monochromatic Colors of #daa166

#daa166

Complementary Color

#daa166 #669fda

#daa166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa166 Color CSS Codes

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

#daa166 Text Font Color

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

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


#daa166 Background Color

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

This div background color is #daa166


#daa166 Border Color

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

This div border color is #daa166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa166


Comments

No comments written yet.

Please login to write comment.