Color Hex Logo

#d9aa45 Color Hex

#D9AA45
(217,170,69)
0 Favorites   0 Comments

Color spaces of #d9aa45

RGB 21717069
HSL0.110.660.56
HSV41°68°85°
CMYK 0.000.220.68   0.15
XYZ44.064243.930811.7873
Yxy43.93080.44160.4403
Hunter Lab66.28032.679135.8521
CIE-Lab72.18226.881856.7189

#d9aa45 color RGB value is (217,170,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 01000101
Octal 331 252 105
Decimal 217 170 69
Hex D9 AA 45

RGB Percentages of Color #d9aa45

%47.59
%37.28
%15.13

CMYK Percentages of Color #d9aa45

%0
%22
%68
%15

Triadic Colors of #d9aa45

#d9aa45 #45d9aa #aa45d9

Analogous Colors of #d9aa45

#d9aa45 #bed945 #d96045

Monochromatic Colors of #d9aa45

#d9aa45

Complementary Color

#d9aa45 #4574d9

#d9aa45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aa45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aa45 Color CSS Codes

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

#d9aa45 Text Font Color

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

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


#d9aa45 Background Color

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

This div background color is #d9aa45


#d9aa45 Border Color

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

This div border color is #d9aa45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aa45


Comments

No comments written yet.

Please login to write comment.