Color Hex Logo

#d9ba73 Color Hex

#D9BA73
(217,186,115)
0 Favorites   0 Comments

Color spaces of #d9ba73

RGB 217186115
HSL0.120.570.65
HSV42°47°85°
CMYK 0.000.140.47   0.15
XYZ49.268751.107323.4876
Yxy51.10730.39780.4126
Hunter Lab71.4894-2.088630.5630
CIE-Lab76.74401.891439.9563

#d9ba73 color RGB value is (217,186,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 01110011
Octal 331 272 163
Decimal 217 186 115
Hex D9 BA 73

RGB Percentages of Color #d9ba73

%41.89
%35.91
%22.20

CMYK Percentages of Color #d9ba73

%0
%14
%47
%15

Triadic Colors of #d9ba73

#d9ba73 #73d9ba #ba73d9

Analogous Colors of #d9ba73

#d9ba73 #c5d973 #d98773

Monochromatic Colors of #d9ba73

#d9ba73

Complementary Color

#d9ba73 #7392d9

#d9ba73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ba73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ba73 Color CSS Codes

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

#d9ba73 Text Font Color

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

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


#d9ba73 Background Color

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

This div background color is #d9ba73


#d9ba73 Border Color

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

This div border color is #d9ba73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ba73


Comments

No comments written yet.

Please login to write comment.