COLOR #D5AA5D

HEX: #D5AA5D RGB: (213,170,93)

Color info

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

RGB color model

#D5AA5D color RGB value is (213,170,93).

RGB: (213,170,93) (84%, 67%, 36%)

RGB channels and saturation

R 213 of 255 = 84%
G 170 of 255 = 67%
B 93 of 255 = 36%

213
170
93

R + G + B ~ 62%. #D5AA5D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 170 + 93 = 476 (100%)
R 213 of 476 ~ 44.75%
G 170 of 476 ~ 35.71%
B 93 of 476 ~ 19.54'%

%44.75
%35.71
%19.54

CMYK color model

#D5AA5D color CMYK value is (0,20,56,16).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 56.34%
  • key color value is 16.47%

CMYK: (0,20,56,16)
C0M20Y56K16 (0%, 20%, 56%, 16%)
(0.00 / 0.20 / 0.56 / 0.16)

CMYK percentages

%0
%20.19
%56.34
%16.47

Codes

Color #D5AA5D in popluar color models

D5 AA 5D
RGB 213 170 93
HSL 39° 58.82% 60.00%
HSB/HSV 39° 56.34% 83.53%
CMYK 0.00% 20.19% 56.34%
16.47%

Color #D5AA5D in popluar number systems.

HEX D5 AA 5D
Decimal 213 170 93
Binary 11010101 10101010 1011101
Octal 325 252 135

Shades and tints

Shades of #D5AA5D

#D5AA5D
(213,170,93)
#C29B55
(194,155,85)
#AF8C4D
(175,140,77)
#9C7D45
(156,125,69)
#896E3D
(137,110,61)
#765F35
(118,95,53)
#63502D
(99,80,45)
#504125
(80,65,37)
#3D321D
(61,50,29)
#2A2315
(42,35,21)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #D5AA5D

#D5AA5D
(213,170,93)
#D8B16B
(216,177,107)
#DBB879
(219,184,121)
#DEBF87
(222,191,135)
#E1C695
(225,198,149)
#E4CDA3
(228,205,163)
#E7D4B1
(231,212,177)
#EADBBF
(234,219,191)
#EDE2CD
(237,226,205)
#F0E9DB
(240,233,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AA5D color. Also use rgb(213,170,93) instead hex code.

Text Font Color

.myTextColor { color: #D5AA5D; }

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

This text font color is #D5AA5D.

Background Color

.myBgColor { background-color: #D5AA5D; }

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

This div background color is #D5AA5D.

Border color

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

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

This div border color is #D5AA5D.

Opacity

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

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

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

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

This text has shadow with #D5AA5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AA5D.

Preview

Color preview on black background

This text has color #D5AA5D on black background.


Color preview on white background

This text has color #D5AA5D on white background.


Black color preview on #D5AA5D background

This text has black color on #D5AA5D background.


White color preview on #D5AA5D background

This text has white color on #D5AA5D background.


Related colors

Complementary color

Complementary color for #hex is #2A55A2.


I love getcolorcode.com

Triadic colors

1 #5DD5AA and #AA5DD5 with #D5AA5D are triadic colors.

2 #5DAAD5 and #AAD55D with #D5AA5D are triadic colors.