COLOR #D1A992

HEX: #D1A992
RGB: (209,169,146)

Color info

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

RGB color model

#D1A992 color RGB value is (209,169,146).

  • red value is 209;
  • green value is 169;
  • blue value is 146.
RGB:
(209,169,146)
(82%,66%,57%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 146 of 255 = 57%

209
169
146

R + G + B ~ 68%. #D1A992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 146 = 524 (100%)
R 209 of 524 ~ 39.89%
G 169 of 524 ~ 32.25%
B 146 of 524 ~ 27.86%

%39.89
%32.25
%27.86

CMYK color model

#D1A992 color CMYK value is (0,19,30,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 30.14%
  • key color value is 18.04%
CMYK:
(0,19,30,18)
C0M19Y30K18 
(0%,19%,30%,18%)
(0.00/0.19/0.30/0.18)	

CMYK percentages

%0
%19.14
%30.14
%18.04

Codes

Color #D1A992 in popluar color models

D1A992
RGB209169146
HSL22°40.65%69.61%
HSB/HSV22°30.14%81.96%
CMYK0.00%19.14%30.14%
18.04%

Color #D1A992 in popluar number systems.

HEXD1A992
Decimal209169146
Binary110100011010100110010010
Octal321251222

Shades and tints

Shades of #D1A992

#D1A992
(209,169,146)
#BE9A85
(190,154,133)
#AB8B78
(171,139,120)
#987C6B
(152,124,107)
#856D5E
(133,109,94)
#725E51
(114,94,81)
#5F4F44
(95,79,68)
#4C4037
(76,64,55)
#39312A
(57,49,42)
#26221D
(38,34,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1A992

#D1A992
(209,169,146)
#D5B09B
(213,176,155)
#D9B7A4
(217,183,164)
#DDBEAD
(221,190,173)
#E1C5B6
(225,197,182)
#E5CCBF
(229,204,191)
#E9D3C8
(233,211,200)
#EDDAD1
(237,218,209)
#F1E1DA
(241,225,218)
#F5E8E3
(245,232,227)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A992 color. Also use rgb(209,169,146) instead hex code.

Text Font Color

.myTextColor { color: #D1A992; }

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

This text font color is #D1A992.


Background Color

.myBgColor { background-color: #D1A992; }

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

This div background color is #D1A992.


Border color

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

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

This div border color is #D1A992.


Opacity

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

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

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

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

This text has shadow with #D1A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A992 on black background.


Color preview on white background

This text has color #D1A992 on white background.



Black color preview on #D1A992 background

This text has black color on #D1A992 background.


White color preview on #D1A992 background

This text has white color on #D1A992 background.