COLOR #D9AC1E

HEX: #D9AC1E
RGB: (217,172,30)

Color info

#D9AC1E contains mainly red and green colors. Web safe color of #D9AC1E is #CC9933 (or #C93).

RGB color model

#D9AC1E color RGB value is (217,172,30).

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

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 30 of 255 = 12%

217
172
30

R + G + B ~ 55%. #D9AC1E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 30 = 419 (100%)
R 217 of 419 ~ 51.79%
G 172 of 419 ~ 41.05%
B 30 of 419 ~ 7.16%

%51.79
%41.05

CMYK color model

#D9AC1E color CMYK value is (0,21,86,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 86.18%
  • key color value is 14.90%
CMYK:
(0,21,86,15)
C0M21Y86K15 
(0%,21%,86%,15%)
(0.00/0.21/0.86/0.15)	

CMYK percentages

%0
%20.74
%86.18
%14.9

Codes

Color #D9AC1E in popluar color models

D9AC1E
RGB21717230
HSL46°75.71%48.43%
HSB/HSV46°86.18%85.10%
CMYK0.00%20.74%86.18%
14.90%

Color #D9AC1E in popluar number systems.

HEXD9AC1E
Decimal21717230
Binary110110011010110011110
Octal33125436

Shades and tints

Shades of #D9AC1E

#D9AC1E
(217,172,30)
#C69D1C
(198,157,28)
#B38E1A
(179,142,26)
#A07F18
(160,127,24)
#8D7016
(141,112,22)
#7A6114
(122,97,20)
#675212
(103,82,18)
#544310
(84,67,16)
#41340E
(65,52,14)
#2E250C
(46,37,12)
#1B160A
(27,22,10)
#000000
(0,0,0)

Tints of #D9AC1E

#D9AC1E
(217,172,30)
#DCB332
(220,179,50)
#DFBA46
(223,186,70)
#E2C15A
(226,193,90)
#E5C86E
(229,200,110)
#E8CF82
(232,207,130)
#EBD696
(235,214,150)
#EEDDAA
(238,221,170)
#F1E4BE
(241,228,190)
#F4EBD2
(244,235,210)
#F7F2E6
(247,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AC1E; }

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

This text font color is #D9AC1E.


Background Color

.myBgColor { background-color: #D9AC1E; }

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

This div background color is #D9AC1E.


Border color

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

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

This div border color is #D9AC1E.


Opacity

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

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

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

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

This text has shadow with #D9AC1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AC1E on black background.


Color preview on white background

This text has color #D9AC1E on white background.



Black color preview on #D9AC1E background

This text has black color on #D9AC1E background.


White color preview on #D9AC1E background

This text has white color on #D9AC1E background.