COLOR #D9AC6D

HEX: #D9AC6D RGB: (217,172,109)

Color info

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

RGB color model

#D9AC6D color RGB value is (217,172,109).

RGB: (217,172,109) (85%, 67%, 43%)

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 109 of 255 = 43%

217
172
109

R + G + B ~ 65%. #D9AC6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 172 + 109 = 498 (100%)
R 217 of 498 ~ 43.57%
G 172 of 498 ~ 34.54%
B 109 of 498 ~ 21.89'%

%43.57
%34.54
%21.89

CMYK color model

#D9AC6D color CMYK value is (0,21,50,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 49.77%
  • key color value is 14.90%

CMYK: (0,21,50,15)
C0M21Y50K15 (0%, 21%, 50%, 15%)
(0.00 / 0.21 / 0.50 / 0.15)

CMYK percentages

%0
%20.74
%49.77
%14.9

Codes

Color #D9AC6D in popluar color models

D9 AC 6D
RGB 217 172 109
HSL 35° 58.70% 63.92%
HSB/HSV 35° 49.77% 85.10%
CMYK 0.00% 20.74% 49.77%
14.90%

Color #D9AC6D in popluar number systems.

HEX D9 AC 6D
Decimal 217 172 109
Binary 11011001 10101100 1101101
Octal 331 254 155

Shades and tints

Shades of #D9AC6D

#D9AC6D
(217,172,109)
#C69D64
(198,157,100)
#B38E5B
(179,142,91)
#A07F52
(160,127,82)
#8D7049
(141,112,73)
#7A6140
(122,97,64)
#675237
(103,82,55)
#54432E
(84,67,46)
#413425
(65,52,37)
#2E251C
(46,37,28)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #D9AC6D

#D9AC6D
(217,172,109)
#DCB37A
(220,179,122)
#DFBA87
(223,186,135)
#E2C194
(226,193,148)
#E5C8A1
(229,200,161)
#E8CFAE
(232,207,174)
#EBD6BB
(235,214,187)
#EEDDC8
(238,221,200)
#F1E4D5
(241,228,213)
#F4EBE2
(244,235,226)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AC6D color. Also use rgb(217,172,109) instead hex code.

Text Font Color

.myTextColor { color: #D9AC6D; }

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

This text font color is #D9AC6D.

Background Color

.myBgColor { background-color: #D9AC6D; }

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

This div background color is #D9AC6D.

Border color

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

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

This div border color is #D9AC6D.

Opacity

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

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

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

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

This text has shadow with #D9AC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AC6D.

Preview

Color preview on black background

This text has color #D9AC6D on black background.


Color preview on white background

This text has color #D9AC6D on white background.


Black color preview on #D9AC6D background

This text has black color on #D9AC6D background.


White color preview on #D9AC6D background

This text has white color on #D9AC6D background.


Related colors

Complementary color

Complementary color for #hex is #265392.


I love getcolorcode.com

Triadic colors

1 #6DD9AC and #AC6DD9 with #D9AC6D are triadic colors.

2 #6DACD9 and #ACD96D with #D9AC6D are triadic colors.