COLOR #D5A94E

HEX: #D5A94E
RGB: (213,169,78)

Color info

#D5A94E contains mainly red and green colors. Web safe color of #D5A94E is #CC9966 (or #C96).

RGB color model

#D5A94E color RGB value is (213,169,78).

  • red value is 213;
  • green value is 169;
  • blue value is 78.
RGB:
(213,169,78)
(84%,66%,31%)

RGB channels and saturation

R 213 of 255 = 84%
G 169 of 255 = 66%
B 78 of 255 = 31%

213
169
78

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

Portions of RGB colors in percentages

R + G + B =
213 + 169 + 78 = 460 (100%)
R 213 of 460 ~ 46.3%
G 169 of 460 ~ 36.74%
B 78 of 460 ~ 16.96%

%46.3
%36.74
%16.96

CMYK color model

#D5A94E color CMYK value is (0,21,63,16).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK:
(0,21,63,16)
C0M21Y63K16 
(0%,21%,63%,16%)
(0.00/0.21/0.63/0.16)	

CMYK percentages

%0
%20.66
%63.38
%16.47

Codes

Color #D5A94E in popluar color models

D5A94E
RGB21316978
HSL40°61.64%57.06%
HSB/HSV40°63.38%83.53%
CMYK0.00%20.66%63.38%
16.47%

Color #D5A94E in popluar number systems.

HEXD5A94E
Decimal21316978
Binary11010101101010011001110
Octal325251116

Shades and tints

Shades of #D5A94E

#D5A94E
(213,169,78)
#C29A47
(194,154,71)
#AF8B40
(175,139,64)
#9C7C39
(156,124,57)
#896D32
(137,109,50)
#765E2B
(118,94,43)
#634F24
(99,79,36)
#50401D
(80,64,29)
#3D3116
(61,49,22)
#2A220F
(42,34,15)
#171308
(23,19,8)
#000000
(0,0,0)

Tints of #D5A94E

#D5A94E
(213,169,78)
#D8B05E
(216,176,94)
#DBB76E
(219,183,110)
#DEBE7E
(222,190,126)
#E1C58E
(225,197,142)
#E4CC9E
(228,204,158)
#E7D3AE
(231,211,174)
#EADABE
(234,218,190)
#EDE1CE
(237,225,206)
#F0E8DE
(240,232,222)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A94E color. Also use rgb(213,169,78) instead hex code.

Text Font Color

.myTextColor { color: #D5A94E; }

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

This text font color is #D5A94E.


Background Color

.myBgColor { background-color: #D5A94E; }

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

This div background color is #D5A94E.


Border color

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

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

This div border color is #D5A94E.


Opacity

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

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

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

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

This text has shadow with #D5A94E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A94E on black background.


Color preview on white background

This text has color #D5A94E on white background.



Black color preview on #D5A94E background

This text has black color on #D5A94E background.


White color preview on #D5A94E background

This text has white color on #D5A94E background.