COLOR #D3A254

HEX: #D3A254
RGB: (211,162,84)

Color info

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

RGB color model

#D3A254 color RGB value is (211,162,84).

  • red value is 211;
  • green value is 162;
  • blue value is 84.
RGB:
(211,162,84)
(83%,64%,33%)

RGB channels and saturation

R 211 of 255 = 83%
G 162 of 255 = 64%
B 84 of 255 = 33%

211
162
84

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

Portions of RGB colors in percentages

R + G + B =
211 + 162 + 84 = 457 (100%)
R 211 of 457 ~ 46.17%
G 162 of 457 ~ 35.45%
B 84 of 457 ~ 18.38%

%46.17
%35.45
%18.38

CMYK color model

#D3A254 color CMYK value is (0,23,60,17).

  • cyan value is 0.00%
  • magenta value is 23.22%
  • yellow value is 60.19%
  • key color value is 17.25%
CMYK:
(0,23,60,17)
C0M23Y60K17 
(0%,23%,60%,17%)
(0.00/0.23/0.60/0.17)	

CMYK percentages

%0
%23.22
%60.19
%17.25

Codes

Color #D3A254 in popluar color models

D3A254
RGB21116284
HSL37°59.07%57.84%
HSB/HSV37°60.19%82.75%
CMYK0.00%23.22%60.19%
17.25%

Color #D3A254 in popluar number systems.

HEXD3A254
Decimal21116284
Binary11010011101000101010100
Octal323242124

Shades and tints

Shades of #D3A254

#D3A254
(211,162,84)
#C0944D
(192,148,77)
#AD8646
(173,134,70)
#9A783F
(154,120,63)
#876A38
(135,106,56)
#745C31
(116,92,49)
#614E2A
(97,78,42)
#4E4023
(78,64,35)
#3B321C
(59,50,28)
#282415
(40,36,21)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #D3A254

#D3A254
(211,162,84)
#D7AA63
(215,170,99)
#DBB272
(219,178,114)
#DFBA81
(223,186,129)
#E3C290
(227,194,144)
#E7CA9F
(231,202,159)
#EBD2AE
(235,210,174)
#EFDABD
(239,218,189)
#F3E2CC
(243,226,204)
#F7EADB
(247,234,219)
#FBF2EA
(251,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A254 color. Also use rgb(211,162,84) instead hex code.

Text Font Color

.myTextColor { color: #D3A254; }

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

This text font color is #D3A254.


Background Color

.myBgColor { background-color: #D3A254; }

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

This div background color is #D3A254.


Border color

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

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

This div border color is #D3A254.


Opacity

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

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

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

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

This text has shadow with #D3A254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A254 on black background.


Color preview on white background

This text has color #D3A254 on white background.



Black color preview on #D3A254 background

This text has black color on #D3A254 background.


White color preview on #D3A254 background

This text has white color on #D3A254 background.