COLOR #D8AD2E

HEX: #D8AD2E
RGB: (216,173,46)

Color info

#D8AD2E contains mainly red and green colors. Web safe color of #D8AD2E is #CC9933 (or #C93).

RGB color model

#D8AD2E color RGB value is (216,173,46).

  • red value is 216;
  • green value is 173;
  • blue value is 46.
RGB:
(216,173,46)
(85%,68%,18%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 46 of 255 = 18%

216
173
46

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

Portions of RGB colors in percentages

R + G + B =
216 + 173 + 46 = 435 (100%)
R 216 of 435 ~ 49.66%
G 173 of 435 ~ 39.77%
B 46 of 435 ~ 10.57%

%49.66
%39.77
%10.57

CMYK color model

#D8AD2E color CMYK value is (0,20,79,15).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 78.70%
  • key color value is 15.29%
CMYK:
(0,20,79,15)
C0M20Y79K15 
(0%,20%,79%,15%)
(0.00/0.20/0.79/0.15)	

CMYK percentages

%0
%19.91
%78.7
%15.29

Codes

Color #D8AD2E in popluar color models

D8AD2E
RGB21617346
HSL45°68.55%51.37%
HSB/HSV45°78.70%84.71%
CMYK0.00%19.91%78.70%
15.29%

Color #D8AD2E in popluar number systems.

HEXD8AD2E
Decimal21617346
Binary1101100010101101101110
Octal33025556

Shades and tints

Shades of #D8AD2E

#D8AD2E
(216,173,46)
#C59E2A
(197,158,42)
#B28F26
(178,143,38)
#9F8022
(159,128,34)
#8C711E
(140,113,30)
#79621A
(121,98,26)
#665316
(102,83,22)
#534412
(83,68,18)
#40350E
(64,53,14)
#2D260A
(45,38,10)
#1A1706
(26,23,6)
#000000
(0,0,0)

Tints of #D8AD2E

#D8AD2E
(216,173,46)
#DBB441
(219,180,65)
#DEBB54
(222,187,84)
#E1C267
(225,194,103)
#E4C97A
(228,201,122)
#E7D08D
(231,208,141)
#EAD7A0
(234,215,160)
#EDDEB3
(237,222,179)
#F0E5C6
(240,229,198)
#F3ECD9
(243,236,217)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AD2E color. Also use rgb(216,173,46) instead hex code.

Text Font Color

.myTextColor { color: #D8AD2E; }

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

This text font color is #D8AD2E.


Background Color

.myBgColor { background-color: #D8AD2E; }

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

This div background color is #D8AD2E.


Border color

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

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

This div border color is #D8AD2E.


Opacity

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

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

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

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

This text has shadow with #D8AD2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AD2E on black background.


Color preview on white background

This text has color #D8AD2E on white background.



Black color preview on #D8AD2E background

This text has black color on #D8AD2E background.


White color preview on #D8AD2E background

This text has white color on #D8AD2E background.