Color Hex Logo

#d9aa46 Color Hex

#D9AA46
(217,170,70)
0 Favorites   0 Comments

Color spaces of #d9aa46

RGB 21717070
HSL0.110.660.56
HSV41°68°85°
CMYK 0.000.220.68   0.15
XYZ44.095543.943411.9522
Yxy43.94340.44100.4395
Hunter Lab66.28982.729735.7128
CIE-Lab72.19066.937156.2910

#d9aa46 color RGB value is (217,170,70).

#d9aa46 hex color red value is 217, green value is 170 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d9aa46 hue: 0.11 , saturation: 0.66 and the lightness value of d9aa46 is 0.56.

The process color (four color CMYK) of #d9aa46 color hex is 0.00, 0.22, 0.68, 0.15. Web safe color of #d9aa46 is #cc9933. Color #d9aa46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 01000110
Octal 331 252 106
Decimal 217 170 70
Hex D9 AA 46

RGB Percentages of Color #d9aa46

%47.48
%37.20
%15.32

CMYK Percentages of Color #d9aa46

%0
%22
%68
%15

Triadic Colors of #d9aa46

#d9aa46 #46d9aa #aa46d9

Analogous Colors of #d9aa46

#d9aa46 #bfd946 #d96146

Monochromatic Colors of #d9aa46

#d9aa46

Complementary Color

#d9aa46 #4675d9

#d9aa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aa46 Color CSS Codes

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

#d9aa46 Text Font Color

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

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


#d9aa46 Background Color

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

This div background color is #d9aa46


#d9aa46 Border Color

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

This div border color is #d9aa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aa46


Comments

No comments written yet.

Please login to write comment.