Color Hex Logo

#daa175 Color Hex

#DAA175
(218,161,117)
0 Favorites   0 Comments

Color spaces of #daa175

RGB 218161117
HSL0.070.580.66
HSV26°46°85°
CMYK 0.000.260.46   0.15
XYZ44.869241.679522.5097
Yxy41.67950.41140.3822
Hunter Lab64.559711.078724.5194
CIE-Lab70.649415.831231.1368

#daa175 color RGB value is (218,161,117).

#daa175 hex color red value is 218, green value is 161 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #daa175 hue: 0.07 , saturation: 0.58 and the lightness value of daa175 is 0.66.

The process color (four color CMYK) of #daa175 color hex is 0.00, 0.26, 0.46, 0.15. Web safe color of #daa175 is #cc9966. Color #daa175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01110101
Octal 332 241 165
Decimal 218 161 117
Hex DA A1 75

RGB Percentages of Color #daa175

%43.95
%32.46
%23.59

CMYK Percentages of Color #daa175

%0
%26
%46
%15

Triadic Colors of #daa175

#daa175 #75daa1 #a175da

Analogous Colors of #daa175

#daa175 #dad475 #da757c

Monochromatic Colors of #daa175

#daa175

Complementary Color

#daa175 #75aeda

#daa175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa175 Color CSS Codes

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

#daa175 Text Font Color

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

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


#daa175 Background Color

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

This div background color is #daa175


#daa175 Border Color

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

This div border color is #daa175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa175


Comments

No comments written yet.

Please login to write comment.