Color Hex Logo

#d9ad7b Color Hex

#D9AD7B
(217,173,123)
0 Favorites   0 Comments

Color spaces of #d9ad7b

RGB 217173123
HSL0.090.550.67
HSV32°43°85°
CMYK 0.000.200.43   0.15
XYZ47.134046.068925.1469
Yxy46.06890.39830.3893
Hunter Lab67.87415.176725.5453
CIE-Lab73.59029.598431.7583

#d9ad7b color RGB value is (217,173,123).

#d9ad7b hex color red value is 217, green value is 173 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d9ad7b hue: 0.09 , saturation: 0.55 and the lightness value of d9ad7b is 0.67.

The process color (four color CMYK) of #d9ad7b color hex is 0.00, 0.20, 0.43, 0.15. Web safe color of #d9ad7b is #cc9966. Color #d9ad7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 01111011
Octal 331 255 173
Decimal 217 173 123
Hex D9 AD 7B

RGB Percentages of Color #d9ad7b

%42.30
%33.72
%23.98

CMYK Percentages of Color #d9ad7b

%0
%20
%43
%15

Triadic Colors of #d9ad7b

#d9ad7b #7bd9ad #ad7bd9

Analogous Colors of #d9ad7b

#d9ad7b #d6d97b #d97e7b

Monochromatic Colors of #d9ad7b

#d9ad7b

Complementary Color

#d9ad7b #7ba7d9

#d9ad7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ad7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ad7b Color CSS Codes

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

#d9ad7b Text Font Color

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

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


#d9ad7b Background Color

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

This div background color is #d9ad7b


#d9ad7b Border Color

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

This div border color is #d9ad7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ad7b


Comments

No comments written yet.

Please login to write comment.