Color Hex Logo

#daa975 Color Hex

#DAA975
(218,169,117)
0 Favorites   0 Comments

Color spaces of #daa975

RGB 218169117
HSL0.090.580.66
HSV31°46°85°
CMYK 0.000.220.46   0.15
XYZ46.312344.565722.9907
Yxy44.56570.40670.3914
Hunter Lab66.75757.006726.3113
CIE-Lab72.605011.531733.6721

#daa975 color RGB value is (218,169,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01110101
Octal 332 251 165
Decimal 218 169 117
Hex DA A9 75

RGB Percentages of Color #daa975

%43.25
%33.53
%23.21

CMYK Percentages of Color #daa975

%0
%22
%46
%15

Triadic Colors of #daa975

#daa975 #75daa9 #a975da

Analogous Colors of #daa975

#daa975 #d9da75 #da7775

Monochromatic Colors of #daa975

#daa975

Complementary Color

#daa975 #75a6da

#daa975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa975 Color CSS Codes

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

#daa975 Text Font Color

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

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


#daa975 Background Color

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

This div background color is #daa975


#daa975 Border Color

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

This div border color is #daa975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa975


Comments

No comments written yet.

Please login to write comment.