COLOR #D19050

HEX: #D19050
RGB: (209,144,80)

Color info

#D19050 contains mainly red color. Web safe color of #D19050 is #CC9966 (or #C96).

RGB color model

#D19050 color RGB value is (209,144,80).

  • red value is 209;
  • green value is 144;
  • blue value is 80.
RGB:
(209,144,80)
(82%,56%,31%)

RGB channels and saturation

R 209 of 255 = 82%
G 144 of 255 = 56%
B 80 of 255 = 31%

209
144
80

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

Portions of RGB colors in percentages

R + G + B =
209 + 144 + 80 = 433 (100%)
R 209 of 433 ~ 48.27%
G 144 of 433 ~ 33.26%
B 80 of 433 ~ 18.48%

%48.27
%33.26
%18.48

CMYK color model

#D19050 color CMYK value is (0,31,62,18).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 61.72%
  • key color value is 18.04%
CMYK:
(0,31,62,18)
C0M31Y62K18 
(0%,31%,62%,18%)
(0.00/0.31/0.62/0.18)	

CMYK percentages

%0
%31.1
%61.72
%18.04

Codes

Color #D19050 in popluar color models

D19050
RGB20914480
HSL30°58.37%56.67%
HSB/HSV30°61.72%81.96%
CMYK0.00%31.10%61.72%
18.04%

Color #D19050 in popluar number systems.

HEXD19050
Decimal20914480
Binary11010001100100001010000
Octal321220120

Shades and tints

Shades of #D19050

#D19050
(209,144,80)
#BE8349
(190,131,73)
#AB7642
(171,118,66)
#98693B
(152,105,59)
#855C34
(133,92,52)
#724F2D
(114,79,45)
#5F4226
(95,66,38)
#4C351F
(76,53,31)
#392818
(57,40,24)
#261B11
(38,27,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #D19050

#D19050
(209,144,80)
#D59A5F
(213,154,95)
#D9A46E
(217,164,110)
#DDAE7D
(221,174,125)
#E1B88C
(225,184,140)
#E5C29B
(229,194,155)
#E9CCAA
(233,204,170)
#EDD6B9
(237,214,185)
#F1E0C8
(241,224,200)
#F5EAD7
(245,234,215)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19050 color. Also use rgb(209,144,80) instead hex code.

Text Font Color

.myTextColor { color: #D19050; }

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

This text font color is #D19050.


Background Color

.myBgColor { background-color: #D19050; }

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

This div background color is #D19050.


Border color

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

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

This div border color is #D19050.


Opacity

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

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

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

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

This text has shadow with #D19050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19050 on black background.


Color preview on white background

This text has color #D19050 on white background.



Black color preview on #D19050 background

This text has black color on #D19050 background.


White color preview on #D19050 background

This text has white color on #D19050 background.