COLOR #D16A00

HEX: #D16A00
RGB: (209,106,0)

Color info

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

RGB color model

#D16A00 color RGB value is (209,106,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 106 of 255 = 42%
B 0 of 255 = 0%

209
106
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 106 + 0 = 315 (100%)
R 209 of 315 ~ 66.35%
G 106 of 315 ~ 33.65%
B 0 of 315 ~ 0%

%66.35
%33.65

CMYK color model

#D16A00 color CMYK value is (0,49,100,18).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,49,100,18)
C0M49Y100K18 
(0%,49%,100%,18%)
(0.00/0.49/1.00/0.18)	

CMYK percentages

%0
%49.28
%100
%18.04

Codes

Color #D16A00 in popluar color models

D16A00
RGB2091060
HSL30°100.00%40.98%
HSB/HSV30°100.00%81.96%
CMYK0.00%49.28%100.00%
18.04%

Color #D16A00 in popluar number systems.

HEXD16A00
Decimal2091060
Binary1101000111010100
Octal3211520

Shades and tints

Shades of #D16A00

#D16A00
(209,106,0)
#BE6100
(190,97,0)
#AB5800
(171,88,0)
#984F00
(152,79,0)
#854600
(133,70,0)
#723D00
(114,61,0)
#5F3400
(95,52,0)
#4C2B00
(76,43,0)
#392200
(57,34,0)
#261900
(38,25,0)
#131000
(19,16,0)
#000000
(0,0,0)

Tints of #D16A00

#D16A00
(209,106,0)
#D57717
(213,119,23)
#D9842E
(217,132,46)
#DD9145
(221,145,69)
#E19E5C
(225,158,92)
#E5AB73
(229,171,115)
#E9B88A
(233,184,138)
#EDC5A1
(237,197,161)
#F1D2B8
(241,210,184)
#F5DFCF
(245,223,207)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16A00; }

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

This text font color is #D16A00.


Background Color

.myBgColor { background-color: #D16A00; }

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

This div background color is #D16A00.


Border color

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

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

This div border color is #D16A00.


Opacity

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

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

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

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

This text has shadow with #D16A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16A00 on black background.


Color preview on white background

This text has color #D16A00 on white background.



Black color preview on #D16A00 background

This text has black color on #D16A00 background.


White color preview on #D16A00 background

This text has white color on #D16A00 background.