Color Hex Logo

#d9b586 Color Hex

#D9B586
(217,181,134)
0 Favorites   0 Comments

Color spaces of #d9b586

RGB 217181134
HSL0.090.520.69
HSV34°38°85°
CMYK 0.000.170.38   0.15
XYZ49.442249.520729.5068
Yxy49.52070.38490.3855
Hunter Lab70.37092.263924.3991
CIE-Lab75.77416.542628.8065

#d9b586 color RGB value is (217,181,134).

#d9b586 hex color red value is 217, green value is 181 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d9b586 hue: 0.09 , saturation: 0.52 and the lightness value of d9b586 is 0.69.

The process color (four color CMYK) of #d9b586 color hex is 0.00, 0.17, 0.38, 0.15. Web safe color of #d9b586 is #cccc99. Color #d9b586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110101 10000110
Octal 331 265 206
Decimal 217 181 134
Hex D9 B5 86

RGB Percentages of Color #d9b586

%40.79
%34.02
%25.19

CMYK Percentages of Color #d9b586

%0
%17
%38
%15

Triadic Colors of #d9b586

#d9b586 #86d9b5 #b586d9

Analogous Colors of #d9b586

#d9b586 #d4d986 #d98c86

Monochromatic Colors of #d9b586

#d9b586

Complementary Color

#d9b586 #86aad9

#d9b586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b586 Color CSS Codes

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

#d9b586 Text Font Color

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

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


#d9b586 Background Color

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

This div background color is #d9b586


#d9b586 Border Color

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

This div border color is #d9b586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b586


Comments

No comments written yet.

Please login to write comment.