COLOR #D19438

HEX: #D19438
RGB: (209,148,56)

Color info

#D19438 contains mainly red color. Web safe color of #D19438 is #CC9933 (or #C93).

RGB color model

#D19438 color RGB value is (209,148,56).

  • red value is 209;
  • green value is 148;
  • blue value is 56.
RGB:
(209,148,56)
(82%,58%,22%)

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 56 of 255 = 22%

209
148
56

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

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 56 = 413 (100%)
R 209 of 413 ~ 50.61%
G 148 of 413 ~ 35.84%
B 56 of 413 ~ 13.56%

%50.61
%35.84
%13.56

CMYK color model

#D19438 color CMYK value is (0,29,73,18).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 73.21%
  • key color value is 18.04%
CMYK:
(0,29,73,18)
C0M29Y73K18 
(0%,29%,73%,18%)
(0.00/0.29/0.73/0.18)	

CMYK percentages

%0
%29.19
%73.21
%18.04

Codes

Color #D19438 in popluar color models

D19438
RGB20914856
HSL36°62.45%51.96%
HSB/HSV36°73.21%81.96%
CMYK0.00%29.19%73.21%
18.04%

Color #D19438 in popluar number systems.

HEXD19438
Decimal20914856
Binary1101000110010100111000
Octal32122470

Shades and tints

Shades of #D19438

#D19438
(209,148,56)
#BE8733
(190,135,51)
#AB7A2E
(171,122,46)
#986D29
(152,109,41)
#856024
(133,96,36)
#72531F
(114,83,31)
#5F461A
(95,70,26)
#4C3915
(76,57,21)
#392C10
(57,44,16)
#261F0B
(38,31,11)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #D19438

#D19438
(209,148,56)
#D59D4A
(213,157,74)
#D9A65C
(217,166,92)
#DDAF6E
(221,175,110)
#E1B880
(225,184,128)
#E5C192
(229,193,146)
#E9CAA4
(233,202,164)
#EDD3B6
(237,211,182)
#F1DCC8
(241,220,200)
#F5E5DA
(245,229,218)
#F9EEEC
(249,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19438 color. Also use rgb(209,148,56) instead hex code.

Text Font Color

.myTextColor { color: #D19438; }

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

This text font color is #D19438.


Background Color

.myBgColor { background-color: #D19438; }

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

This div background color is #D19438.


Border color

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

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

This div border color is #D19438.


Opacity

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

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

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

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

This text has shadow with #D19438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19438 on black background.


Color preview on white background

This text has color #D19438 on white background.



Black color preview on #D19438 background

This text has black color on #D19438 background.


White color preview on #D19438 background

This text has white color on #D19438 background.