Color Hex Logo

#daa85e Color Hex

#DAA85E
(218,168,94)
0 Favorites   0 Comments

Color spaces of #daa85e

RGB 21816894
HSL0.100.630.61
HSV36°57°85°
CMYK 0.000.230.57   0.15
XYZ44.936543.718816.6598
Yxy43.71880.42670.4151
Hunter Lab66.12025.601531.3453
CIE-Lab72.040110.031144.8222

#daa85e color RGB value is (218,168,94).

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

The process color (four color CMYK) of #daa85e color hex is 0.00, 0.23, 0.57, 0.15. Web safe color of #daa85e is #cc9966. Color #daa85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01011110
Octal 332 250 136
Decimal 218 168 94
Hex DA A8 5E

RGB Percentages of Color #daa85e

%45.42
%35.00
%19.58

CMYK Percentages of Color #daa85e

%0
%23
%57
%15

Triadic Colors of #daa85e

#daa85e #5edaa8 #a85eda

Analogous Colors of #daa85e

#daa85e #ceda5e #da6a5e

Monochromatic Colors of #daa85e

#daa85e

Complementary Color

#daa85e #5e90da

#daa85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa85e Color CSS Codes

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

#daa85e Text Font Color

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

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


#daa85e Background Color

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

This div background color is #daa85e


#daa85e Border Color

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

This div border color is #daa85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa85e


Comments

No comments written yet.

Please login to write comment.