Color Hex Logo

#daa557 Color Hex

#DAA557
(218,165,87)
0 Favorites   0 Comments

Color spaces of #daa557

RGB 21816587
HSL0.100.640.60
HSV36°60°85°
CMYK 0.000.240.60   0.15
XYZ44.088942.503814.8971
Yxy42.50380.43440.4188
Hunter Lab65.19496.621732.0886
CIE-Lab71.216911.115047.3170

#daa557 color RGB value is (218,165,87).

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

The process color (four color CMYK) of #daa557 color hex is 0.00, 0.24, 0.60, 0.15. Web safe color of #daa557 is #cc9966. Color #daa557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01010111
Octal 332 245 127
Decimal 218 165 87
Hex DA A5 57

RGB Percentages of Color #daa557

%46.38
%35.11
%18.51

CMYK Percentages of Color #daa557

%0
%24
%60
%15

Triadic Colors of #daa557

#daa557 #57daa5 #a557da

Analogous Colors of #daa557

#daa557 #ceda57 #da6357

Monochromatic Colors of #daa557

#daa557

Complementary Color

#daa557 #578cda

#daa557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa557 Color CSS Codes

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

#daa557 Text Font Color

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

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


#daa557 Background Color

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

This div background color is #daa557


#daa557 Border Color

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

This div border color is #daa557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa557


Comments

No comments written yet.

Please login to write comment.