COLOR #D4A983

HEX: #D4A983
RGB: (212,169,131)

Color info

#D4A983 contains mainly red and green colors. Web safe color of #D4A983 is #CC9999 (or #C99).

RGB color model

#D4A983 color RGB value is (212,169,131).

  • red value is 212;
  • green value is 169;
  • blue value is 131.
RGB: (212,169,131) (83%,66%,51%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 131 of 255 = 51%

212
169
131

R + G + B ~ 67%. #D4A983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 169 + 131 = 512 (100%)
R 212 of 512 ~ 41.41%
G 169 of 512 ~ 33.01%
B 131 of 512 ~ 25.59%

%41.41
%33.01
%25.59

CMYK color model

#D4A983 color CMYK value is (0,20,38,17).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 38.21%
  • key color value is 16.86%
CMYK: (0,20,38,17) C0M20Y38K17 (0%,20%,38%,17%) (0.00/0.20/0.38/0.17)

CMYK percentages

%0
%20.28
%38.21
%16.86

Codes

Color #D4A983 in popluar color models

D4A983
RGB212169131
HSL28°48.50%67.25%
HSB/HSV28°38.21%83.14%
CMYK0.00%20.28%38.21%
16.86%

Color #D4A983 in popluar number systems.

HEXD4A983
Decimal212169131
Binary110101001010100110000011
Octal324251203

Shades and tints

Shades of #D4A983

#D4A983
(212,169,131)
#C19A78
(193,154,120)
#AE8B6D
(174,139,109)
#9B7C62
(155,124,98)
#886D57
(136,109,87)
#755E4C
(117,94,76)
#624F41
(98,79,65)
#4F4036
(79,64,54)
#3C312B
(60,49,43)
#292220
(41,34,32)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D4A983

#D4A983
(212,169,131)
#D7B08E
(215,176,142)
#DAB799
(218,183,153)
#DDBEA4
(221,190,164)
#E0C5AF
(224,197,175)
#E3CCBA
(227,204,186)
#E6D3C5
(230,211,197)
#E9DAD0
(233,218,208)
#ECE1DB
(236,225,219)
#EFE8E6
(239,232,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A983 color. Also use rgb(212,169,131) instead hex code.

Text Font Color

.myTextColor { color: #D4A983; }

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

This text font color is #D4A983.


Background Color

.myBgColor { background-color: #D4A983; }

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

This div background color is #D4A983.


Border color

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

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

This div border color is #D4A983.


Opacity

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

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

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

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

This text has shadow with #D4A983 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4A983 on black background.


Color preview on white background

This text has color #D4A983 on white background.



Black color preview on #D4A983 background

This text has black color on #D4A983 background.


White color preview on #D4A983 background

This text has white color on #D4A983 background.