COLOR #D1A473

HEX: #D1A473
RGB: (209,164,115)

Color info

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

RGB color model

#D1A473 color RGB value is (209,164,115).

  • red value is 209;
  • green value is 164;
  • blue value is 115.
RGB:
(209,164,115)
(82%,64%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 115 of 255 = 45%

209
164
115

R + G + B ~ 64%. #D1A473 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 164 + 115 = 488 (100%)
R 209 of 488 ~ 42.83%
G 164 of 488 ~ 33.61%
B 115 of 488 ~ 23.57%

%42.83
%33.61
%23.57

CMYK color model

#D1A473 color CMYK value is (0,22,45,18).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 44.98%
  • key color value is 18.04%
CMYK:
(0,22,45,18)
C0M22Y45K18 
(0%,22%,45%,18%)
(0.00/0.22/0.45/0.18)	

CMYK percentages

%0
%21.53
%44.98
%18.04

Codes

Color #D1A473 in popluar color models

D1A473
RGB209164115
HSL31°50.54%63.53%
HSB/HSV31°44.98%81.96%
CMYK0.00%21.53%44.98%
18.04%

Color #D1A473 in popluar number systems.

HEXD1A473
Decimal209164115
Binary11010001101001001110011
Octal321244163

Shades and tints

Shades of #D1A473

#D1A473
(209,164,115)
#BE9669
(190,150,105)
#AB885F
(171,136,95)
#987A55
(152,122,85)
#856C4B
(133,108,75)
#725E41
(114,94,65)
#5F5037
(95,80,55)
#4C422D
(76,66,45)
#393423
(57,52,35)
#262619
(38,38,25)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #D1A473

#D1A473
(209,164,115)
#D5AC7F
(213,172,127)
#D9B48B
(217,180,139)
#DDBC97
(221,188,151)
#E1C4A3
(225,196,163)
#E5CCAF
(229,204,175)
#E9D4BB
(233,212,187)
#EDDCC7
(237,220,199)
#F1E4D3
(241,228,211)
#F5ECDF
(245,236,223)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A473 color. Also use rgb(209,164,115) instead hex code.

Text Font Color

.myTextColor { color: #D1A473; }

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

This text font color is #D1A473.


Background Color

.myBgColor { background-color: #D1A473; }

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

This div background color is #D1A473.


Border color

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

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

This div border color is #D1A473.


Opacity

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

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

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

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

This text has shadow with #D1A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A473 on black background.


Color preview on white background

This text has color #D1A473 on white background.



Black color preview on #D1A473 background

This text has black color on #D1A473 background.


White color preview on #D1A473 background

This text has white color on #D1A473 background.