COLOR #D19D58

HEX: #D19D58
RGB: (209,157,88)

Color info

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

RGB color model

#D19D58 color RGB value is (209,157,88).

  • red value is 209;
  • green value is 157;
  • blue value is 88.
RGB:
(209,157,88)
(82%,62%,35%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 88 of 255 = 35%

209
157
88

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

Portions of RGB colors in percentages

R + G + B =
209 + 157 + 88 = 454 (100%)
R 209 of 454 ~ 46.04%
G 157 of 454 ~ 34.58%
B 88 of 454 ~ 19.38%

%46.04
%34.58
%19.38

CMYK color model

#D19D58 color CMYK value is (0,25,58,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 57.89%
  • key color value is 18.04%
CMYK:
(0,25,58,18)
C0M25Y58K18 
(0%,25%,58%,18%)
(0.00/0.25/0.58/0.18)	

CMYK percentages

%0
%24.88
%57.89
%18.04

Codes

Color #D19D58 in popluar color models

D19D58
RGB20915788
HSL34°56.81%58.24%
HSB/HSV34°57.89%81.96%
CMYK0.00%24.88%57.89%
18.04%

Color #D19D58 in popluar number systems.

HEXD19D58
Decimal20915788
Binary11010001100111011011000
Octal321235130

Shades and tints

Shades of #D19D58

#D19D58
(209,157,88)
#BE8F50
(190,143,80)
#AB8148
(171,129,72)
#987340
(152,115,64)
#856538
(133,101,56)
#725730
(114,87,48)
#5F4928
(95,73,40)
#4C3B20
(76,59,32)
#392D18
(57,45,24)
#261F10
(38,31,16)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #D19D58

#D19D58
(209,157,88)
#D5A567
(213,165,103)
#D9AD76
(217,173,118)
#DDB585
(221,181,133)
#E1BD94
(225,189,148)
#E5C5A3
(229,197,163)
#E9CDB2
(233,205,178)
#EDD5C1
(237,213,193)
#F1DDD0
(241,221,208)
#F5E5DF
(245,229,223)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19D58; }

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

This text font color is #D19D58.


Background Color

.myBgColor { background-color: #D19D58; }

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

This div background color is #D19D58.


Border color

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

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

This div border color is #D19D58.


Opacity

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

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

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

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

This text has shadow with #D19D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19D58 on black background.


Color preview on white background

This text has color #D19D58 on white background.



Black color preview on #D19D58 background

This text has black color on #D19D58 background.


White color preview on #D19D58 background

This text has white color on #D19D58 background.