COLOR #D39400

HEX: #D39400
RGB: (211,148,0)

Color info

#D39400 contains mainly red color. Web safe color of #D39400 is #CC9900 (or #C90).

RGB color model

#D39400 color RGB value is (211,148,0).

  • red value is 211;
  • green value is 148;
  • blue value is 0.
RGB:
(211,148,0)
(83%,58%,0%)

RGB channels and saturation

R 211 of 255 = 83%
G 148 of 255 = 58%
B 0 of 255 = 0%

211
148
0

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

Portions of RGB colors in percentages

R + G + B =
211 + 148 + 0 = 359 (100%)
R 211 of 359 ~ 58.77%
G 148 of 359 ~ 41.23%
B 0 of 359 ~ 0%

%58.77
%41.23

CMYK color model

#D39400 color CMYK value is (0,30,100,17).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 100.00%
  • key color value is 17.25%
CMYK:
(0,30,100,17)
C0M30Y100K17 
(0%,30%,100%,17%)
(0.00/0.30/1.00/0.17)	

CMYK percentages

%0
%29.86
%100
%17.25

Codes

Color #D39400 in popluar color models

D39400
RGB2111480
HSL42°100.00%41.37%
HSB/HSV42°100.00%82.75%
CMYK0.00%29.86%100.00%
17.25%

Color #D39400 in popluar number systems.

HEXD39400
Decimal2111480
Binary11010011100101000
Octal3232240

Shades and tints

Shades of #D39400

#D39400
(211,148,0)
#C08700
(192,135,0)
#AD7A00
(173,122,0)
#9A6D00
(154,109,0)
#876000
(135,96,0)
#745300
(116,83,0)
#614600
(97,70,0)
#4E3900
(78,57,0)
#3B2C00
(59,44,0)
#281F00
(40,31,0)
#151200
(21,18,0)
#000000
(0,0,0)

Tints of #D39400

#D39400
(211,148,0)
#D79D17
(215,157,23)
#DBA62E
(219,166,46)
#DFAF45
(223,175,69)
#E3B85C
(227,184,92)
#E7C173
(231,193,115)
#EBCA8A
(235,202,138)
#EFD3A1
(239,211,161)
#F3DCB8
(243,220,184)
#F7E5CF
(247,229,207)
#FBEEE6
(251,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39400 color. Also use rgb(211,148,0) instead hex code.

Text Font Color

.myTextColor { color: #D39400; }

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

This text font color is #D39400.


Background Color

.myBgColor { background-color: #D39400; }

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

This div background color is #D39400.


Border color

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

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

This div border color is #D39400.


Opacity

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

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

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

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

This text has shadow with #D39400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39400 on black background.


Color preview on white background

This text has color #D39400 on white background.



Black color preview on #D39400 background

This text has black color on #D39400 background.


White color preview on #D39400 background

This text has white color on #D39400 background.