COLOR #D7A18D

HEX: #D7A18D
RGB: (215,161,141)

Color info

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

RGB color model

#D7A18D color RGB value is (215,161,141).

  • red value is 215;
  • green value is 161;
  • blue value is 141.
RGB:
(215,161,141)
(84%,63%,55%)

RGB channels and saturation

R 215 of 255 = 84%
G 161 of 255 = 63%
B 141 of 255 = 55%

215
161
141

R + G + B ~ 67%. #D7A18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 161 + 141 = 517 (100%)
R 215 of 517 ~ 41.59%
G 161 of 517 ~ 31.14%
B 141 of 517 ~ 27.27%

%41.59
%31.14
%27.27

CMYK color model

#D7A18D color CMYK value is (0,25,34,16).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 34.42%
  • key color value is 15.69%
CMYK:
(0,25,34,16)
C0M25Y34K16 
(0%,25%,34%,16%)
(0.00/0.25/0.34/0.16)	

CMYK percentages

%0
%25.12
%34.42
%15.69

Codes

Color #D7A18D in popluar color models

D7A18D
RGB215161141
HSL16°48.05%69.80%
HSB/HSV16°34.42%84.31%
CMYK0.00%25.12%34.42%
15.69%

Color #D7A18D in popluar number systems.

HEXD7A18D
Decimal215161141
Binary110101111010000110001101
Octal327241215

Shades and tints

Shades of #D7A18D

#D7A18D
(215,161,141)
#C49381
(196,147,129)
#B18575
(177,133,117)
#9E7769
(158,119,105)
#8B695D
(139,105,93)
#785B51
(120,91,81)
#654D45
(101,77,69)
#523F39
(82,63,57)
#3F312D
(63,49,45)
#2C2321
(44,35,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7A18D

#D7A18D
(215,161,141)
#DAA997
(218,169,151)
#DDB1A1
(221,177,161)
#E0B9AB
(224,185,171)
#E3C1B5
(227,193,181)
#E6C9BF
(230,201,191)
#E9D1C9
(233,209,201)
#ECD9D3
(236,217,211)
#EFE1DD
(239,225,221)
#F2E9E7
(242,233,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A18D color. Also use rgb(215,161,141) instead hex code.

Text Font Color

.myTextColor { color: #D7A18D; }

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

This text font color is #D7A18D.


Background Color

.myBgColor { background-color: #D7A18D; }

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

This div background color is #D7A18D.


Border color

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

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

This div border color is #D7A18D.


Opacity

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

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

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

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

This text has shadow with #D7A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A18D on black background.


Color preview on white background

This text has color #D7A18D on white background.



Black color preview on #D7A18D background

This text has black color on #D7A18D background.


White color preview on #D7A18D background

This text has white color on #D7A18D background.