Color Hex Logo

#d8ac17 Color Hex

#D8AC17
(216,172,23)
0 Favorites   0 Comments

Color spaces of #d8ac17

RGB 21617223
HSL0.130.810.47
HSV46°89°85°
CMYK 0.000.200.89   0.15
XYZ43.226144.16587.0572
Yxy44.16580.45770.4676
Hunter Lab66.4574-0.198040.2241
CIE-Lab72.33923.736171.9710

#d8ac17 color RGB value is (216,172,23).

#d8ac17 hex color red value is 216, green value is 172 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d8ac17 hue: 0.13 , saturation: 0.81 and the lightness value of d8ac17 is 0.47.

The process color (four color CMYK) of #d8ac17 color hex is 0.00, 0.20, 0.89, 0.15. Web safe color of #d8ac17 is #cc9900. Color #d8ac17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 00010111
Octal 330 254 27
Decimal 216 172 23
Hex D8 AC 17

RGB Percentages of Color #d8ac17

%52.55
%41.85
%5.60

CMYK Percentages of Color #d8ac17

%0
%20
%89
%15

Triadic Colors of #d8ac17

#d8ac17 #17d8ac #ac17d8

Analogous Colors of #d8ac17

#d8ac17 #a4d817 #d84c17

Monochromatic Colors of #d8ac17

#d8ac17

Complementary Color

#d8ac17 #1743d8

#d8ac17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ac17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ac17 Color CSS Codes

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

#d8ac17 Text Font Color

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

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


#d8ac17 Background Color

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

This div background color is #d8ac17


#d8ac17 Border Color

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

This div border color is #d8ac17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ac17


Comments

No comments written yet.

Please login to write comment.