COLOR #D1AD79

HEX: #D1AD79
RGB: (209,173,121)

Color info

#D1AD79 contains mainly red and green colors. Web safe color of #D1AD79 is #CC9966 (or #C96).

RGB color model

#D1AD79 color RGB value is (209,173,121).

  • red value is 209;
  • green value is 173;
  • blue value is 121.
RGB:
(209,173,121)
(82%,68%,47%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 121 of 255 = 47%

209
173
121

R + G + B ~ 66%. #D1AD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 121 = 503 (100%)
R 209 of 503 ~ 41.55%
G 173 of 503 ~ 34.39%
B 121 of 503 ~ 24.06%

%41.55
%34.39
%24.06

CMYK color model

#D1AD79 color CMYK value is (0,17,42,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 42.11%
  • key color value is 18.04%
CMYK:
(0,17,42,18)
C0M17Y42K18 
(0%,17%,42%,18%)
(0.00/0.17/0.42/0.18)	

CMYK percentages

%0
%17.22
%42.11
%18.04

Codes

Color #D1AD79 in popluar color models

D1AD79
RGB209173121
HSL35°48.89%64.71%
HSB/HSV35°42.11%81.96%
CMYK0.00%17.22%42.11%
18.04%

Color #D1AD79 in popluar number systems.

HEXD1AD79
Decimal209173121
Binary11010001101011011111001
Octal321255171

Shades and tints

Shades of #D1AD79

#D1AD79
(209,173,121)
#BE9E6E
(190,158,110)
#AB8F63
(171,143,99)
#988058
(152,128,88)
#85714D
(133,113,77)
#726242
(114,98,66)
#5F5337
(95,83,55)
#4C442C
(76,68,44)
#393521
(57,53,33)
#262616
(38,38,22)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #D1AD79

#D1AD79
(209,173,121)
#D5B485
(213,180,133)
#D9BB91
(217,187,145)
#DDC29D
(221,194,157)
#E1C9A9
(225,201,169)
#E5D0B5
(229,208,181)
#E9D7C1
(233,215,193)
#EDDECD
(237,222,205)
#F1E5D9
(241,229,217)
#F5ECE5
(245,236,229)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AD79 color. Also use rgb(209,173,121) instead hex code.

Text Font Color

.myTextColor { color: #D1AD79; }

<p style="color:#D1AD79">This sample text font color is #D1AD79.</p>

This text font color is #D1AD79.


Background Color

.myBgColor { background-color: #D1AD79; }

<div style="background-color:#D1AD79">Inner text</div>

This div background color is #D1AD79.


Border color

.myBorderColor { border: 1px solid #D1AD79; }

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

This div border color is #D1AD79.


Opacity

.myOpacity80 { color: #D1AD79; opacity: 0.8; }

<p style="color:#D1AD79;opacity:0.8;">80%</p>

Text with #D1AD79 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1AD79;}

<p style="text-shadow: 3px 3px 1px #D1AD79">Text here.</p>

This text has shadow with #D1AD79 color.

.textShadow {text-shadow: 3px 3px 1px #D1AD79, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1AD79, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1AD79 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1AD79, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1AD79, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1AD79 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1AD79;
  -webkit-box-shadow:	1px 1px 3px 2px #D1AD79;
  box-shadow:		1px 1px 3px 2px #D1AD79;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1AD79;
-webkit-box-shadow: 1px 1px 3px 2px #D1AD79;
box-shadow:1px 1px 3px 2px #D1AD79;">
Div content here</div>
This div box has shadow with color #D1AD79.

Preview

Color preview on black background

This text has color #D1AD79 on black background.


Color preview on white background

This text has color #D1AD79 on white background.



Black color preview on #D1AD79 background

This text has black color on #D1AD79 background.


White color preview on #D1AD79 background

This text has white color on #D1AD79 background.