Color Hex Logo

#daa657 Color Hex

#DAA657
(218,166,87)
0 Favorites   0 Comments

Color spaces of #daa657

RGB 21816687
HSL0.100.640.60
HSV36°60°85°
CMYK 0.000.240.60   0.15
XYZ44.270042.866014.9575
Yxy42.86600.43360.4199
Hunter Lab65.47216.119332.2853
CIE-Lab71.463910.579447.6038

#daa657 color RGB value is (218,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01010111
Octal 332 246 127
Decimal 218 166 87
Hex DA A6 57

RGB Percentages of Color #daa657

%46.28
%35.24
%18.47

CMYK Percentages of Color #daa657

%0
%24
%60
%15

Triadic Colors of #daa657

#daa657 #57daa6 #a657da

Analogous Colors of #daa657

#daa657 #cdda57 #da6557

Monochromatic Colors of #daa657

#daa657

Complementary Color

#daa657 #578bda

#daa657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa657 Color CSS Codes

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

#daa657 Text Font Color

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

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


#daa657 Background Color

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

This div background color is #daa657


#daa657 Border Color

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

This div border color is #daa657


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,166,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 #daa657">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa657


Comments

No comments written yet.

Please login to write comment.