Color Hex Logo

#daa45d Color Hex

#DAA45D
(218,164,93)
0 Favorites   0 Comments

Color spaces of #daa45d

RGB 21816493
HSL0.090.630.61
HSV34°57°85°
CMYK 0.000.250.57   0.15
XYZ44.164742.246716.1826
Yxy42.24670.43050.4118
Hunter Lab64.99757.542230.7366
CIE-Lab71.040712.096344.1303

#daa45d color RGB value is (218,164,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01011101
Octal 332 244 135
Decimal 218 164 93
Hex DA A4 5D

RGB Percentages of Color #daa45d

%45.89
%34.53
%19.58

CMYK Percentages of Color #daa45d

%0
%25
%57
%15

Triadic Colors of #daa45d

#daa45d #5ddaa4 #a45dda

Analogous Colors of #daa45d

#daa45d #d2da5d #da665d

Monochromatic Colors of #daa45d

#daa45d

Complementary Color

#daa45d #5d93da

#daa45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa45d Color CSS Codes

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

#daa45d Text Font Color

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

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


#daa45d Background Color

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

This div background color is #daa45d


#daa45d Border Color

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

This div border color is #daa45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa45d


Comments

No comments written yet.

Please login to write comment.