COLOR #D8A191

HEX: #D8A191
RGB: (216,161,145)

Color info

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

RGB color model

#D8A191 color RGB value is (216,161,145).

  • red value is 216;
  • green value is 161;
  • blue value is 145.
RGB:
(216,161,145)
(85%,63%,57%)

RGB channels and saturation

R 216 of 255 = 85%
G 161 of 255 = 63%
B 145 of 255 = 57%

216
161
145

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

Portions of RGB colors in percentages

R + G + B =
216 + 161 + 145 = 522 (100%)
R 216 of 522 ~ 41.38%
G 161 of 522 ~ 30.84%
B 145 of 522 ~ 27.78%

%41.38
%30.84
%27.78

CMYK color model

#D8A191 color CMYK value is (0,25,33,15).

  • cyan value is 0.00%
  • magenta value is 25.46%
  • yellow value is 32.87%
  • key color value is 15.29%
CMYK:
(0,25,33,15)
C0M25Y33K15 
(0%,25%,33%,15%)
(0.00/0.25/0.33/0.15)	

CMYK percentages

%0
%25.46
%32.87
%15.29

Codes

Color #D8A191 in popluar color models

D8A191
RGB216161145
HSL14°47.65%70.78%
HSB/HSV14°32.87%84.71%
CMYK0.00%25.46%32.87%
15.29%

Color #D8A191 in popluar number systems.

HEXD8A191
Decimal216161145
Binary110110001010000110010001
Octal330241221

Shades and tints

Shades of #D8A191

#D8A191
(216,161,145)
#C59384
(197,147,132)
#B28577
(178,133,119)
#9F776A
(159,119,106)
#8C695D
(140,105,93)
#795B50
(121,91,80)
#664D43
(102,77,67)
#533F36
(83,63,54)
#403129
(64,49,41)
#2D231C
(45,35,28)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #D8A191

#D8A191
(216,161,145)
#DBA99B
(219,169,155)
#DEB1A5
(222,177,165)
#E1B9AF
(225,185,175)
#E4C1B9
(228,193,185)
#E7C9C3
(231,201,195)
#EAD1CD
(234,209,205)
#EDD9D7
(237,217,215)
#F0E1E1
(240,225,225)
#F3E9EB
(243,233,235)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A191 color. Also use rgb(216,161,145) instead hex code.

Text Font Color

.myTextColor { color: #D8A191; }

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

This text font color is #D8A191.


Background Color

.myBgColor { background-color: #D8A191; }

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

This div background color is #D8A191.


Border color

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

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

This div border color is #D8A191.


Opacity

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

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

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

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

This text has shadow with #D8A191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A191 on black background.


Color preview on white background

This text has color #D8A191 on white background.



Black color preview on #D8A191 background

This text has black color on #D8A191 background.


White color preview on #D8A191 background

This text has white color on #D8A191 background.