COLOR #D1AD7D

HEX: #D1AD7D
RGB: (209,173,125)

Color info

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

RGB color model

#D1AD7D color RGB value is (209,173,125).

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

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 125 of 255 = 49%

209
173
125

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 125 = 507 (100%)
R 209 of 507 ~ 41.22%
G 173 of 507 ~ 34.12%
B 125 of 507 ~ 24.65%

%41.22
%34.12
%24.65

CMYK color model

#D1AD7D color CMYK value is (0,17,40,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 40.19%
  • key color value is 18.04%
CMYK:
(0,17,40,18)
C0M17Y40K18 
(0%,17%,40%,18%)
(0.00/0.17/0.40/0.18)	

CMYK percentages

%0
%17.22
%40.19
%18.04

Codes

Color #D1AD7D in popluar color models

D1AD7D
RGB209173125
HSL34°47.73%65.49%
HSB/HSV34°40.19%81.96%
CMYK0.00%17.22%40.19%
18.04%

Color #D1AD7D in popluar number systems.

HEXD1AD7D
Decimal209173125
Binary11010001101011011111101
Octal321255175

Shades and tints

Shades of #D1AD7D

#D1AD7D
(209,173,125)
#BE9E72
(190,158,114)
#AB8F67
(171,143,103)
#98805C
(152,128,92)
#857151
(133,113,81)
#726246
(114,98,70)
#5F533B
(95,83,59)
#4C4430
(76,68,48)
#393525
(57,53,37)
#26261A
(38,38,26)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #D1AD7D

#D1AD7D
(209,173,125)
#D5B488
(213,180,136)
#D9BB93
(217,187,147)
#DDC29E
(221,194,158)
#E1C9A9
(225,201,169)
#E5D0B4
(229,208,180)
#E9D7BF
(233,215,191)
#EDDECA
(237,222,202)
#F1E5D5
(241,229,213)
#F5ECE0
(245,236,224)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AD7D; }

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

This text font color is #D1AD7D.


Background Color

.myBgColor { background-color: #D1AD7D; }

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

This div background color is #D1AD7D.


Border color

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

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

This div border color is #D1AD7D.


Opacity

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

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

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

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

This text has shadow with #D1AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AD7D on black background.


Color preview on white background

This text has color #D1AD7D on white background.



Black color preview on #D1AD7D background

This text has black color on #D1AD7D background.


White color preview on #D1AD7D background

This text has white color on #D1AD7D background.