Color Hex Logo

#daa168 Color Hex

#DAA168
(218,161,104)
0 Favorites   0 Comments

Color spaces of #daa168

RGB 218161104
HSL0.080.610.63
HSV30°52°85°
CMYK 0.000.260.52   0.15
XYZ44.157041.394618.7593
Yxy41.39460.42330.3968
Hunter Lab64.33869.915827.7498
CIE-Lab70.451514.613337.7662

#daa168 color RGB value is (218,161,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01101000
Octal 332 241 150
Decimal 218 161 104
Hex DA A1 68

RGB Percentages of Color #daa168

%45.13
%33.33
%21.53

CMYK Percentages of Color #daa168

%0
%26
%52
%15

Triadic Colors of #daa168

#daa168 #68daa1 #a168da

Analogous Colors of #daa168

#daa168 #dada68 #da6868

Monochromatic Colors of #daa168

#daa168

Complementary Color

#daa168 #68a1da

#daa168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa168 Color CSS Codes

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

#daa168 Text Font Color

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

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


#daa168 Background Color

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

This div background color is #daa168


#daa168 Border Color

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

This div border color is #daa168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa168


Comments

No comments written yet.

Please login to write comment.