Color Hex Logo

#d9b96a Color Hex

#D9B96A
(217,185,106)
0 Favorites   0 Comments

Color spaces of #d9b96a

RGB 217185106
HSL0.120.590.63
HSV43°51°85°
CMYK 0.000.150.51   0.15
XYZ48.565850.490220.8216
Yxy50.49020.40510.4212
Hunter Lab71.0565-2.347332.3658
CIE-Lab76.36921.587644.0318

#d9b96a color RGB value is (217,185,106).

#d9b96a hex color red value is 217, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d9b96a hue: 0.12 , saturation: 0.59 and the lightness value of d9b96a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111001 01101010
Octal 331 271 152
Decimal 217 185 106
Hex D9 B9 6A

RGB Percentages of Color #d9b96a

%42.72
%36.42
%20.87

CMYK Percentages of Color #d9b96a

%0
%15
%51
%15

Triadic Colors of #d9b96a

#d9b96a #6ad9b9 #b96ad9

Analogous Colors of #d9b96a

#d9b96a #c2d96a #d9826a

Monochromatic Colors of #d9b96a

#d9b96a

Complementary Color

#d9b96a #6a8ad9

#d9b96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b96a Color CSS Codes

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

#d9b96a Text Font Color

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

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


#d9b96a Background Color

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

This div background color is #d9b96a


#d9b96a Border Color

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

This div border color is #d9b96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b96a


Comments

No comments written yet.

Please login to write comment.