COLOR #D9A955

HEX: #D9A955 RGB: (217,169,85)

Color info

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

RGB color model

#D9A955 color RGB value is (217,169,85).

RGB: (217,169,85) (85%, 66%, 33%)

RGB channels and saturation

R 217 of 255 = 85%
G 169 of 255 = 66%
B 85 of 255 = 33%

217
169
85

R + G + B ~ 61%. #D9A955 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 169 + 85 = 471 (100%)
R 217 of 471 ~ 46.07%
G 169 of 471 ~ 35.88%
B 85 of 471 ~ 18.05'%

%46.07
%35.88
%18.05

CMYK color model

#D9A955 color CMYK value is (0,22,61,15).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 60.83%
  • key color value is 14.90%

CMYK: (0,22,61,15)
C0M22Y61K15 (0%, 22%, 61%, 15%)
(0.00 / 0.22 / 0.61 / 0.15)

CMYK percentages

%0
%22.12
%60.83
%14.9

Codes

Color #D9A955 in popluar color models

D9 A9 55
RGB 217 169 85
HSL 38° 63.46% 59.22%
HSB/HSV 38° 60.83% 85.10%
CMYK 0.00% 22.12% 60.83%
14.90%

Color #D9A955 in popluar number systems.

HEX D9 A9 55
Decimal 217 169 85
Binary 11011001 10101001 1010101
Octal 331 251 125

Shades and tints

Shades of #D9A955

#D9A955
(217,169,85)
#C69A4E
(198,154,78)
#B38B47
(179,139,71)
#A07C40
(160,124,64)
#8D6D39
(141,109,57)
#7A5E32
(122,94,50)
#674F2B
(103,79,43)
#544024
(84,64,36)
#41311D
(65,49,29)
#2E2216
(46,34,22)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #D9A955

#D9A955
(217,169,85)
#DCB064
(220,176,100)
#DFB773
(223,183,115)
#E2BE82
(226,190,130)
#E5C591
(229,197,145)
#E8CCA0
(232,204,160)
#EBD3AF
(235,211,175)
#EEDABE
(238,218,190)
#F1E1CD
(241,225,205)
#F4E8DC
(244,232,220)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A955 color. Also use rgb(217,169,85) instead hex code.

Text Font Color

.myTextColor { color: #D9A955; }

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

This text font color is #D9A955.

Background Color

.myBgColor { background-color: #D9A955; }

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

This div background color is #D9A955.

Border color

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

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

This div border color is #D9A955.

Opacity

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

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

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

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

This text has shadow with #D9A955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A955.

Preview

Color preview on black background

This text has color #D9A955 on black background.


Color preview on white background

This text has color #D9A955 on white background.


Black color preview on #D9A955 background

This text has black color on #D9A955 background.


White color preview on #D9A955 background

This text has white color on #D9A955 background.


Related colors

Complementary color

Complementary color for #hex is #2656AA.


I love getcolorcode.com

Triadic colors

1 #55D9A9 and #A955D9 with #D9A955 are triadic colors.

2 #55A9D9 and #A9D955 with #D9A955 are triadic colors.