COLOR #D19D07

HEX: #D19D07
RGB: (209,157,7)

Color info

#D19D07 contains mainly red and green colors. Web safe color of #D19D07 is #CC9900 (or #C90).

RGB color model

#D19D07 color RGB value is (209,157,7).

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

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 7 of 255 = 3%

209
157
7

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

Portions of RGB colors in percentages

R + G + B =
209 + 157 + 7 = 373 (100%)
R 209 of 373 ~ 56.03%
G 157 of 373 ~ 42.09%
B 7 of 373 ~ 1.88%

%56.03
%42.09

CMYK color model

#D19D07 color CMYK value is (0,25,97,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 96.65%
  • key color value is 18.04%
CMYK:
(0,25,97,18)
C0M25Y97K18 
(0%,25%,97%,18%)
(0.00/0.25/0.97/0.18)	

CMYK percentages

%0
%24.88
%96.65
%18.04

Codes

Color #D19D07 in popluar color models

D19D07
RGB2091577
HSL45°93.52%42.35%
HSB/HSV45°96.65%81.96%
CMYK0.00%24.88%96.65%
18.04%

Color #D19D07 in popluar number systems.

HEXD19D07
Decimal2091577
Binary1101000110011101111
Octal3212357

Shades and tints

Shades of #D19D07

#D19D07
(209,157,7)
#BE8F07
(190,143,7)
#AB8107
(171,129,7)
#987307
(152,115,7)
#856507
(133,101,7)
#725707
(114,87,7)
#5F4907
(95,73,7)
#4C3B07
(76,59,7)
#392D07
(57,45,7)
#261F07
(38,31,7)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #D19D07

#D19D07
(209,157,7)
#D5A51D
(213,165,29)
#D9AD33
(217,173,51)
#DDB549
(221,181,73)
#E1BD5F
(225,189,95)
#E5C575
(229,197,117)
#E9CD8B
(233,205,139)
#EDD5A1
(237,213,161)
#F1DDB7
(241,221,183)
#F5E5CD
(245,229,205)
#F9EDE3
(249,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19D07; }

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

This text font color is #D19D07.


Background Color

.myBgColor { background-color: #D19D07; }

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

This div background color is #D19D07.


Border color

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

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

This div border color is #D19D07.


Opacity

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

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

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

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

This text has shadow with #D19D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19D07 on black background.


Color preview on white background

This text has color #D19D07 on white background.



Black color preview on #D19D07 background

This text has black color on #D19D07 background.


White color preview on #D19D07 background

This text has white color on #D19D07 background.