Color Hex Logo

#daa439 Color Hex

#DAA439
(218,164,57)
0 Favorites   0 Comments

Color spaces of #daa439

RGB 21816457
HSL0.110.690.54
HSV40°74°85°
CMYK 0.000.250.74   0.15
XYZ42.927441.75189.6673
Yxy41.75180.45500.4425
Hunter Lab64.61565.509136.3604
CIE-Lab70.69959.916260.2585

#daa439 color RGB value is (218,164,57).

#daa439 hex color red value is 218, green value is 164 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #daa439 hue: 0.11 , saturation: 0.69 and the lightness value of daa439 is 0.54.

The process color (four color CMYK) of #daa439 color hex is 0.00, 0.25, 0.74, 0.15. Web safe color of #daa439 is #cc9933. Color #daa439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00111001
Octal 332 244 71
Decimal 218 164 57
Hex DA A4 39

RGB Percentages of Color #daa439

%49.66
%37.36
%12.98

CMYK Percentages of Color #daa439

%0
%25
%74
%15

Triadic Colors of #daa439

#daa439 #39daa4 #a439da

Analogous Colors of #daa439

#daa439 #c0da39 #da5439

Monochromatic Colors of #daa439

#daa439

Complementary Color

#daa439 #396fda

#daa439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa439 Color CSS Codes

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

#daa439 Text Font Color

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

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


#daa439 Background Color

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

This div background color is #daa439


#daa439 Border Color

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

This div border color is #daa439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa439


Comments

No comments written yet.

Please login to write comment.