COLOR #D4A449

HEX: #D4A449
RGB: (212,164,73)

Color info

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

RGB color model

#D4A449 color RGB value is (212,164,73).

  • red value is 212;
  • green value is 164;
  • blue value is 73.
RGB:
(212,164,73)
(83%,64%,29%)

RGB channels and saturation

R 212 of 255 = 83%
G 164 of 255 = 64%
B 73 of 255 = 29%

212
164
73

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

Portions of RGB colors in percentages

R + G + B =
212 + 164 + 73 = 449 (100%)
R 212 of 449 ~ 47.22%
G 164 of 449 ~ 36.53%
B 73 of 449 ~ 16.26%

%47.22
%36.53
%16.26

CMYK color model

#D4A449 color CMYK value is (0,23,66,17).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 65.57%
  • key color value is 16.86%
CMYK:
(0,23,66,17)
C0M23Y66K17 
(0%,23%,66%,17%)
(0.00/0.23/0.66/0.17)	

CMYK percentages

%0
%22.64
%65.57
%16.86

Codes

Color #D4A449 in popluar color models

D4A449
RGB21216473
HSL39°61.78%55.88%
HSB/HSV39°65.57%83.14%
CMYK0.00%22.64%65.57%
16.86%

Color #D4A449 in popluar number systems.

HEXD4A449
Decimal21216473
Binary11010100101001001001001
Octal324244111

Shades and tints

Shades of #D4A449

#D4A449
(212,164,73)
#C19643
(193,150,67)
#AE883D
(174,136,61)
#9B7A37
(155,122,55)
#886C31
(136,108,49)
#755E2B
(117,94,43)
#625025
(98,80,37)
#4F421F
(79,66,31)
#3C3419
(60,52,25)
#292613
(41,38,19)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #D4A449

#D4A449
(212,164,73)
#D7AC59
(215,172,89)
#DAB469
(218,180,105)
#DDBC79
(221,188,121)
#E0C489
(224,196,137)
#E3CC99
(227,204,153)
#E6D4A9
(230,212,169)
#E9DCB9
(233,220,185)
#ECE4C9
(236,228,201)
#EFECD9
(239,236,217)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A449 color. Also use rgb(212,164,73) instead hex code.

Text Font Color

.myTextColor { color: #D4A449; }

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

This text font color is #D4A449.


Background Color

.myBgColor { background-color: #D4A449; }

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

This div background color is #D4A449.


Border color

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

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

This div border color is #D4A449.


Opacity

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

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

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

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

This text has shadow with #D4A449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A449 on black background.


Color preview on white background

This text has color #D4A449 on white background.



Black color preview on #D4A449 background

This text has black color on #D4A449 background.


White color preview on #D4A449 background

This text has white color on #D4A449 background.