Color Hex Logo

#d8b51f Color Hex

#D8B51F
(216,181,31)
0 Favorites   0 Comments

Color spaces of #d8b51f

RGB 21618131
HSL0.140.750.48
HSV49°86°85°
CMYK 0.000.160.86   0.15
XYZ45.090147.74568.1356
Yxy47.74560.44660.4729
Hunter Lab69.0982-4.441541.3879
CIE-Lab74.6642-0.836172.0799

#d8b51f color RGB value is (216,181,31).

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

The process color (four color CMYK) of #d8b51f color hex is 0.00, 0.16, 0.86, 0.15. Web safe color of #d8b51f is #cccc33. Color #d8b51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110101 00011111
Octal 330 265 37
Decimal 216 181 31
Hex D8 B5 1F

RGB Percentages of Color #d8b51f

%50.47
%42.29
%7.24

CMYK Percentages of Color #d8b51f

%0
%16
%86
%15

Triadic Colors of #d8b51f

#d8b51f #1fd8b5 #b51fd8

Analogous Colors of #d8b51f

#d8b51f #9fd81f #d8591f

Monochromatic Colors of #d8b51f

#d8b51f

Complementary Color

#d8b51f #1f42d8

#d8b51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b51f Color CSS Codes

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

#d8b51f Text Font Color

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

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


#d8b51f Background Color

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

This div background color is #d8b51f


#d8b51f Border Color

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

This div border color is #d8b51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b51f


Comments

No comments written yet.

Please login to write comment.