Color Hex Logo

#d8a034 Color Hex

#D8A034
(216,160,52)
0 Favorites   0 Comments

Color spaces of #d8a034

RGB 21616052
HSL0.110.680.53
HSV40°76°85°
CMYK 0.000.260.76   0.15
XYZ41.509539.98858.7796
Yxy39.98850.45980.4430
Hunter Lab63.23656.506736.0338
CIE-Lab69.461310.981860.9429

#d8a034 color RGB value is (216,160,52).

#d8a034 hex color red value is 216, green value is 160 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d8a034 hue: 0.11 , saturation: 0.68 and the lightness value of d8a034 is 0.53.

The process color (four color CMYK) of #d8a034 color hex is 0.00, 0.26, 0.76, 0.15. Web safe color of #d8a034 is #cc9933. Color #d8a034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100000 00110100
Octal 330 240 64
Decimal 216 160 52
Hex D8 A0 34

RGB Percentages of Color #d8a034

%50.47
%37.38
%12.15

CMYK Percentages of Color #d8a034

%0
%26
%76
%15

Triadic Colors of #d8a034

#d8a034 #34d8a0 #a034d8

Analogous Colors of #d8a034

#d8a034 #bed834 #d84e34

Monochromatic Colors of #d8a034

#d8a034

Complementary Color

#d8a034 #346cd8

#d8a034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a034 Color CSS Codes

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

#d8a034 Text Font Color

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

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


#d8a034 Background Color

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

This div background color is #d8a034


#d8a034 Border Color

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

This div border color is #d8a034


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,160,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8a034; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8a034;
  -webkit-box-shadow: 1px 1px 3px 2px #d8a034;
  box-shadow:         1px 1px 3px 2px #d8a034; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,160,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a034


Comments

No comments written yet.

Please login to write comment.