COLOR #D19B5F

HEX: #D19B5F
RGB: (209,155,95)

Color info

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

RGB color model

#D19B5F color RGB value is (209,155,95).

  • red value is 209;
  • green value is 155;
  • blue value is 95.
RGB:
(209,155,95)
(82%,61%,37%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 95 of 255 = 37%

209
155
95

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

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 95 = 459 (100%)
R 209 of 459 ~ 45.53%
G 155 of 459 ~ 33.77%
B 95 of 459 ~ 20.7%

%45.53
%33.77
%20.7

CMYK color model

#D19B5F color CMYK value is (0,26,55,18).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(0,26,55,18)
C0M26Y55K18 
(0%,26%,55%,18%)
(0.00/0.26/0.55/0.18)	

CMYK percentages

%0
%25.84
%54.55
%18.04

Codes

Color #D19B5F in popluar color models

D19B5F
RGB20915595
HSL32°55.34%59.61%
HSB/HSV32°54.55%81.96%
CMYK0.00%25.84%54.55%
18.04%

Color #D19B5F in popluar number systems.

HEXD19B5F
Decimal20915595
Binary11010001100110111011111
Octal321233137

Shades and tints

Shades of #D19B5F

#D19B5F
(209,155,95)
#BE8D57
(190,141,87)
#AB7F4F
(171,127,79)
#987147
(152,113,71)
#85633F
(133,99,63)
#725537
(114,85,55)
#5F472F
(95,71,47)
#4C3927
(76,57,39)
#392B1F
(57,43,31)
#261D17
(38,29,23)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #D19B5F

#D19B5F
(209,155,95)
#D5A46D
(213,164,109)
#D9AD7B
(217,173,123)
#DDB689
(221,182,137)
#E1BF97
(225,191,151)
#E5C8A5
(229,200,165)
#E9D1B3
(233,209,179)
#EDDAC1
(237,218,193)
#F1E3CF
(241,227,207)
#F5ECDD
(245,236,221)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19B5F color. Also use rgb(209,155,95) instead hex code.

Text Font Color

.myTextColor { color: #D19B5F; }

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

This text font color is #D19B5F.


Background Color

.myBgColor { background-color: #D19B5F; }

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

This div background color is #D19B5F.


Border color

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

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

This div border color is #D19B5F.


Opacity

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

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

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

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

This text has shadow with #D19B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19B5F on black background.


Color preview on white background

This text has color #D19B5F on white background.



Black color preview on #D19B5F background

This text has black color on #D19B5F background.


White color preview on #D19B5F background

This text has white color on #D19B5F background.