COLOR #D0A014

HEX: #D0A014
RGB: (208,160,20)

Color info

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

RGB color model

#D0A014 color RGB value is (208,160,20).

  • red value is 208;
  • green value is 160;
  • blue value is 20.
RGB:
(208,160,20)
(82%,63%,8%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 20 of 255 = 8%

208
160
20

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

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 20 = 388 (100%)
R 208 of 388 ~ 53.61%
G 160 of 388 ~ 41.24%
B 20 of 388 ~ 5.15%

%53.61
%41.24

CMYK color model

#D0A014 color CMYK value is (0,23,90,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 90.38%
  • key color value is 18.43%
CMYK:
(0,23,90,18)
C0M23Y90K18 
(0%,23%,90%,18%)
(0.00/0.23/0.90/0.18)	

CMYK percentages

%0
%23.08
%90.38
%18.43

Codes

Color #D0A014 in popluar color models

D0A014
RGB20816020
HSL45°82.46%44.71%
HSB/HSV45°90.38%81.57%
CMYK0.00%23.08%90.38%
18.43%

Color #D0A014 in popluar number systems.

HEXD0A014
Decimal20816020
Binary110100001010000010100
Octal32024024

Shades and tints

Shades of #D0A014

#D0A014
(208,160,20)
#BE9213
(190,146,19)
#AC8412
(172,132,18)
#9A7611
(154,118,17)
#886810
(136,104,16)
#765A0F
(118,90,15)
#644C0E
(100,76,14)
#523E0D
(82,62,13)
#40300C
(64,48,12)
#2E220B
(46,34,11)
#1C140A
(28,20,10)
#000000
(0,0,0)

Tints of #D0A014

#D0A014
(208,160,20)
#D4A829
(212,168,41)
#D8B03E
(216,176,62)
#DCB853
(220,184,83)
#E0C068
(224,192,104)
#E4C87D
(228,200,125)
#E8D092
(232,208,146)
#ECD8A7
(236,216,167)
#F0E0BC
(240,224,188)
#F4E8D1
(244,232,209)
#F8F0E6
(248,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A014 color. Also use rgb(208,160,20) instead hex code.

Text Font Color

.myTextColor { color: #D0A014; }

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

This text font color is #D0A014.


Background Color

.myBgColor { background-color: #D0A014; }

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

This div background color is #D0A014.


Border color

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

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

This div border color is #D0A014.


Opacity

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

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

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

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

This text has shadow with #D0A014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A014 on black background.


Color preview on white background

This text has color #D0A014 on white background.



Black color preview on #D0A014 background

This text has black color on #D0A014 background.


White color preview on #D0A014 background

This text has white color on #D0A014 background.