COLOR #D9AD8D

HEX: #D9AD8D
RGB: (217,173,141)

Color info

#D9AD8D contains mainly red and green colors. Web safe color of #D9AD8D is #CC9999 (or #C99).

RGB color model

#D9AD8D color RGB value is (217,173,141).

  • red value is 217;
  • green value is 173;
  • blue value is 141.
RGB:
(217,173,141)
(85%,68%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 141 of 255 = 55%

217
173
141

R + G + B ~ 69%. #D9AD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 173 + 141 = 531 (100%)
R 217 of 531 ~ 40.87%
G 173 of 531 ~ 32.58%
B 141 of 531 ~ 26.55%

%40.87
%32.58
%26.55

CMYK color model

#D9AD8D color CMYK value is (0,20,35,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(0,20,35,15)
C0M20Y35K15 
(0%,20%,35%,15%)
(0.00/0.20/0.35/0.15)	

CMYK percentages

%0
%20.28
%35.02
%14.9

Codes

Color #D9AD8D in popluar color models

D9AD8D
RGB217173141
HSL25°50.00%70.20%
HSB/HSV25°35.02%85.10%
CMYK0.00%20.28%35.02%
14.90%

Color #D9AD8D in popluar number systems.

HEXD9AD8D
Decimal217173141
Binary110110011010110110001101
Octal331255215

Shades and tints

Shades of #D9AD8D

#D9AD8D
(217,173,141)
#C69E81
(198,158,129)
#B38F75
(179,143,117)
#A08069
(160,128,105)
#8D715D
(141,113,93)
#7A6251
(122,98,81)
#675345
(103,83,69)
#544439
(84,68,57)
#41352D
(65,53,45)
#2E2621
(46,38,33)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9AD8D

#D9AD8D
(217,173,141)
#DCB497
(220,180,151)
#DFBBA1
(223,187,161)
#E2C2AB
(226,194,171)
#E5C9B5
(229,201,181)
#E8D0BF
(232,208,191)
#EBD7C9
(235,215,201)
#EEDED3
(238,222,211)
#F1E5DD
(241,229,221)
#F4ECE7
(244,236,231)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AD8D color. Also use rgb(217,173,141) instead hex code.

Text Font Color

.myTextColor { color: #D9AD8D; }

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

This text font color is #D9AD8D.


Background Color

.myBgColor { background-color: #D9AD8D; }

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

This div background color is #D9AD8D.


Border color

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

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

This div border color is #D9AD8D.


Opacity

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

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

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

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

This text has shadow with #D9AD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AD8D on black background.


Color preview on white background

This text has color #D9AD8D on white background.



Black color preview on #D9AD8D background

This text has black color on #D9AD8D background.


White color preview on #D9AD8D background

This text has white color on #D9AD8D background.