COLOR #D1A854

HEX: #D1A854
RGB: (209,168,84)

Color info

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

RGB color model

#D1A854 color RGB value is (209,168,84).

  • red value is 209;
  • green value is 168;
  • blue value is 84.
RGB:
(209,168,84)
(82%,66%,33%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 84 of 255 = 33%

209
168
84

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

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 84 = 461 (100%)
R 209 of 461 ~ 45.34%
G 168 of 461 ~ 36.44%
B 84 of 461 ~ 18.22%

%45.34
%36.44
%18.22

CMYK color model

#D1A854 color CMYK value is (0,20,60,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 59.81%
  • key color value is 18.04%
CMYK:
(0,20,60,18)
C0M20Y60K18 
(0%,20%,60%,18%)
(0.00/0.20/0.60/0.18)	

CMYK percentages

%0
%19.62
%59.81
%18.04

Codes

Color #D1A854 in popluar color models

D1A854
RGB20916884
HSL40°57.60%57.45%
HSB/HSV40°59.81%81.96%
CMYK0.00%19.62%59.81%
18.04%

Color #D1A854 in popluar number systems.

HEXD1A854
Decimal20916884
Binary11010001101010001010100
Octal321250124

Shades and tints

Shades of #D1A854

#D1A854
(209,168,84)
#BE994D
(190,153,77)
#AB8A46
(171,138,70)
#987B3F
(152,123,63)
#856C38
(133,108,56)
#725D31
(114,93,49)
#5F4E2A
(95,78,42)
#4C3F23
(76,63,35)
#39301C
(57,48,28)
#262115
(38,33,21)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #D1A854

#D1A854
(209,168,84)
#D5AF63
(213,175,99)
#D9B672
(217,182,114)
#DDBD81
(221,189,129)
#E1C490
(225,196,144)
#E5CB9F
(229,203,159)
#E9D2AE
(233,210,174)
#EDD9BD
(237,217,189)
#F1E0CC
(241,224,204)
#F5E7DB
(245,231,219)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A854 color. Also use rgb(209,168,84) instead hex code.

Text Font Color

.myTextColor { color: #D1A854; }

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

This text font color is #D1A854.


Background Color

.myBgColor { background-color: #D1A854; }

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

This div background color is #D1A854.


Border color

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

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

This div border color is #D1A854.


Opacity

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

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

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

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

This text has shadow with #D1A854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A854 on black background.


Color preview on white background

This text has color #D1A854 on white background.



Black color preview on #D1A854 background

This text has black color on #D1A854 background.


White color preview on #D1A854 background

This text has white color on #D1A854 background.