COLOR #D19E26

HEX: #D19E26
RGB: (209,158,38)

Color info

#D19E26 contains mainly red and green colors. Web safe color of #D19E26 is #CC9933 (or #C93).

RGB color model

#D19E26 color RGB value is (209,158,38).

  • red value is 209;
  • green value is 158;
  • blue value is 38.
RGB:
(209,158,38)
(82%,62%,15%)

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 38 of 255 = 15%

209
158
38

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

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 38 = 405 (100%)
R 209 of 405 ~ 51.6%
G 158 of 405 ~ 39.01%
B 38 of 405 ~ 9.38%

%51.6
%39.01

CMYK color model

#D19E26 color CMYK value is (0,24,82,18).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 81.82%
  • key color value is 18.04%
CMYK:
(0,24,82,18)
C0M24Y82K18 
(0%,24%,82%,18%)
(0.00/0.24/0.82/0.18)	

CMYK percentages

%0
%24.4
%81.82
%18.04

Codes

Color #D19E26 in popluar color models

D19E26
RGB20915838
HSL42°69.23%48.43%
HSB/HSV42°81.82%81.96%
CMYK0.00%24.40%81.82%
18.04%

Color #D19E26 in popluar number systems.

HEXD19E26
Decimal20915838
Binary1101000110011110100110
Octal32123646

Shades and tints

Shades of #D19E26

#D19E26
(209,158,38)
#BE9023
(190,144,35)
#AB8220
(171,130,32)
#98741D
(152,116,29)
#85661A
(133,102,26)
#725817
(114,88,23)
#5F4A14
(95,74,20)
#4C3C11
(76,60,17)
#392E0E
(57,46,14)
#26200B
(38,32,11)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #D19E26

#D19E26
(209,158,38)
#D5A639
(213,166,57)
#D9AE4C
(217,174,76)
#DDB65F
(221,182,95)
#E1BE72
(225,190,114)
#E5C685
(229,198,133)
#E9CE98
(233,206,152)
#EDD6AB
(237,214,171)
#F1DEBE
(241,222,190)
#F5E6D1
(245,230,209)
#F9EEE4
(249,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19E26 color. Also use rgb(209,158,38) instead hex code.

Text Font Color

.myTextColor { color: #D19E26; }

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

This text font color is #D19E26.


Background Color

.myBgColor { background-color: #D19E26; }

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

This div background color is #D19E26.


Border color

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

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

This div border color is #D19E26.


Opacity

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

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

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

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

This text has shadow with #D19E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19E26 on black background.


Color preview on white background

This text has color #D19E26 on white background.



Black color preview on #D19E26 background

This text has black color on #D19E26 background.


White color preview on #D19E26 background

This text has white color on #D19E26 background.