COLOR #D1AD7F

HEX: #D1AD7F RGB: (209,173,127)

Color info

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

RGB color model

#D1AD7F color RGB value is (209,173,127).

RGB: (209,173,127) (82%, 68%, 50%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 127 of 255 = 50%

209
173
127

R + G + B ~ 67%. #D1AD7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 173 + 127 = 509 (100%)
R 209 of 509 ~ 41.06%
G 173 of 509 ~ 33.99%
B 127 of 509 ~ 24.95'%

%41.06
%33.99
%24.95

CMYK color model

#D1AD7F color CMYK value is (0,17,39,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 39.23%
  • key color value is 18.04%

CMYK: (0,17,39,18)
C0M17Y39K18 (0%, 17%, 39%, 18%)
(0.00 / 0.17 / 0.39 / 0.18)

CMYK percentages

%0
%17.22
%39.23
%18.04

Codes

Color #D1AD7F in popluar color models

D1 AD 7F
RGB 209 173 127
HSL 34° 47.13% 65.88%
HSB/HSV 34° 39.23% 81.96%
CMYK 0.00% 17.22% 39.23%
18.04%

Color #D1AD7F in popluar number systems.

HEX D1 AD 7F
Decimal 209 173 127
Binary 11010001 10101101 1111111
Octal 321 255 177

Shades and tints

Shades of #D1AD7F

#D1AD7F
(209,173,127)
#BE9E74
(190,158,116)
#AB8F69
(171,143,105)
#98805E
(152,128,94)
#857153
(133,113,83)
#726248
(114,98,72)
#5F533D
(95,83,61)
#4C4432
(76,68,50)
#393527
(57,53,39)
#26261C
(38,38,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1AD7F

#D1AD7F
(209,173,127)
#D5B48A
(213,180,138)
#D9BB95
(217,187,149)
#DDC2A0
(221,194,160)
#E1C9AB
(225,201,171)
#E5D0B6
(229,208,182)
#E9D7C1
(233,215,193)
#EDDECC
(237,222,204)
#F1E5D7
(241,229,215)
#F5ECE2
(245,236,226)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AD7F; }

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

This text font color is #D1AD7F.

Background Color

.myBgColor { background-color: #D1AD7F; }

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

This div background color is #D1AD7F.

Border color

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

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

This div border color is #D1AD7F.

Opacity

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

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

Text with #D1AD7F 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 #D1AD7F;}

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

This text has shadow with #D1AD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AD7F.

Preview

Color preview on black background

This text has color #D1AD7F on black background.


Color preview on white background

This text has color #D1AD7F on white background.


Black color preview on #D1AD7F background

This text has black color on #D1AD7F background.


White color preview on #D1AD7F background

This text has white color on #D1AD7F background.


Related colors

Complementary color

Complementary color for #hex is #2E5280.


I love getcolorcode.com

Triadic colors

1 #7FD1AD and #AD7FD1 with #D1AD7F are triadic colors.

2 #7FADD1 and #ADD17F with #D1AD7F are triadic colors.