Color Hex Logo

#d9b374 Color Hex

#D9B374
(217,179,116)
0 Favorites   0 Comments

Color spaces of #d9b374

RGB 217179116
HSL0.100.570.65
HSV37°47°85°
CMYK 0.000.180.47   0.15
XYZ47.887848.252923.3128
Yxy48.25290.40090.4039
Hunter Lab69.46431.493128.7268
CIE-Lab74.98425.688637.2205

#d9b374 color RGB value is (217,179,116).

#d9b374 hex color red value is 217, green value is 179 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d9b374 hue: 0.10 , saturation: 0.57 and the lightness value of d9b374 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110011 01110100
Octal 331 263 164
Decimal 217 179 116
Hex D9 B3 74

RGB Percentages of Color #d9b374

%42.38
%34.96
%22.66

CMYK Percentages of Color #d9b374

%0
%18
%47
%15

Triadic Colors of #d9b374

#d9b374 #74d9b3 #b374d9

Analogous Colors of #d9b374

#d9b374 #cdd974 #d98174

Monochromatic Colors of #d9b374

#d9b374

Complementary Color

#d9b374 #749ad9

#d9b374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b374 Color CSS Codes

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

#d9b374 Text Font Color

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

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


#d9b374 Background Color

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

This div background color is #d9b374


#d9b374 Border Color

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

This div border color is #d9b374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b374


Comments

No comments written yet.

Please login to write comment.