color codes Logo

#d9aa7d color codes

#D9AA7D
(217,170,125)
0 Favorites   0 Comments

Color spaces of #d9aa7d

RGB 217170125
HSL0.080.550.67
HSV29°42°85°
CMYK 0.000.220.42   0.15
XYZ46.691744.981825.6235
Yxy44.98180.39810.3835
Hunter Lab67.06856.898224.2962
CIE-Lab72.879911.418229.7633

#d9aa7d color RGB value is (217,170,125).

#d9aa7d hex color red value is 217, green value is 170 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d9aa7d hue: 0.08 , saturation: 0.55 and the lightness value of d9aa7d is 0.67.

The process color (four color CMYK) of #d9aa7d color code is 0.00, 0.22, 0.42, 0.15. Web safe color of #d9aa7d is #cc9966. Color #d9aa7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 01111101
Octal 331 252 175
Decimal 217 170 125
Hex D9 AA 7D

RGB Percentages of Color #d9aa7d

%42.38
%33.20
%24.41

CMYK Percentages of Color #d9aa7d

%0
%22
%42
%15

Triadic Colors of #d9aa7d

#d9aa7d #7dd9aa #aa7dd9

Analogous Colors of #d9aa7d

#d9aa7d #d9d87d #d97d7e

Monochromatic Colors of #d9aa7d

#d9aa7d

Complementary Color

#d9aa7d #7dacd9

#d9aa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aa7d Color CSS Codes

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

#d9aa7d Text Font Color

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

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


#d9aa7d Background Color

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

This div background color is #d9aa7d


#d9aa7d Border Color

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

This div border color is #d9aa7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,170,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9aa7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9aa7d;
  -webkit-box-shadow: 1px 1px 3px 2px #d9aa7d;
  box-shadow:         1px 1px 3px 2px #d9aa7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,170,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aa7d


Comments

No comments written yet.

Please login to write comment.