COLOR #D6A214

HEX: #D6A214
RGB: (214,162,20)

Color info

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

RGB color model

#D6A214 color RGB value is (214,162,20).

  • red value is 214;
  • green value is 162;
  • blue value is 20.
RGB:
(214,162,20)
(84%,64%,8%)

RGB channels and saturation

R 214 of 255 = 84%
G 162 of 255 = 64%
B 20 of 255 = 8%

214
162
20

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

Portions of RGB colors in percentages

R + G + B =
214 + 162 + 20 = 396 (100%)
R 214 of 396 ~ 54.04%
G 162 of 396 ~ 40.91%
B 20 of 396 ~ 5.05%

%54.04
%40.91

CMYK color model

#D6A214 color CMYK value is (0,24,91,16).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 90.65%
  • key color value is 16.08%
CMYK:
(0,24,91,16)
C0M24Y91K16 
(0%,24%,91%,16%)
(0.00/0.24/0.91/0.16)	

CMYK percentages

%0
%24.3
%90.65
%16.08

Codes

Color #D6A214 in popluar color models

D6A214
RGB21416220
HSL44°82.91%45.88%
HSB/HSV44°90.65%83.92%
CMYK0.00%24.30%90.65%
16.08%

Color #D6A214 in popluar number systems.

HEXD6A214
Decimal21416220
Binary110101101010001010100
Octal32624224

Shades and tints

Shades of #D6A214

#D6A214
(214,162,20)
#C39413
(195,148,19)
#B08612
(176,134,18)
#9D7811
(157,120,17)
#8A6A10
(138,106,16)
#775C0F
(119,92,15)
#644E0E
(100,78,14)
#51400D
(81,64,13)
#3E320C
(62,50,12)
#2B240B
(43,36,11)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #D6A214

#D6A214
(214,162,20)
#D9AA29
(217,170,41)
#DCB23E
(220,178,62)
#DFBA53
(223,186,83)
#E2C268
(226,194,104)
#E5CA7D
(229,202,125)
#E8D292
(232,210,146)
#EBDAA7
(235,218,167)
#EEE2BC
(238,226,188)
#F1EAD1
(241,234,209)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A214 color. Also use rgb(214,162,20) instead hex code.

Text Font Color

.myTextColor { color: #D6A214; }

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

This text font color is #D6A214.


Background Color

.myBgColor { background-color: #D6A214; }

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

This div background color is #D6A214.


Border color

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

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

This div border color is #D6A214.


Opacity

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

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

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

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

This text has shadow with #D6A214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A214 on black background.


Color preview on white background

This text has color #D6A214 on white background.



Black color preview on #D6A214 background

This text has black color on #D6A214 background.


White color preview on #D6A214 background

This text has white color on #D6A214 background.