Color Hex Logo

#d8bd5d Color Hex

#D8BD5D
(216,189,93)
0 Favorites   0 Comments

Color spaces of #d8bd5d

RGB 21618993
HSL0.130.610.61
HSV47°57°85°
CMYK 0.000.130.57   0.15
XYZ48.492351.784417.7955
Yxy51.78440.41070.4386
Hunter Lab71.9614-5.647435.7110
CIE-Lab77.1517-1.987351.2578

#d8bd5d color RGB value is (216,189,93).

#d8bd5d hex color red value is 216, green value is 189 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d8bd5d hue: 0.13 , saturation: 0.61 and the lightness value of d8bd5d is 0.61.

The process color (four color CMYK) of #d8bd5d color hex is 0.00, 0.13, 0.57, 0.15. Web safe color of #d8bd5d is #cccc66. Color #d8bd5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111101 01011101
Octal 330 275 135
Decimal 216 189 93
Hex D8 BD 5D

RGB Percentages of Color #d8bd5d

%43.37
%37.95
%18.67

CMYK Percentages of Color #d8bd5d

%0
%13
%57
%15

Triadic Colors of #d8bd5d

#d8bd5d #5dd8bd #bd5dd8

Analogous Colors of #d8bd5d

#d8bd5d #b6d85d #d8805d

Monochromatic Colors of #d8bd5d

#d8bd5d

Complementary Color

#d8bd5d #5d78d8

#d8bd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bd5d Color CSS Codes

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

#d8bd5d Text Font Color

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

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


#d8bd5d Background Color

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

This div background color is #d8bd5d


#d8bd5d Border Color

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

This div border color is #d8bd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bd5d

#d8bd5d Color Palettes


Comments

No comments written yet.

Please login to write comment.