COLOR #D1A584

HEX: #D1A584
RGB: (209,165,132)

Color info

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

RGB color model

#D1A584 color RGB value is (209,165,132).

  • red value is 209;
  • green value is 165;
  • blue value is 132.
RGB:
(209,165,132)
(82%,65%,52%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 132 of 255 = 52%

209
165
132

R + G + B ~ 66%. #D1A584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 165 + 132 = 506 (100%)
R 209 of 506 ~ 41.3%
G 165 of 506 ~ 32.61%
B 132 of 506 ~ 26.09%

%41.3
%32.61
%26.09

CMYK color model

#D1A584 color CMYK value is (0,21,37,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 36.84%
  • key color value is 18.04%
CMYK:
(0,21,37,18)
C0M21Y37K18 
(0%,21%,37%,18%)
(0.00/0.21/0.37/0.18)	

CMYK percentages

%0
%21.05
%36.84
%18.04

Codes

Color #D1A584 in popluar color models

D1A584
RGB209165132
HSL26°45.56%66.86%
HSB/HSV26°36.84%81.96%
CMYK0.00%21.05%36.84%
18.04%

Color #D1A584 in popluar number systems.

HEXD1A584
Decimal209165132
Binary110100011010010110000100
Octal321245204

Shades and tints

Shades of #D1A584

#D1A584
(209,165,132)
#BE9678
(190,150,120)
#AB876C
(171,135,108)
#987860
(152,120,96)
#856954
(133,105,84)
#725A48
(114,90,72)
#5F4B3C
(95,75,60)
#4C3C30
(76,60,48)
#392D24
(57,45,36)
#261E18
(38,30,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #D1A584

#D1A584
(209,165,132)
#D5AD8F
(213,173,143)
#D9B59A
(217,181,154)
#DDBDA5
(221,189,165)
#E1C5B0
(225,197,176)
#E5CDBB
(229,205,187)
#E9D5C6
(233,213,198)
#EDDDD1
(237,221,209)
#F1E5DC
(241,229,220)
#F5EDE7
(245,237,231)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A584 color. Also use rgb(209,165,132) instead hex code.

Text Font Color

.myTextColor { color: #D1A584; }

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

This text font color is #D1A584.


Background Color

.myBgColor { background-color: #D1A584; }

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

This div background color is #D1A584.


Border color

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

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

This div border color is #D1A584.


Opacity

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

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

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

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

This text has shadow with #D1A584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A584 on black background.


Color preview on white background

This text has color #D1A584 on white background.



Black color preview on #D1A584 background

This text has black color on #D1A584 background.


White color preview on #D1A584 background

This text has white color on #D1A584 background.