COLOR #D9711D

HEX: #D9711D
RGB: (217,113,29)

Color info

#D9711D contains mainly red color. Web safe color of #D9711D is #CC6633 (or #C63).

RGB color model

#D9711D color RGB value is (217,113,29).

  • red value is 217;
  • green value is 113;
  • blue value is 29.
RGB:
(217,113,29)
(85%,44%,11%)

RGB channels and saturation

R 217 of 255 = 85%
G 113 of 255 = 44%
B 29 of 255 = 11%

217
113
29

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

Portions of RGB colors in percentages

R + G + B =
217 + 113 + 29 = 359 (100%)
R 217 of 359 ~ 60.45%
G 113 of 359 ~ 31.48%
B 29 of 359 ~ 8.08%

%60.45
%31.48

CMYK color model

#D9711D color CMYK value is (0,48,87,15).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 86.64%
  • key color value is 14.90%
CMYK:
(0,48,87,15)
C0M48Y87K15 
(0%,48%,87%,15%)
(0.00/0.48/0.87/0.15)	

CMYK percentages

%0
%47.93
%86.64
%14.9

Codes

Color #D9711D in popluar color models

D9711D
RGB21711329
HSL27°76.42%48.24%
HSB/HSV27°86.64%85.10%
CMYK0.00%47.93%86.64%
14.90%

Color #D9711D in popluar number systems.

HEXD9711D
Decimal21711329
Binary11011001111000111101
Octal33116135

Shades and tints

Shades of #D9711D

#D9711D
(217,113,29)
#C6671B
(198,103,27)
#B35D19
(179,93,25)
#A05317
(160,83,23)
#8D4915
(141,73,21)
#7A3F13
(122,63,19)
#673511
(103,53,17)
#542B0F
(84,43,15)
#41210D
(65,33,13)
#2E170B
(46,23,11)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #D9711D

#D9711D
(217,113,29)
#DC7D31
(220,125,49)
#DF8945
(223,137,69)
#E29559
(226,149,89)
#E5A16D
(229,161,109)
#E8AD81
(232,173,129)
#EBB995
(235,185,149)
#EEC5A9
(238,197,169)
#F1D1BD
(241,209,189)
#F4DDD1
(244,221,209)
#F7E9E5
(247,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9711D color. Also use rgb(217,113,29) instead hex code.

Text Font Color

.myTextColor { color: #D9711D; }

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

This text font color is #D9711D.


Background Color

.myBgColor { background-color: #D9711D; }

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

This div background color is #D9711D.


Border color

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

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

This div border color is #D9711D.


Opacity

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

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

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

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

This text has shadow with #D9711D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9711D on black background.


Color preview on white background

This text has color #D9711D on white background.



Black color preview on #D9711D background

This text has black color on #D9711D background.


White color preview on #D9711D background

This text has white color on #D9711D background.