COLOR #D16F00

HEX: #D16F00
RGB: (209,111,0)

Color info

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

RGB color model

#D16F00 color RGB value is (209,111,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 111 of 255 = 44%
B 0 of 255 = 0%

209
111
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 111 + 0 = 320 (100%)
R 209 of 320 ~ 65.31%
G 111 of 320 ~ 34.69%
B 0 of 320 ~ 0%

%65.31
%34.69

CMYK color model

#D16F00 color CMYK value is (0,47,100,18).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,47,100,18)
C0M47Y100K18 
(0%,47%,100%,18%)
(0.00/0.47/1.00/0.18)	

CMYK percentages

%0
%46.89
%100
%18.04

Codes

Color #D16F00 in popluar color models

D16F00
RGB2091110
HSL32°100.00%40.98%
HSB/HSV32°100.00%81.96%
CMYK0.00%46.89%100.00%
18.04%

Color #D16F00 in popluar number systems.

HEXD16F00
Decimal2091110
Binary1101000111011110
Octal3211570

Shades and tints

Shades of #D16F00

#D16F00
(209,111,0)
#BE6500
(190,101,0)
#AB5B00
(171,91,0)
#985100
(152,81,0)
#854700
(133,71,0)
#723D00
(114,61,0)
#5F3300
(95,51,0)
#4C2900
(76,41,0)
#391F00
(57,31,0)
#261500
(38,21,0)
#130B00
(19,11,0)
#000000
(0,0,0)

Tints of #D16F00

#D16F00
(209,111,0)
#D57C17
(213,124,23)
#D9892E
(217,137,46)
#DD9645
(221,150,69)
#E1A35C
(225,163,92)
#E5B073
(229,176,115)
#E9BD8A
(233,189,138)
#EDCAA1
(237,202,161)
#F1D7B8
(241,215,184)
#F5E4CF
(245,228,207)
#F9F1E6
(249,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16F00; }

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

This text font color is #D16F00.


Background Color

.myBgColor { background-color: #D16F00; }

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

This div background color is #D16F00.


Border color

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

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

This div border color is #D16F00.


Opacity

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

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

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

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

This text has shadow with #D16F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16F00 on black background.


Color preview on white background

This text has color #D16F00 on white background.



Black color preview on #D16F00 background

This text has black color on #D16F00 background.


White color preview on #D16F00 background

This text has white color on #D16F00 background.