COLOR #D1A782

HEX: #D1A782
RGB: (209,167,130)

Color info

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

RGB color model

#D1A782 color RGB value is (209,167,130).

  • red value is 209;
  • green value is 167;
  • blue value is 130.
RGB:
(209,167,130)
(82%,65%,51%)

RGB channels and saturation

R 209 of 255 = 82%
G 167 of 255 = 65%
B 130 of 255 = 51%

209
167
130

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

Portions of RGB colors in percentages

R + G + B =
209 + 167 + 130 = 506 (100%)
R 209 of 506 ~ 41.3%
G 167 of 506 ~ 33%
B 130 of 506 ~ 25.69%

%41.3
%33
%25.69

CMYK color model

#D1A782 color CMYK value is (0,20,38,18).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 37.80%
  • key color value is 18.04%
CMYK:
(0,20,38,18)
C0M20Y38K18 
(0%,20%,38%,18%)
(0.00/0.20/0.38/0.18)	

CMYK percentages

%0
%20.1
%37.8
%18.04

Codes

Color #D1A782 in popluar color models

D1A782
RGB209167130
HSL28°46.20%66.47%
HSB/HSV28°37.80%81.96%
CMYK0.00%20.10%37.80%
18.04%

Color #D1A782 in popluar number systems.

HEXD1A782
Decimal209167130
Binary110100011010011110000010
Octal321247202

Shades and tints

Shades of #D1A782

#D1A782
(209,167,130)
#BE9877
(190,152,119)
#AB896C
(171,137,108)
#987A61
(152,122,97)
#856B56
(133,107,86)
#725C4B
(114,92,75)
#5F4D40
(95,77,64)
#4C3E35
(76,62,53)
#392F2A
(57,47,42)
#26201F
(38,32,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #D1A782

#D1A782
(209,167,130)
#D5AF8D
(213,175,141)
#D9B798
(217,183,152)
#DDBFA3
(221,191,163)
#E1C7AE
(225,199,174)
#E5CFB9
(229,207,185)
#E9D7C4
(233,215,196)
#EDDFCF
(237,223,207)
#F1E7DA
(241,231,218)
#F5EFE5
(245,239,229)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A782 color. Also use rgb(209,167,130) instead hex code.

Text Font Color

.myTextColor { color: #D1A782; }

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

This text font color is #D1A782.


Background Color

.myBgColor { background-color: #D1A782; }

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

This div background color is #D1A782.


Border color

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

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

This div border color is #D1A782.


Opacity

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

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

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

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

This text has shadow with #D1A782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A782 on black background.


Color preview on white background

This text has color #D1A782 on white background.



Black color preview on #D1A782 background

This text has black color on #D1A782 background.


White color preview on #D1A782 background

This text has white color on #D1A782 background.