Color Hex Logo

#d5a732 Color Hex

#D5A732
(213,167,50)
0 Favorites   0 Comments

Color spaces of #d5a732

RGB 21316750
HSL0.120.660.52
HSV43°77°84°
CMYK 0.000.220.77   0.16
XYZ41.835042.01398.9222
Yxy42.01390.45090.4529
Hunter Lab64.81811.776037.2114
CIE-Lab70.88055.853762.9245

#d5a732 color RGB value is (213,167,50).

#d5a732 hex color red value is 213, green value is 167 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d5a732 hue: 0.12 , saturation: 0.66 and the lightness value of d5a732 is 0.52.

The process color (four color CMYK) of #d5a732 color hex is 0.00, 0.22, 0.77, 0.16. Web safe color of #d5a732 is #cc9933. Color #d5a732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100111 00110010
Octal 325 247 62
Decimal 213 167 50
Hex D5 A7 32

RGB Percentages of Color #d5a732

%49.53
%38.84
%11.63

CMYK Percentages of Color #d5a732

%0
%22
%77
%16

Triadic Colors of #d5a732

#d5a732 #32d5a7 #a732d5

Analogous Colors of #d5a732

#d5a732 #b2d532 #d55632

Monochromatic Colors of #d5a732

#d5a732

Complementary Color

#d5a732 #3260d5

#d5a732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a732 Color CSS Codes

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

#d5a732 Text Font Color

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

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


#d5a732 Background Color

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

This div background color is #d5a732


#d5a732 Border Color

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

This div border color is #d5a732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a732


Comments

No comments written yet.

Please login to write comment.