Color Hex Logo

#d4a729 Color Hex

#D4A729
(212,167,41)
0 Favorites   0 Comments

Color spaces of #d4a729

RGB 21216741
HSL0.120.680.50
HSV44°81°83°
CMYK 0.000.210.81   0.17
XYZ41.370341.79467.9845
Yxy41.79460.45390.4585
Hunter Lab64.64871.091237.9315
CIE-Lab70.72915.092965.8200

#d4a729 color RGB value is (212,167,41).

#d4a729 hex color red value is 212, green value is 167 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d4a729 hue: 0.12 , saturation: 0.68 and the lightness value of d4a729 is 0.50.

The process color (four color CMYK) of #d4a729 color hex is 0.00, 0.21, 0.81, 0.17. Web safe color of #d4a729 is #cc9933. Color #d4a729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100111 00101001
Octal 324 247 51
Decimal 212 167 41
Hex D4 A7 29

RGB Percentages of Color #d4a729

%50.48
%39.76
%9.76

CMYK Percentages of Color #d4a729

%0
%21
%81
%17

Triadic Colors of #d4a729

#d4a729 #29d4a7 #a729d4

Analogous Colors of #d4a729

#d4a729 #acd429 #d45129

Monochromatic Colors of #d4a729

#d4a729

Complementary Color

#d4a729 #2956d4

#d4a729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a729 Color CSS Codes

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

#d4a729 Text Font Color

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

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


#d4a729 Background Color

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

This div background color is #d4a729


#d4a729 Border Color

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

This div border color is #d4a729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a729


Comments

No comments written yet.

Please login to write comment.