COLOR #D8A40D

HEX: #D8A40D RGB: (216,164,13)

Color info

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

RGB color model

#D8A40D color RGB value is (216,164,13).

RGB: (216,164,13) (85%, 64%, 5%)

RGB channels and saturation

R 216 of 255 = 85%
G 164 of 255 = 64%
B 13 of 255 = 5%

216
164
13

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

Portions of RGB colors in percentages

R + G + B = 216 + 164 + 13 = 393 (100%)
R 216 of 393 ~ 54.96%
G 164 of 393 ~ 41.73%
B 13 of 393 ~ 3.31'%

%54.96
%41.73

CMYK color model

#D8A40D color CMYK value is (0,24,94,15).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 93.98%
  • key color value is 15.29%

CMYK: (0,24,94,15)
C0M24Y94K15 (0%, 24%, 94%, 15%)
(0.00 / 0.24 / 0.94 / 0.15)

CMYK percentages

%0
%24.07
%93.98
%15.29

Codes

Color #D8A40D in popluar color models

D8 A4 0D
RGB 216 164 13
HSL 45° 88.65% 44.90%
HSB/HSV 45° 93.98% 84.71%
CMYK 0.00% 24.07% 93.98%
15.29%

Color #D8A40D in popluar number systems.

HEX D8 A4 0D
Decimal 216 164 13
Binary 11011000 10100100 1101
Octal 330 244 15

Shades and tints

Shades of #D8A40D

#D8A40D
(216,164,13)
#C5960C
(197,150,12)
#B2880B
(178,136,11)
#9F7A0A
(159,122,10)
#8C6C09
(140,108,9)
#795E08
(121,94,8)
#665007
(102,80,7)
#534206
(83,66,6)
#403405
(64,52,5)
#2D2604
(45,38,4)
#1A1803
(26,24,3)
#000000
(0,0,0)

Tints of #D8A40D

#D8A40D
(216,164,13)
#DBAC23
(219,172,35)
#DEB439
(222,180,57)
#E1BC4F
(225,188,79)
#E4C465
(228,196,101)
#E7CC7B
(231,204,123)
#EAD491
(234,212,145)
#EDDCA7
(237,220,167)
#F0E4BD
(240,228,189)
#F3ECD3
(243,236,211)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A40D color. Also use rgb(216,164,13) instead hex code.

Text Font Color

.myTextColor { color: #D8A40D; }

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

This text font color is #D8A40D.

Background Color

.myBgColor { background-color: #D8A40D; }

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

This div background color is #D8A40D.

Border color

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

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

This div border color is #D8A40D.

Opacity

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

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

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

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

This text has shadow with #D8A40D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A40D.

Preview

Color preview on black background

This text has color #D8A40D on black background.


Color preview on white background

This text has color #D8A40D on white background.


Black color preview on #D8A40D background

This text has black color on #D8A40D background.


White color preview on #D8A40D background

This text has white color on #D8A40D background.


Related colors

Complementary color

Complementary color for #hex is #275BF2.


I love getcolorcode.com

Triadic colors

1 #0DD8A4 and #A40DD8 with #D8A40D are triadic colors.

2 #0DA4D8 and #A4D80D with #D8A40D are triadic colors.