COLOR #D9AC62

HEX: #D9AC62
RGB: (217,172,98)

Color info

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

RGB color model

#D9AC62 color RGB value is (217,172,98).

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

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 98 of 255 = 38%

217
172
98

R + G + B ~ 63%. #D9AC62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 98 = 487 (100%)
R 217 of 487 ~ 44.56%
G 172 of 487 ~ 35.32%
B 98 of 487 ~ 20.12%

%44.56
%35.32
%20.12

CMYK color model

#D9AC62 color CMYK value is (0,21,55,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 54.84%
  • key color value is 14.90%
CMYK:
(0,21,55,15)
C0M21Y55K15 
(0%,21%,55%,15%)
(0.00/0.21/0.55/0.15)	

CMYK percentages

%0
%20.74
%54.84
%14.9

Codes

Color #D9AC62 in popluar color models

D9AC62
RGB21717298
HSL37°61.03%61.76%
HSB/HSV37°54.84%85.10%
CMYK0.00%20.74%54.84%
14.90%

Color #D9AC62 in popluar number systems.

HEXD9AC62
Decimal21717298
Binary11011001101011001100010
Octal331254142

Shades and tints

Shades of #D9AC62

#D9AC62
(217,172,98)
#C69D5A
(198,157,90)
#B38E52
(179,142,82)
#A07F4A
(160,127,74)
#8D7042
(141,112,66)
#7A613A
(122,97,58)
#675232
(103,82,50)
#54432A
(84,67,42)
#413422
(65,52,34)
#2E251A
(46,37,26)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #D9AC62

#D9AC62
(217,172,98)
#DCB370
(220,179,112)
#DFBA7E
(223,186,126)
#E2C18C
(226,193,140)
#E5C89A
(229,200,154)
#E8CFA8
(232,207,168)
#EBD6B6
(235,214,182)
#EEDDC4
(238,221,196)
#F1E4D2
(241,228,210)
#F4EBE0
(244,235,224)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AC62; }

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

This text font color is #D9AC62.


Background Color

.myBgColor { background-color: #D9AC62; }

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

This div background color is #D9AC62.


Border color

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

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

This div border color is #D9AC62.


Opacity

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

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

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

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

This text has shadow with #D9AC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AC62 on black background.


Color preview on white background

This text has color #D9AC62 on white background.



Black color preview on #D9AC62 background

This text has black color on #D9AC62 background.


White color preview on #D9AC62 background

This text has white color on #D9AC62 background.