COLOR #D18700

HEX: #D18700
RGB: (209,135,0)

Color info

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

RGB color model

#D18700 color RGB value is (209,135,0).

  • red value is 209;
  • green value is 135;
  • blue value is 0.
RGB:
(209,135,0)
(82%,53%,0%)

RGB channels and saturation

R 209 of 255 = 82%
G 135 of 255 = 53%
B 0 of 255 = 0%

209
135
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 135 + 0 = 344 (100%)
R 209 of 344 ~ 60.76%
G 135 of 344 ~ 39.24%
B 0 of 344 ~ 0%

%60.76
%39.24

CMYK color model

#D18700 color CMYK value is (0,35,100,18).

  • cyan value is 0.00%
  • magenta value is 35.41%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,35,100,18)
C0M35Y100K18 
(0%,35%,100%,18%)
(0.00/0.35/1.00/0.18)	

CMYK percentages

%0
%35.41
%100
%18.04

Codes

Color #D18700 in popluar color models

D18700
RGB2091350
HSL39°100.00%40.98%
HSB/HSV39°100.00%81.96%
CMYK0.00%35.41%100.00%
18.04%

Color #D18700 in popluar number systems.

HEXD18700
Decimal2091350
Binary11010001100001110
Octal3212070

Shades and tints

Shades of #D18700

#D18700
(209,135,0)
#BE7B00
(190,123,0)
#AB6F00
(171,111,0)
#986300
(152,99,0)
#855700
(133,87,0)
#724B00
(114,75,0)
#5F3F00
(95,63,0)
#4C3300
(76,51,0)
#392700
(57,39,0)
#261B00
(38,27,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #D18700

#D18700
(209,135,0)
#D59117
(213,145,23)
#D99B2E
(217,155,46)
#DDA545
(221,165,69)
#E1AF5C
(225,175,92)
#E5B973
(229,185,115)
#E9C38A
(233,195,138)
#EDCDA1
(237,205,161)
#F1D7B8
(241,215,184)
#F5E1CF
(245,225,207)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18700 color. Also use rgb(209,135,0) instead hex code.

Text Font Color

.myTextColor { color: #D18700; }

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

This text font color is #D18700.


Background Color

.myBgColor { background-color: #D18700; }

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

This div background color is #D18700.


Border color

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

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

This div border color is #D18700.


Opacity

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

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

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

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

This text has shadow with #D18700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18700 on black background.


Color preview on white background

This text has color #D18700 on white background.



Black color preview on #D18700 background

This text has black color on #D18700 background.


White color preview on #D18700 background

This text has white color on #D18700 background.