Color Hex Logo

#d9ac76 Color Hex

#D9AC76
(217,172,118)
0 Favorites   0 Comments

Color spaces of #d9ac76

RGB 217172118
HSL0.090.570.66
HSV33°46°85°
CMYK 0.000.210.46   0.15
XYZ46.637845.564823.4763
Yxy45.56480.40320.3939
Hunter Lab67.50175.200026.6308
CIE-Lab73.26229.618333.9726

#d9ac76 color RGB value is (217,172,118).

#d9ac76 hex color red value is 217, green value is 172 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d9ac76 hue: 0.09 , saturation: 0.57 and the lightness value of d9ac76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 01110110
Octal 331 254 166
Decimal 217 172 118
Hex D9 AC 76

RGB Percentages of Color #d9ac76

%42.80
%33.93
%23.27

CMYK Percentages of Color #d9ac76

%0
%21
%46
%15

Triadic Colors of #d9ac76

#d9ac76 #76d9ac #ac76d9

Analogous Colors of #d9ac76

#d9ac76 #d5d976 #d97b76

Monochromatic Colors of #d9ac76

#d9ac76

Complementary Color

#d9ac76 #76a3d9

#d9ac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ac76 Color CSS Codes

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

#d9ac76 Text Font Color

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

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


#d9ac76 Background Color

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

This div background color is #d9ac76


#d9ac76 Border Color

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

This div border color is #d9ac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ac76


Comments

No comments written yet.

Please login to write comment.