Color Hex Logo

#d9b55e Color Hex

#D9B55E
(217,181,94)
0 Favorites   0 Comments

Color spaces of #d9b55e

RGB 21718194
HSL0.120.620.61
HSV42°57°85°
CMYK 0.000.170.57   0.15
XYZ47.159548.607617.4863
Yxy48.60760.41640.4292
Hunter Lab69.7192-1.267433.9328
CIE-Lab75.20662.702848.5411

#d9b55e color RGB value is (217,181,94).

#d9b55e hex color red value is 217, green value is 181 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d9b55e hue: 0.12 , saturation: 0.62 and the lightness value of d9b55e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110101 01011110
Octal 331 265 136
Decimal 217 181 94
Hex D9 B5 5E

RGB Percentages of Color #d9b55e

%44.11
%36.79
%19.11

CMYK Percentages of Color #d9b55e

%0
%17
%57
%15

Triadic Colors of #d9b55e

#d9b55e #5ed9b5 #b55ed9

Analogous Colors of #d9b55e

#d9b55e #c0d95e #d9785e

Monochromatic Colors of #d9b55e

#d9b55e

Complementary Color

#d9b55e #5e82d9

#d9b55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b55e Color CSS Codes

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

#d9b55e Text Font Color

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

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


#d9b55e Background Color

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

This div background color is #d9b55e


#d9b55e Border Color

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

This div border color is #d9b55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b55e


Comments

No comments written yet.

Please login to write comment.