COLOR #D3A54E

HEX: #D3A54E RGB: (211,165,78)

Color info

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

RGB color model

#D3A54E color RGB value is (211,165,78).

RGB: (211,165,78) (83%, 65%, 31%)

RGB channels and saturation

R 211 of 255 = 83%
G 165 of 255 = 65%
B 78 of 255 = 31%

211
165
78

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

Portions of RGB colors in percentages

R + G + B = 211 + 165 + 78 = 454 (100%)
R 211 of 454 ~ 46.48%
G 165 of 454 ~ 36.34%
B 78 of 454 ~ 17.18'%

%46.48
%36.34
%17.18

CMYK color model

#D3A54E color CMYK value is (0,22,63,17).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 63.03%
  • key color value is 17.25%

CMYK: (0,22,63,17)
C0M22Y63K17 (0%, 22%, 63%, 17%)
(0.00 / 0.22 / 0.63 / 0.17)

CMYK percentages

%0
%21.8
%63.03
%17.25

Codes

Color #D3A54E in popluar color models

D3 A5 4E
RGB 211 165 78
HSL 39° 60.18% 56.67%
HSB/HSV 39° 63.03% 82.75%
CMYK 0.00% 21.80% 63.03%
17.25%

Color #D3A54E in popluar number systems.

HEX D3 A5 4E
Decimal 211 165 78
Binary 11010011 10100101 1001110
Octal 323 245 116

Shades and tints

Shades of #D3A54E

#D3A54E
(211,165,78)
#C09647
(192,150,71)
#AD8740
(173,135,64)
#9A7839
(154,120,57)
#876932
(135,105,50)
#745A2B
(116,90,43)
#614B24
(97,75,36)
#4E3C1D
(78,60,29)
#3B2D16
(59,45,22)
#281E0F
(40,30,15)
#150F08
(21,15,8)
#000000
(0,0,0)

Tints of #D3A54E

#D3A54E
(211,165,78)
#D7AD5E
(215,173,94)
#DBB56E
(219,181,110)
#DFBD7E
(223,189,126)
#E3C58E
(227,197,142)
#E7CD9E
(231,205,158)
#EBD5AE
(235,213,174)
#EFDDBE
(239,221,190)
#F3E5CE
(243,229,206)
#F7EDDE
(247,237,222)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A54E color. Also use rgb(211,165,78) instead hex code.

Text Font Color

.myTextColor { color: #D3A54E; }

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

This text font color is #D3A54E.

Background Color

.myBgColor { background-color: #D3A54E; }

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

This div background color is #D3A54E.

Border color

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

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

This div border color is #D3A54E.

Opacity

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

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

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

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

This text has shadow with #D3A54E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A54E.

Preview

Color preview on black background

This text has color #D3A54E on black background.


Color preview on white background

This text has color #D3A54E on white background.


Black color preview on #D3A54E background

This text has black color on #D3A54E background.


White color preview on #D3A54E background

This text has white color on #D3A54E background.


Related colors

Complementary color

Complementary color for #hex is #2C5AB1.


I love getcolorcode.com

Triadic colors

1 #4ED3A5 and #A54ED3 with #D3A54E are triadic colors.

2 #4EA5D3 and #A5D34E with #D3A54E are triadic colors.