COLOR #D19D6B

HEX: #D19D6B RGB: (209,157,107)

Color info

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

RGB color model

#D19D6B color RGB value is (209,157,107).

RGB: (209,157,107) (82%, 62%, 42%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 107 of 255 = 42%

209
157
107

R + G + B ~ 62%. #D19D6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 157 + 107 = 473 (100%)
R 209 of 473 ~ 44.19%
G 157 of 473 ~ 33.19%
B 107 of 473 ~ 22.62'%

%44.19
%33.19
%22.62

CMYK color model

#D19D6B color CMYK value is (0,25,49,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 48.80%
  • key color value is 18.04%

CMYK: (0,25,49,18)
C0M25Y49K18 (0%, 25%, 49%, 18%)
(0.00 / 0.25 / 0.49 / 0.18)

CMYK percentages

%0
%24.88
%48.8
%18.04

Codes

Color #D19D6B in popluar color models

D1 9D 6B
RGB 209 157 107
HSL 29° 52.58% 61.96%
HSB/HSV 29° 48.80% 81.96%
CMYK 0.00% 24.88% 48.80%
18.04%

Color #D19D6B in popluar number systems.

HEX D1 9D 6B
Decimal 209 157 107
Binary 11010001 10011101 1101011
Octal 321 235 153

Shades and tints

Shades of #D19D6B

#D19D6B
(209,157,107)
#BE8F62
(190,143,98)
#AB8159
(171,129,89)
#987350
(152,115,80)
#856547
(133,101,71)
#72573E
(114,87,62)
#5F4935
(95,73,53)
#4C3B2C
(76,59,44)
#392D23
(57,45,35)
#261F1A
(38,31,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D19D6B

#D19D6B
(209,157,107)
#D5A578
(213,165,120)
#D9AD85
(217,173,133)
#DDB592
(221,181,146)
#E1BD9F
(225,189,159)
#E5C5AC
(229,197,172)
#E9CDB9
(233,205,185)
#EDD5C6
(237,213,198)
#F1DDD3
(241,221,211)
#F5E5E0
(245,229,224)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19D6B color. Also use rgb(209,157,107) instead hex code.

Text Font Color

.myTextColor { color: #D19D6B; }

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

This text font color is #D19D6B.

Background Color

.myBgColor { background-color: #D19D6B; }

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

This div background color is #D19D6B.

Border color

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

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

This div border color is #D19D6B.

Opacity

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

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

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

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

This text has shadow with #D19D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19D6B.

Preview

Color preview on black background

This text has color #D19D6B on black background.


Color preview on white background

This text has color #D19D6B on white background.


Black color preview on #D19D6B background

This text has black color on #D19D6B background.


White color preview on #D19D6B background

This text has white color on #D19D6B background.


Related colors

Complementary color

Complementary color for #hex is #2E6294.


I love getcolorcode.com

Triadic colors

1 #6BD19D and #9D6BD1 with #D19D6B are triadic colors.

2 #6B9DD1 and #9DD16B with #D19D6B are triadic colors.