Color Hex Logo

#daa44e Color Hex

#DAA44E
(218,164,78)
0 Favorites   0 Comments

Color spaces of #daa44e

RGB 21816478
HSL0.100.650.58
HSV37°64°85°
CMYK 0.000.250.64   0.15
XYZ43.564042.006413.0197
Yxy42.00640.44190.4261
Hunter Lab64.81236.558233.4583
CIE-Lab70.875311.045151.2531

#daa44e color RGB value is (218,164,78).

#daa44e hex color red value is 218, green value is 164 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #daa44e hue: 0.10 , saturation: 0.65 and the lightness value of daa44e is 0.58.

The process color (four color CMYK) of #daa44e color hex is 0.00, 0.25, 0.64, 0.15. Web safe color of #daa44e is #cc9966. Color #daa44e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01001110
Octal 332 244 116
Decimal 218 164 78
Hex DA A4 4E

RGB Percentages of Color #daa44e

%47.39
%35.65
%16.96

CMYK Percentages of Color #daa44e

%0
%25
%64
%15

Triadic Colors of #daa44e

#daa44e #4edaa4 #a44eda

Analogous Colors of #daa44e

#daa44e #cada4e #da5e4e

Monochromatic Colors of #daa44e

#daa44e

Complementary Color

#daa44e #4e84da

#daa44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa44e Color CSS Codes

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

#daa44e Text Font Color

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

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


#daa44e Background Color

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

This div background color is #daa44e


#daa44e Border Color

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

This div border color is #daa44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa44e


Comments

No comments written yet.

Please login to write comment.