Color Hex Logo

#d0ac3e Color Hex

#D0AC3E
(208,172,62)
0 Favorites   0 Comments

Color spaces of #d0ac3e

RGB 20817262
HSL0.130.610.53
HSV45°70°82°
CMYK 0.000.170.70   0.18
XYZ41.634443.262710.7136
Yxy43.26270.43550.4525
Hunter Lab65.7744-2.116836.3847
CIE-Lab71.73291.570758.9310

#d0ac3e color RGB value is (208,172,62).

#d0ac3e hex color red value is 208, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d0ac3e hue: 0.13 , saturation: 0.61 and the lightness value of d0ac3e is 0.53.

The process color (four color CMYK) of #d0ac3e color hex is 0.00, 0.17, 0.70, 0.18. Web safe color of #d0ac3e is #cc9933. Color #d0ac3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 00111110
Octal 320 254 76
Decimal 208 172 62
Hex D0 AC 3E

RGB Percentages of Color #d0ac3e

%47.06
%38.91
%14.03

CMYK Percentages of Color #d0ac3e

%0
%17
%70
%18

Triadic Colors of #d0ac3e

#d0ac3e #3ed0ac #ac3ed0

Analogous Colors of #d0ac3e

#d0ac3e #abd03e #d0633e

Monochromatic Colors of #d0ac3e

#d0ac3e

Complementary Color

#d0ac3e #3e62d0

#d0ac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ac3e Color CSS Codes

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

#d0ac3e Text Font Color

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

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


#d0ac3e Background Color

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

This div background color is #d0ac3e


#d0ac3e Border Color

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

This div border color is #d0ac3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,172,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0ac3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0ac3e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0ac3e;
  box-shadow:         1px 1px 3px 2px #d0ac3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,172,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ac3e


Comments

No comments written yet.

Please login to write comment.