Color Hex Logo

#daa46d Color Hex

#DAA46D
(218,164,109)
0 Favorites   0 Comments

Color spaces of #daa46d

RGB 218164109
HSL0.080.600.64
HSV30°50°85°
CMYK 0.000.250.50   0.15
XYZ44.949242.560520.3139
Yxy42.56050.41690.3947
Hunter Lab65.23848.819127.2052
CIE-Lab71.255713.449236.1597

#daa46d color RGB value is (218,164,109).

#daa46d hex color red value is 218, green value is 164 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #daa46d hue: 0.08 , saturation: 0.60 and the lightness value of daa46d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01101101
Octal 332 244 155
Decimal 218 164 109
Hex DA A4 6D

RGB Percentages of Color #daa46d

%44.40
%33.40
%22.20

CMYK Percentages of Color #daa46d

%0
%25
%50
%15

Triadic Colors of #daa46d

#daa46d #6ddaa4 #a46dda

Analogous Colors of #daa46d

#daa46d #dada6d #da6e6d

Monochromatic Colors of #daa46d

#daa46d

Complementary Color

#daa46d #6da3da

#daa46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa46d Color CSS Codes

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

#daa46d Text Font Color

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

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


#daa46d Background Color

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

This div background color is #daa46d


#daa46d Border Color

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

This div border color is #daa46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa46d


Comments

No comments written yet.

Please login to write comment.