Color Hex Logo

#d8b517 Color Hex

#D8B517
(216,181,23)
0 Favorites   0 Comments

Color spaces of #d8b517

RGB 21618123
HSL0.140.810.47
HSV49°89°85°
CMYK 0.000.160.89   0.15
XYZ44.997447.70857.6477
Yxy47.70850.44840.4754
Hunter Lab69.0713-4.588841.7852
CIE-Lab74.6407-1.002373.7581

#d8b517 color RGB value is (216,181,23).

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

The process color (four color CMYK) of #d8b517 color hex is 0.00, 0.16, 0.89, 0.15. Web safe color of #d8b517 is #cccc00. Color #d8b517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110101 00010111
Octal 330 265 27
Decimal 216 181 23
Hex D8 B5 17

RGB Percentages of Color #d8b517

%51.43
%43.10
%5.48

CMYK Percentages of Color #d8b517

%0
%16
%89
%15

Triadic Colors of #d8b517

#d8b517 #17d8b5 #b517d8

Analogous Colors of #d8b517

#d8b517 #9bd817 #d85517

Monochromatic Colors of #d8b517

#d8b517

Complementary Color

#d8b517 #173ad8

#d8b517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b517 Color CSS Codes

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

#d8b517 Text Font Color

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

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


#d8b517 Background Color

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

This div background color is #d8b517


#d8b517 Border Color

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

This div border color is #d8b517


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,181,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 #d8b517">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b517


Comments

No comments written yet.

Please login to write comment.