Color Hex Logo

#d3bf5d Color Hex

#D3BF5D
(211,191,93)
0 Favorites   0 Comments

Color spaces of #d3bf5d

RGB 21119193
HSL0.140.570.60
HSV50°56°83°
CMYK 0.000.090.56   0.17
XYZ47.470651.900817.8718
Yxy51.90080.40490.4427
Hunter Lab72.0422-8.455335.7212
CIE-Lab77.2215-5.113851.2220

#d3bf5d color RGB value is (211,191,93).

#d3bf5d hex color red value is 211, green value is 191 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d3bf5d hue: 0.14 , saturation: 0.57 and the lightness value of d3bf5d is 0.60.

The process color (four color CMYK) of #d3bf5d color hex is 0.00, 0.09, 0.56, 0.17. Web safe color of #d3bf5d is #cccc66. Color #d3bf5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111111 01011101
Octal 323 277 135
Decimal 211 191 93
Hex D3 BF 5D

RGB Percentages of Color #d3bf5d

%42.63
%38.59
%18.79

CMYK Percentages of Color #d3bf5d

%0
%9
%56
%17

Triadic Colors of #d3bf5d

#d3bf5d #5dd3bf #bf5dd3

Analogous Colors of #d3bf5d

#d3bf5d #acd35d #d3845d

Monochromatic Colors of #d3bf5d

#d3bf5d

Complementary Color

#d3bf5d #5d71d3

#d3bf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bf5d Color CSS Codes

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

#d3bf5d Text Font Color

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

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


#d3bf5d Background Color

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

This div background color is #d3bf5d


#d3bf5d Border Color

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

This div border color is #d3bf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bf5d


Comments

No comments written yet.

Please login to write comment.