Color Hex Logo

#daa34f Color Hex

#DAA34F
(218,163,79)
0 Favorites   0 Comments

Color spaces of #daa34f

RGB 21816379
HSL0.100.650.58
HSV36°64°85°
CMYK 0.000.250.64   0.15
XYZ43.421941.664313.1506
Yxy41.66430.44200.4241
Hunter Lab64.54797.119633.1041
CIE-Lab70.638911.644850.5163

#daa34f color RGB value is (218,163,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01001111
Octal 332 243 117
Decimal 218 163 79
Hex DA A3 4F

RGB Percentages of Color #daa34f

%47.39
%35.43
%17.17

CMYK Percentages of Color #daa34f

%0
%25
%64
%15

Triadic Colors of #daa34f

#daa34f #4fdaa3 #a34fda

Analogous Colors of #daa34f

#daa34f #ccda4f #da5e4f

Monochromatic Colors of #daa34f

#daa34f

Complementary Color

#daa34f #4f86da

#daa34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa34f Color CSS Codes

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

#daa34f Text Font Color

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

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


#daa34f Background Color

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

This div background color is #daa34f


#daa34f Border Color

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

This div border color is #daa34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa34f


Comments

No comments written yet.

Please login to write comment.