Color Hex Logo

#d7daa9 Color Hex

#D7DAA9
(215,218,169)
0 Favorites   0 Comments

Color spaces of #d7daa9

RGB 215218169
HSL0.180.400.76
HSV64°22°85°
CMYK 0.010.000.22   0.15
XYZ60.257267.454547.3802
Yxy67.45450.34410.3853
Hunter Lab82.1307-12.767823.2878
CIE-Lab85.7329-8.974123.8448

#d7daa9 color RGB value is (215,218,169).

#d7daa9 hex color red value is 215, green value is 218 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #d7daa9 hue: 0.18 , saturation: 0.40 and the lightness value of d7daa9 is 0.76.

The process color (four color CMYK) of #d7daa9 color hex is 0.01, 0.00, 0.22, 0.15. Web safe color of #d7daa9 is #cccc99. Color #d7daa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 10101001
Octal 327 332 251
Decimal 215 218 169
Hex D7 DA A9

RGB Percentages of Color #d7daa9

%35.71
%36.21
%28.07

CMYK Percentages of Color #d7daa9

%1
%0
%22
%15

Triadic Colors of #d7daa9

#d7daa9 #a9d7da #daa9d7

Analogous Colors of #d7daa9

#d7daa9 #bfdaa9 #dac5a9

Monochromatic Colors of #d7daa9

#d7daa9

Complementary Color

#d7daa9 #aca9da

#d7daa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7daa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7daa9 Color CSS Codes

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

#d7daa9 Text Font Color

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

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


#d7daa9 Background Color

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

This div background color is #d7daa9


#d7daa9 Border Color

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

This div border color is #d7daa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7daa9


Comments

No comments written yet.

Please login to write comment.