COLOR #D16900

HEX: #D16900
RGB: (209,105,0)

Color info

#D16900 contains mainly red color. Web safe color of #D16900 is #CC6600 (or #C60).

RGB color model

#D16900 color RGB value is (209,105,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 105 of 255 = 41%
B 0 of 255 = 0%

209
105
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 105 + 0 = 314 (100%)
R 209 of 314 ~ 66.56%
G 105 of 314 ~ 33.44%
B 0 of 314 ~ 0%

%66.56
%33.44

CMYK color model

#D16900 color CMYK value is (0,50,100,18).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,50,100,18)
C0M50Y100K18 
(0%,50%,100%,18%)
(0.00/0.50/1.00/0.18)	

CMYK percentages

%0
%49.76
%100
%18.04

Codes

Color #D16900 in popluar color models

D16900
RGB2091050
HSL30°100.00%40.98%
HSB/HSV30°100.00%81.96%
CMYK0.00%49.76%100.00%
18.04%

Color #D16900 in popluar number systems.

HEXD16900
Decimal2091050
Binary1101000111010010
Octal3211510

Shades and tints

Shades of #D16900

#D16900
(209,105,0)
#BE6000
(190,96,0)
#AB5700
(171,87,0)
#984E00
(152,78,0)
#854500
(133,69,0)
#723C00
(114,60,0)
#5F3300
(95,51,0)
#4C2A00
(76,42,0)
#392100
(57,33,0)
#261800
(38,24,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #D16900

#D16900
(209,105,0)
#D57617
(213,118,23)
#D9832E
(217,131,46)
#DD9045
(221,144,69)
#E19D5C
(225,157,92)
#E5AA73
(229,170,115)
#E9B78A
(233,183,138)
#EDC4A1
(237,196,161)
#F1D1B8
(241,209,184)
#F5DECF
(245,222,207)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16900; }

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

This text font color is #D16900.


Background Color

.myBgColor { background-color: #D16900; }

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

This div background color is #D16900.


Border color

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

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

This div border color is #D16900.


Opacity

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

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

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

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

This text has shadow with #D16900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16900 on black background.


Color preview on white background

This text has color #D16900 on white background.



Black color preview on #D16900 background

This text has black color on #D16900 background.


White color preview on #D16900 background

This text has white color on #D16900 background.