Color Hex Logo

#daa755 Color Hex

#DAA755
(218,167,85)
0 Favorites   0 Comments

Color spaces of #daa755

RGB 21816785
HSL0.100.640.59
HSV37°61°85°
CMYK 0.000.230.61   0.15
XYZ44.371943.198714.5939
Yxy43.19870.43430.4228
Hunter Lab65.72575.486632.8431
CIE-Lab71.68969.903748.8360

#daa755 color RGB value is (218,167,85).

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

The process color (four color CMYK) of #daa755 color hex is 0.00, 0.23, 0.61, 0.15. Web safe color of #daa755 is #cc9966. Color #daa755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01010101
Octal 332 247 125
Decimal 218 167 85
Hex DA A7 55

RGB Percentages of Color #daa755

%46.38
%35.53
%18.09

CMYK Percentages of Color #daa755

%0
%23
%61
%15

Triadic Colors of #daa755

#daa755 #55daa7 #a755da

Analogous Colors of #daa755

#daa755 #cbda55 #da6555

Monochromatic Colors of #daa755

#daa755

Complementary Color

#daa755 #5588da

#daa755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa755 Color CSS Codes

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

#daa755 Text Font Color

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

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


#daa755 Background Color

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

This div background color is #daa755


#daa755 Border Color

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

This div border color is #daa755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa755


Comments

No comments written yet.

Please login to write comment.