Color Hex Logo

#daa06d Color Hex

#DAA06D
(218,160,109)
0 Favorites   0 Comments

Color spaces of #daa06d

RGB 218160109
HSL0.080.600.64
HSV28°50°85°
CMYK 0.000.270.50   0.15
XYZ44.244641.151220.0790
Yxy41.15120.41950.3902
Hunter Lab64.149210.852826.3464
CIE-Lab70.281715.601034.9227

#daa06d color RGB value is (218,160,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01101101
Octal 332 240 155
Decimal 218 160 109
Hex DA A0 6D

RGB Percentages of Color #daa06d

%44.76
%32.85
%22.38

CMYK Percentages of Color #daa06d

%0
%27
%50
%15

Triadic Colors of #daa06d

#daa06d #6ddaa0 #a06dda

Analogous Colors of #daa06d

#daa06d #dad76d #da6d71

Monochromatic Colors of #daa06d

#daa06d

Complementary Color

#daa06d #6da7da

#daa06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa06d Color CSS Codes

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

#daa06d Text Font Color

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

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


#daa06d Background Color

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

This div background color is #daa06d


#daa06d Border Color

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

This div border color is #daa06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa06d


Comments

No comments written yet.

Please login to write comment.