Color Hex Logo

#d1bd47 Color Hex

#D1BD47
(209,189,71)
0 Favorites   0 Comments

Color spaces of #d1bd47

RGB 20918971
HSL0.140.600.55
HSV51°66°82°
CMYK 0.000.100.66   0.18
XYZ45.629450.405413.2855
Yxy50.40540.41740.4611
Hunter Lab70.9968-9.522938.6029
CIE-Lab76.3174-6.413659.9700

#d1bd47 color RGB value is (209,189,71).

#d1bd47 hex color red value is 209, green value is 189 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d1bd47 hue: 0.14 , saturation: 0.60 and the lightness value of d1bd47 is 0.55.

The process color (four color CMYK) of #d1bd47 color hex is 0.00, 0.10, 0.66, 0.18. Web safe color of #d1bd47 is #cccc33. Color #d1bd47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111101 01000111
Octal 321 275 107
Decimal 209 189 71
Hex D1 BD 47

RGB Percentages of Color #d1bd47

%44.56
%40.30
%15.14

CMYK Percentages of Color #d1bd47

%0
%10
%66
%18

Triadic Colors of #d1bd47

#d1bd47 #47d1bd #bd47d1

Analogous Colors of #d1bd47

#d1bd47 #a0d147 #d17847

Monochromatic Colors of #d1bd47

#d1bd47

Complementary Color

#d1bd47 #475bd1

#d1bd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bd47 Color CSS Codes

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

#d1bd47 Text Font Color

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

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


#d1bd47 Background Color

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

This div background color is #d1bd47


#d1bd47 Border Color

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

This div border color is #d1bd47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,189,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bd47


Comments

No comments written yet.

Please login to write comment.