Color Hex Logo

#d9bc91 Color Hex

#D9BC91
(217,188,145)
0 Favorites   0 Comments

Color spaces of #d9bc91

RGB 217188145
HSL0.100.490.71
HSV36°33°85°
CMYK 0.000.130.33   0.15
XYZ51.709352.762534.2469
Yxy52.76250.37280.3804
Hunter Lab72.6378-0.045822.8927
CIE-Lab77.73464.147025.5973

#d9bc91 color RGB value is (217,188,145).

#d9bc91 hex color red value is 217, green value is 188 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d9bc91 hue: 0.10 , saturation: 0.49 and the lightness value of d9bc91 is 0.71.

The process color (four color CMYK) of #d9bc91 color hex is 0.00, 0.13, 0.33, 0.15. Web safe color of #d9bc91 is #cccc99. Color #d9bc91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 10010001
Octal 331 274 221
Decimal 217 188 145
Hex D9 BC 91

RGB Percentages of Color #d9bc91

%39.45
%34.18
%26.36

CMYK Percentages of Color #d9bc91

%0
%13
%33
%15

Triadic Colors of #d9bc91

#d9bc91 #91d9bc #bc91d9

Analogous Colors of #d9bc91

#d9bc91 #d2d991 #d99891

Monochromatic Colors of #d9bc91

#d9bc91

Complementary Color

#d9bc91 #91aed9

#d9bc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bc91 Color CSS Codes

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

#d9bc91 Text Font Color

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

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


#d9bc91 Background Color

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

This div background color is #d9bc91


#d9bc91 Border Color

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

This div border color is #d9bc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bc91


Comments

No comments written yet.

Please login to write comment.