COLOR #D2A906

HEX: #D2A906
RGB: (210,169,6)

Color info

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

RGB color model

#D2A906 color RGB value is (210,169,6).

  • red value is 210;
  • green value is 169;
  • blue value is 6.
RGB:
(210,169,6)
(82%,66%,2%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 6 of 255 = 2%

210
169
6

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

Portions of RGB colors in percentages

R + G + B =
210 + 169 + 6 = 385 (100%)
R 210 of 385 ~ 54.55%
G 169 of 385 ~ 43.9%
B 6 of 385 ~ 1.56%

%54.55
%43.9

CMYK color model

#D2A906 color CMYK value is (0,20,97,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 97.14%
  • key color value is 17.65%
CMYK:
(0,20,97,18)
C0M20Y97K18 
(0%,20%,97%,18%)
(0.00/0.20/0.97/0.18)	

CMYK percentages

%0
%19.52
%97.14
%17.65

Codes

Color #D2A906 in popluar color models

D2A906
RGB2101696
HSL48°94.44%42.35%
HSB/HSV48°97.14%82.35%
CMYK0.00%19.52%97.14%
17.65%

Color #D2A906 in popluar number systems.

HEXD2A906
Decimal2101696
Binary1101001010101001110
Octal3222516

Shades and tints

Shades of #D2A906

#D2A906
(210,169,6)
#BF9A06
(191,154,6)
#AC8B06
(172,139,6)
#997C06
(153,124,6)
#866D06
(134,109,6)
#735E06
(115,94,6)
#604F06
(96,79,6)
#4D4006
(77,64,6)
#3A3106
(58,49,6)
#272206
(39,34,6)
#141306
(20,19,6)
#000000
(0,0,0)

Tints of #D2A906

#D2A906
(210,169,6)
#D6B01C
(214,176,28)
#DAB732
(218,183,50)
#DEBE48
(222,190,72)
#E2C55E
(226,197,94)
#E6CC74
(230,204,116)
#EAD38A
(234,211,138)
#EEDAA0
(238,218,160)
#F2E1B6
(242,225,182)
#F6E8CC
(246,232,204)
#FAEFE2
(250,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A906 color. Also use rgb(210,169,6) instead hex code.

Text Font Color

.myTextColor { color: #D2A906; }

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

This text font color is #D2A906.


Background Color

.myBgColor { background-color: #D2A906; }

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

This div background color is #D2A906.


Border color

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

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

This div border color is #D2A906.


Opacity

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

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

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

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

This text has shadow with #D2A906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A906 on black background.


Color preview on white background

This text has color #D2A906 on white background.



Black color preview on #D2A906 background

This text has black color on #D2A906 background.


White color preview on #D2A906 background

This text has white color on #D2A906 background.