Color Hex Logo

#daa36e Color Hex

#DAA36E
(218,163,110)
0 Favorites   0 Comments

Color spaces of #daa36e

RGB 218163110
HSL0.080.590.64
HSV29°50°85°
CMYK 0.000.250.50   0.15
XYZ44.825142.225620.5397
Yxy42.22560.41660.3925
Hunter Lab64.98129.415026.7461
CIE-Lab71.026214.079535.3422

#daa36e color RGB value is (218,163,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01101110
Octal 332 243 156
Decimal 218 163 110
Hex DA A3 6E

RGB Percentages of Color #daa36e

%44.40
%33.20
%22.40

CMYK Percentages of Color #daa36e

%0
%25
%50
%15

Triadic Colors of #daa36e

#daa36e #6edaa3 #a36eda

Analogous Colors of #daa36e

#daa36e #dad96e #da6e6f

Monochromatic Colors of #daa36e

#daa36e

Complementary Color

#daa36e #6ea5da

#daa36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa36e Color CSS Codes

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

#daa36e Text Font Color

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

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


#daa36e Background Color

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

This div background color is #daa36e


#daa36e Border Color

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

This div border color is #daa36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa36e


Comments

No comments written yet.

Please login to write comment.