COLOR #D9AC55

HEX: #D9AC55
RGB: (217,172,85)

Color info

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

RGB color model

#D9AC55 color RGB value is (217,172,85).

  • red value is 217;
  • green value is 172;
  • blue value is 85.
RGB:
(217,172,85)
(85%,67%,33%)

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 85 of 255 = 33%

217
172
85

R + G + B ~ 62%. #D9AC55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 85 = 474 (100%)
R 217 of 474 ~ 45.78%
G 172 of 474 ~ 36.29%
B 85 of 474 ~ 17.93%

%45.78
%36.29
%17.93

CMYK color model

#D9AC55 color CMYK value is (0,21,61,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 60.83%
  • key color value is 14.90%
CMYK:
(0,21,61,15)
C0M21Y61K15 
(0%,21%,61%,15%)
(0.00/0.21/0.61/0.15)	

CMYK percentages

%0
%20.74
%60.83
%14.9

Codes

Color #D9AC55 in popluar color models

D9AC55
RGB21717285
HSL40°63.46%59.22%
HSB/HSV40°60.83%85.10%
CMYK0.00%20.74%60.83%
14.90%

Color #D9AC55 in popluar number systems.

HEXD9AC55
Decimal21717285
Binary11011001101011001010101
Octal331254125

Shades and tints

Shades of #D9AC55

#D9AC55
(217,172,85)
#C69D4E
(198,157,78)
#B38E47
(179,142,71)
#A07F40
(160,127,64)
#8D7039
(141,112,57)
#7A6132
(122,97,50)
#67522B
(103,82,43)
#544324
(84,67,36)
#41341D
(65,52,29)
#2E2516
(46,37,22)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #D9AC55

#D9AC55
(217,172,85)
#DCB364
(220,179,100)
#DFBA73
(223,186,115)
#E2C182
(226,193,130)
#E5C891
(229,200,145)
#E8CFA0
(232,207,160)
#EBD6AF
(235,214,175)
#EEDDBE
(238,221,190)
#F1E4CD
(241,228,205)
#F4EBDC
(244,235,220)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AC55; }

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

This text font color is #D9AC55.


Background Color

.myBgColor { background-color: #D9AC55; }

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

This div background color is #D9AC55.


Border color

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

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

This div border color is #D9AC55.


Opacity

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

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

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

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

This text has shadow with #D9AC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AC55 on black background.


Color preview on white background

This text has color #D9AC55 on white background.



Black color preview on #D9AC55 background

This text has black color on #D9AC55 background.


White color preview on #D9AC55 background

This text has white color on #D9AC55 background.