Color Hex Logo

#d4a52e Color Hex

#D4A52E
(212,165,46)
0 Favorites   0 Comments

Color spaces of #d4a52e

RGB 21216546
HSL0.120.660.51
HSV43°78°83°
CMYK 0.000.220.78   0.17
XYZ41.099741.10468.3526
Yxy41.10460.45390.4539
Hunter Lab64.11292.230337.1547
CIE-Lab70.24916.333663.7253

#d4a52e color RGB value is (212,165,46).

#d4a52e hex color red value is 212, green value is 165 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d4a52e hue: 0.12 , saturation: 0.66 and the lightness value of d4a52e is 0.51.

The process color (four color CMYK) of #d4a52e color hex is 0.00, 0.22, 0.78, 0.17. Web safe color of #d4a52e is #cc9933. Color #d4a52e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100101 00101110
Octal 324 245 56
Decimal 212 165 46
Hex D4 A5 2E

RGB Percentages of Color #d4a52e

%50.12
%39.01
%10.87

CMYK Percentages of Color #d4a52e

%0
%22
%78
%17

Triadic Colors of #d4a52e

#d4a52e #2ed4a5 #a52ed4

Analogous Colors of #d4a52e

#d4a52e #b0d42e #d4522e

Monochromatic Colors of #d4a52e

#d4a52e

Complementary Color

#d4a52e #2e5dd4

#d4a52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a52e Color CSS Codes

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

#d4a52e Text Font Color

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

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


#d4a52e Background Color

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

This div background color is #d4a52e


#d4a52e Border Color

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

This div border color is #d4a52e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,165,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4a52e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4a52e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4a52e;
  box-shadow:         1px 1px 3px 2px #d4a52e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,165,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a52e


Comments

No comments written yet.

Please login to write comment.