COLOR #D4A910

HEX: #D4A910
RGB: (212,169,16)

Color info

#D4A910 contains mainly red and green colors. Web safe color of #D4A910 is #CC9900 (or #C90).

RGB color model

#D4A910 color RGB value is (212,169,16).

  • red value is 212;
  • green value is 169;
  • blue value is 16.
RGB:
(212,169,16)
(83%,66%,6%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 16 of 255 = 6%

212
169
16

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

Portions of RGB colors in percentages

R + G + B =
212 + 169 + 16 = 397 (100%)
R 212 of 397 ~ 53.4%
G 169 of 397 ~ 42.57%
B 16 of 397 ~ 4.03%

%53.4
%42.57

CMYK color model

#D4A910 color CMYK value is (0,20,92,17).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 92.45%
  • key color value is 16.86%
CMYK:
(0,20,92,17)
C0M20Y92K17 
(0%,20%,92%,17%)
(0.00/0.20/0.92/0.17)	

CMYK percentages

%0
%20.28
%92.45
%16.86

Codes

Color #D4A910 in popluar color models

D4A910
RGB21216916
HSL47°85.96%44.71%
HSB/HSV47°92.45%83.14%
CMYK0.00%20.28%92.45%
16.86%

Color #D4A910 in popluar number systems.

HEXD4A910
Decimal21216916
Binary110101001010100110000
Octal32425120

Shades and tints

Shades of #D4A910

#D4A910
(212,169,16)
#C19A0F
(193,154,15)
#AE8B0E
(174,139,14)
#9B7C0D
(155,124,13)
#886D0C
(136,109,12)
#755E0B
(117,94,11)
#624F0A
(98,79,10)
#4F4009
(79,64,9)
#3C3108
(60,49,8)
#292207
(41,34,7)
#161306
(22,19,6)
#000000
(0,0,0)

Tints of #D4A910

#D4A910
(212,169,16)
#D7B025
(215,176,37)
#DAB73A
(218,183,58)
#DDBE4F
(221,190,79)
#E0C564
(224,197,100)
#E3CC79
(227,204,121)
#E6D38E
(230,211,142)
#E9DAA3
(233,218,163)
#ECE1B8
(236,225,184)
#EFE8CD
(239,232,205)
#F2EFE2
(242,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A910 color. Also use rgb(212,169,16) instead hex code.

Text Font Color

.myTextColor { color: #D4A910; }

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

This text font color is #D4A910.


Background Color

.myBgColor { background-color: #D4A910; }

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

This div background color is #D4A910.


Border color

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

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

This div border color is #D4A910.


Opacity

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

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

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

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

This text has shadow with #D4A910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A910 on black background.


Color preview on white background

This text has color #D4A910 on white background.



Black color preview on #D4A910 background

This text has black color on #D4A910 background.


White color preview on #D4A910 background

This text has white color on #D4A910 background.