COLOR #D19D55

HEX: #D19D55 RGB: (209,157,85)

Color info

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

RGB color model

#D19D55 color RGB value is (209,157,85).

RGB: (209,157,85) (82%, 62%, 33%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 85 of 255 = 33%

209
157
85

R + G + B ~ 59%. #D19D55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 209 + 157 + 85 = 451 (100%)
R 209 of 451 ~ 46.34%
G 157 of 451 ~ 34.81%
B 85 of 451 ~ 18.85'%

%46.34
%34.81
%18.85

CMYK color model

#D19D55 color CMYK value is (0,25,59,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 59.33%
  • key color value is 18.04%
CMYK: (0,25,59,18) C0M25Y59K18 (0%,25%,59%,18%) (0.00/0.25/0.59/0.18) 

CMYK percentages

%0
%24.88
%59.33
%18.04

Codes

Color #D19D55 in popluar color models

D1 9D 55
RGB 209 157 85
HSL 35° 57.41% 57.65%
HSB/HSV 35° 59.33% 81.96%
CMYK 0.00% 24.88% 59.33%
18.04%

Color #D19D55 in popluar number systems.

HEX D1 9D 55
Decimal 209 157 85
Binary 11010001 10011101 1010101
Octal 321 235 125

Shades and tints

Shades of #D19D55

#D19D55
(209,157,85)
#BE8F4E
(190,143,78)
#AB8147
(171,129,71)
#987340
(152,115,64)
#856539
(133,101,57)
#725732
(114,87,50)
#5F492B
(95,73,43)
#4C3B24
(76,59,36)
#392D1D
(57,45,29)
#261F16
(38,31,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #D19D55

#D19D55
(209,157,85)
#D5A564
(213,165,100)
#D9AD73
(217,173,115)
#DDB582
(221,181,130)
#E1BD91
(225,189,145)
#E5C5A0
(229,197,160)
#E9CDAF
(233,205,175)
#EDD5BE
(237,213,190)
#F1DDCD
(241,221,205)
#F5E5DC
(245,229,220)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19D55; }

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

This text font color is #D19D55.

Background Color

.myBgColor { background-color: #D19D55; }

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

This div background color is #D19D55.

Border color

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

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

This div border color is #D19D55.

Opacity

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

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

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

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

This text has shadow with #D19D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19D55.

Preview

Color preview on black background

This text has color #D19D55 on black background.


Color preview on white background

This text has color #D19D55 on white background.


Black color preview on #D19D55 background

This text has black color on #D19D55 background.


White color preview on #D19D55 background

This text has white color on #D19D55 background.


Related colors

Complementary color

Complementary color for #hex is #2E62AA.


I love getcolorcode.com

Triadic colors

1 #55D19D and #9D55D1 with #D19D55 are triadic colors.

2 #559DD1 and #9DD155 with #D19D55 are triadic colors.