Color Hex Logo

#d5b95d Color Hex

#D5B95D
(213,185,93)
0 Favorites   0 Comments

Color spaces of #d5b95d

RGB 21318593
HSL0.130.590.60
HSV46°56°84°
CMYK 0.000.130.56   0.16
XYZ46.765349.634417.4715
Yxy49.63440.41070.4359
Hunter Lab70.4517-4.803534.6127
CIE-Lab75.8443-1.152249.6713

#d5b95d color RGB value is (213,185,93).

#d5b95d hex color red value is 213, green value is 185 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d5b95d hue: 0.13 , saturation: 0.59 and the lightness value of d5b95d is 0.60.

The process color (four color CMYK) of #d5b95d color hex is 0.00, 0.13, 0.56, 0.16. Web safe color of #d5b95d is #cccc66. Color #d5b95d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111001 01011101
Octal 325 271 135
Decimal 213 185 93
Hex D5 B9 5D

RGB Percentages of Color #d5b95d

%43.38
%37.68
%18.94

CMYK Percentages of Color #d5b95d

%0
%13
%56
%16

Triadic Colors of #d5b95d

#d5b95d #5dd5b9 #b95dd5

Analogous Colors of #d5b95d

#d5b95d #b5d55d #d57d5d

Monochromatic Colors of #d5b95d

#d5b95d

Complementary Color

#d5b95d #5d79d5

#d5b95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b95d Color CSS Codes

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

#d5b95d Text Font Color

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

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


#d5b95d Background Color

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

This div background color is #d5b95d


#d5b95d Border Color

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

This div border color is #d5b95d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,185,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5b95d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5b95d;
  -webkit-box-shadow: 1px 1px 3px 2px #d5b95d;
  box-shadow:         1px 1px 3px 2px #d5b95d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,185,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b95d


Comments

No comments written yet.

Please login to write comment.