Color Hex Logo

#d9bc7e Color Hex

#D9BC7E
(217,188,126)
0 Favorites   0 Comments

Color spaces of #d9bc7e

RGB 217188126
HSL0.110.540.67
HSV41°42°85°
CMYK 0.000.130.42   0.15
XYZ50.364452.224527.1645
Yxy52.22450.38820.4025
Hunter Lab72.2665-2.065228.2999
CIE-Lab77.41491.955135.1549

#d9bc7e color RGB value is (217,188,126).

#d9bc7e hex color red value is 217, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d9bc7e hue: 0.11 , saturation: 0.54 and the lightness value of d9bc7e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 01111110
Octal 331 274 176
Decimal 217 188 126
Hex D9 BC 7E

RGB Percentages of Color #d9bc7e

%40.87
%35.40
%23.73

CMYK Percentages of Color #d9bc7e

%0
%13
%42
%15

Triadic Colors of #d9bc7e

#d9bc7e #7ed9bc #bc7ed9

Analogous Colors of #d9bc7e

#d9bc7e #c9d97e #d98f7e

Monochromatic Colors of #d9bc7e

#d9bc7e

Complementary Color

#d9bc7e #7e9bd9

#d9bc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bc7e Color CSS Codes

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

#d9bc7e Text Font Color

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

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


#d9bc7e Background Color

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

This div background color is #d9bc7e


#d9bc7e Border Color

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

This div border color is #d9bc7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,188,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9bc7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9bc7e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9bc7e;
  box-shadow:         1px 1px 3px 2px #d9bc7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,188,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bc7e


Comments

No comments written yet.

Please login to write comment.