COLOR #D0A217

HEX: #D0A217
RGB: (208,162,23)

Color info

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

RGB color model

#D0A217 color RGB value is (208,162,23).

  • red value is 208;
  • green value is 162;
  • blue value is 23.
RGB:
(208,162,23)
(82%,64%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 23 of 255 = 9%

208
162
23

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

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 23 = 393 (100%)
R 208 of 393 ~ 52.93%
G 162 of 393 ~ 41.22%
B 23 of 393 ~ 5.85%

%52.93
%41.22

CMYK color model

#D0A217 color CMYK value is (0,22,89,18).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 88.94%
  • key color value is 18.43%
CMYK:
(0,22,89,18)
C0M22Y89K18 
(0%,22%,89%,18%)
(0.00/0.22/0.89/0.18)	

CMYK percentages

%0
%22.12
%88.94
%18.43

Codes

Color #D0A217 in popluar color models

D0A217
RGB20816223
HSL45°80.09%45.29%
HSB/HSV45°88.94%81.57%
CMYK0.00%22.12%88.94%
18.43%

Color #D0A217 in popluar number systems.

HEXD0A217
Decimal20816223
Binary110100001010001010111
Octal32024227

Shades and tints

Shades of #D0A217

#D0A217
(208,162,23)
#BE9415
(190,148,21)
#AC8613
(172,134,19)
#9A7811
(154,120,17)
#886A0F
(136,106,15)
#765C0D
(118,92,13)
#644E0B
(100,78,11)
#524009
(82,64,9)
#403207
(64,50,7)
#2E2405
(46,36,5)
#1C1603
(28,22,3)
#000000
(0,0,0)

Tints of #D0A217

#D0A217
(208,162,23)
#D4AA2C
(212,170,44)
#D8B241
(216,178,65)
#DCBA56
(220,186,86)
#E0C26B
(224,194,107)
#E4CA80
(228,202,128)
#E8D295
(232,210,149)
#ECDAAA
(236,218,170)
#F0E2BF
(240,226,191)
#F4EAD4
(244,234,212)
#F8F2E9
(248,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A217 color. Also use rgb(208,162,23) instead hex code.

Text Font Color

.myTextColor { color: #D0A217; }

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

This text font color is #D0A217.


Background Color

.myBgColor { background-color: #D0A217; }

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

This div background color is #D0A217.


Border color

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

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

This div border color is #D0A217.


Opacity

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

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

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

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

This text has shadow with #D0A217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A217 on black background.


Color preview on white background

This text has color #D0A217 on white background.



Black color preview on #D0A217 background

This text has black color on #D0A217 background.


White color preview on #D0A217 background

This text has white color on #D0A217 background.