COLOR #D4AA55

HEX: #D4AA55
RGB: (212,170,85)

Color info

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

RGB color model

#D4AA55 color RGB value is (212,170,85).

  • red value is 212;
  • green value is 170;
  • blue value is 85.
RGB:
(212,170,85)
(83%,67%,33%)

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 85 of 255 = 33%

212
170
85

R + G + B ~ 61%. #D4AA55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 170 + 85 = 467 (100%)
R 212 of 467 ~ 45.4%
G 170 of 467 ~ 36.4%
B 85 of 467 ~ 18.2%

%45.4
%36.4
%18.2

CMYK color model

#D4AA55 color CMYK value is (0,20,60,17).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,20,60,17)
C0M20Y60K17 
(0%,20%,60%,17%)
(0.00/0.20/0.60/0.17)	

CMYK percentages

%0
%19.81
%59.91
%16.86

Codes

Color #D4AA55 in popluar color models

D4AA55
RGB21217085
HSL40°59.62%58.24%
HSB/HSV40°59.91%83.14%
CMYK0.00%19.81%59.91%
16.86%

Color #D4AA55 in popluar number systems.

HEXD4AA55
Decimal21217085
Binary11010100101010101010101
Octal324252125

Shades and tints

Shades of #D4AA55

#D4AA55
(212,170,85)
#C19B4E
(193,155,78)
#AE8C47
(174,140,71)
#9B7D40
(155,125,64)
#886E39
(136,110,57)
#755F32
(117,95,50)
#62502B
(98,80,43)
#4F4124
(79,65,36)
#3C321D
(60,50,29)
#292316
(41,35,22)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #D4AA55

#D4AA55
(212,170,85)
#D7B164
(215,177,100)
#DAB873
(218,184,115)
#DDBF82
(221,191,130)
#E0C691
(224,198,145)
#E3CDA0
(227,205,160)
#E6D4AF
(230,212,175)
#E9DBBE
(233,219,190)
#ECE2CD
(236,226,205)
#EFE9DC
(239,233,220)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AA55 color. Also use rgb(212,170,85) instead hex code.

Text Font Color

.myTextColor { color: #D4AA55; }

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

This text font color is #D4AA55.


Background Color

.myBgColor { background-color: #D4AA55; }

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

This div background color is #D4AA55.


Border color

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

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

This div border color is #D4AA55.


Opacity

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

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

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

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

This text has shadow with #D4AA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AA55 on black background.


Color preview on white background

This text has color #D4AA55 on white background.



Black color preview on #D4AA55 background

This text has black color on #D4AA55 background.


White color preview on #D4AA55 background

This text has white color on #D4AA55 background.