Color Hex Logo

#d4a52b Color Hex

#D4A52B
(212,165,43)
0 Favorites   0 Comments

Color spaces of #d4a52b

RGB 21216543
HSL0.120.660.50
HSV43°80°83°
CMYK 0.000.220.80   0.17
XYZ41.042641.08178.0519
Yxy41.08170.45510.4556
Hunter Lab64.09502.134437.4182
CIE-Lab70.23316.227564.7300

#d4a52b color RGB value is (212,165,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100101 00101011
Octal 324 245 53
Decimal 212 165 43
Hex D4 A5 2B

RGB Percentages of Color #d4a52b

%50.48
%39.29
%10.24

CMYK Percentages of Color #d4a52b

%0
%22
%80
%17

Triadic Colors of #d4a52b

#d4a52b #2bd4a5 #a52bd4

Analogous Colors of #d4a52b

#d4a52b #afd42b #d4502b

Monochromatic Colors of #d4a52b

#d4a52b

Complementary Color

#d4a52b #2b5ad4

#d4a52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a52b Color CSS Codes

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

#d4a52b Text Font Color

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

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


#d4a52b Background Color

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

This div background color is #d4a52b


#d4a52b Border Color

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

This div border color is #d4a52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a52b


Comments

No comments written yet.

Please login to write comment.