COLOR #D19F85

HEX: #D19F85
RGB: (209,159,133)

Color info

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

RGB color model

#D19F85 color RGB value is (209,159,133).

  • red value is 209;
  • green value is 159;
  • blue value is 133.
RGB:
(209,159,133)
(82%,62%,52%)

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 133 of 255 = 52%

209
159
133

R + G + B ~ 65%. #D19F85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 133 = 501 (100%)
R 209 of 501 ~ 41.72%
G 159 of 501 ~ 31.74%
B 133 of 501 ~ 26.55%

%41.72
%31.74
%26.55

CMYK color model

#D19F85 color CMYK value is (0,24,36,18).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 36.36%
  • key color value is 18.04%
CMYK:
(0,24,36,18)
C0M24Y36K18 
(0%,24%,36%,18%)
(0.00/0.24/0.36/0.18)	

CMYK percentages

%0
%23.92
%36.36
%18.04

Codes

Color #D19F85 in popluar color models

D19F85
RGB209159133
HSL21°45.24%67.06%
HSB/HSV21°36.36%81.96%
CMYK0.00%23.92%36.36%
18.04%

Color #D19F85 in popluar number systems.

HEXD19F85
Decimal209159133
Binary110100011001111110000101
Octal321237205

Shades and tints

Shades of #D19F85

#D19F85
(209,159,133)
#BE9179
(190,145,121)
#AB836D
(171,131,109)
#987561
(152,117,97)
#856755
(133,103,85)
#725949
(114,89,73)
#5F4B3D
(95,75,61)
#4C3D31
(76,61,49)
#392F25
(57,47,37)
#262119
(38,33,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #D19F85

#D19F85
(209,159,133)
#D5A790
(213,167,144)
#D9AF9B
(217,175,155)
#DDB7A6
(221,183,166)
#E1BFB1
(225,191,177)
#E5C7BC
(229,199,188)
#E9CFC7
(233,207,199)
#EDD7D2
(237,215,210)
#F1DFDD
(241,223,221)
#F5E7E8
(245,231,232)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19F85 color. Also use rgb(209,159,133) instead hex code.

Text Font Color

.myTextColor { color: #D19F85; }

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

This text font color is #D19F85.


Background Color

.myBgColor { background-color: #D19F85; }

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

This div background color is #D19F85.


Border color

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

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

This div border color is #D19F85.


Opacity

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

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

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

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

This text has shadow with #D19F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19F85 on black background.


Color preview on white background

This text has color #D19F85 on white background.



Black color preview on #D19F85 background

This text has black color on #D19F85 background.


White color preview on #D19F85 background

This text has white color on #D19F85 background.