Color Hex Logo

#daa437 Color Hex

#DAA437
(218,164,55)
0 Favorites   0 Comments

Color spaces of #daa437

RGB 21816455
HSL0.110.690.54
HSV40°75°85°
CMYK 0.000.250.75   0.15
XYZ42.878541.73229.4096
Yxy41.73220.45610.4439
Hunter Lab64.60055.428436.5842
CIE-Lab70.68599.828961.0351

#daa437 color RGB value is (218,164,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00110111
Octal 332 244 67
Decimal 218 164 55
Hex DA A4 37

RGB Percentages of Color #daa437

%49.89
%37.53
%12.59

CMYK Percentages of Color #daa437

%0
%25
%75
%15

Triadic Colors of #daa437

#daa437 #37daa4 #a437da

Analogous Colors of #daa437

#daa437 #bfda37 #da5337

Monochromatic Colors of #daa437

#daa437

Complementary Color

#daa437 #376dda

#daa437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa437 Color CSS Codes

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

#daa437 Text Font Color

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

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


#daa437 Background Color

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

This div background color is #daa437


#daa437 Border Color

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

This div border color is #daa437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa437


Comments

No comments written yet.

Please login to write comment.