COLOR #D1A275

HEX: #D1A275
RGB: (209,162,117)

Color info

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

RGB color model

#D1A275 color RGB value is (209,162,117).

  • red value is 209;
  • green value is 162;
  • blue value is 117.
RGB:
(209,162,117)
(82%,64%,46%)

RGB channels and saturation

R 209 of 255 = 82%
G 162 of 255 = 64%
B 117 of 255 = 46%

209
162
117

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

Portions of RGB colors in percentages

R + G + B =
209 + 162 + 117 = 488 (100%)
R 209 of 488 ~ 42.83%
G 162 of 488 ~ 33.2%
B 117 of 488 ~ 23.98%

%42.83
%33.2
%23.98

CMYK color model

#D1A275 color CMYK value is (0,22,44,18).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(0,22,44,18)
C0M22Y44K18 
(0%,22%,44%,18%)
(0.00/0.22/0.44/0.18)	

CMYK percentages

%0
%22.49
%44.02
%18.04

Codes

Color #D1A275 in popluar color models

D1A275
RGB209162117
HSL29°50.00%63.92%
HSB/HSV29°44.02%81.96%
CMYK0.00%22.49%44.02%
18.04%

Color #D1A275 in popluar number systems.

HEXD1A275
Decimal209162117
Binary11010001101000101110101
Octal321242165

Shades and tints

Shades of #D1A275

#D1A275
(209,162,117)
#BE946B
(190,148,107)
#AB8661
(171,134,97)
#987857
(152,120,87)
#856A4D
(133,106,77)
#725C43
(114,92,67)
#5F4E39
(95,78,57)
#4C402F
(76,64,47)
#393225
(57,50,37)
#26241B
(38,36,27)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #D1A275

#D1A275
(209,162,117)
#D5AA81
(213,170,129)
#D9B28D
(217,178,141)
#DDBA99
(221,186,153)
#E1C2A5
(225,194,165)
#E5CAB1
(229,202,177)
#E9D2BD
(233,210,189)
#EDDAC9
(237,218,201)
#F1E2D5
(241,226,213)
#F5EAE1
(245,234,225)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A275 color. Also use rgb(209,162,117) instead hex code.

Text Font Color

.myTextColor { color: #D1A275; }

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

This text font color is #D1A275.


Background Color

.myBgColor { background-color: #D1A275; }

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

This div background color is #D1A275.


Border color

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

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

This div border color is #D1A275.


Opacity

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

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

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

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

This text has shadow with #D1A275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A275 on black background.


Color preview on white background

This text has color #D1A275 on white background.



Black color preview on #D1A275 background

This text has black color on #D1A275 background.


White color preview on #D1A275 background

This text has white color on #D1A275 background.