COLOR #D9740D

HEX: #D9740D
RGB: (217,116,13)

Color info

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

RGB color model

#D9740D color RGB value is (217,116,13).

  • red value is 217;
  • green value is 116;
  • blue value is 13.
RGB:
(217,116,13)
(85%,45%,5%)

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 13 of 255 = 5%

217
116
13

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

Portions of RGB colors in percentages

R + G + B =
217 + 116 + 13 = 346 (100%)
R 217 of 346 ~ 62.72%
G 116 of 346 ~ 33.53%
B 13 of 346 ~ 3.76%

%62.72
%33.53

CMYK color model

#D9740D color CMYK value is (0,47,94,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 94.01%
  • key color value is 14.90%
CMYK:
(0,47,94,15)
C0M47Y94K15 
(0%,47%,94%,15%)
(0.00/0.47/0.94/0.15)	

CMYK percentages

%0
%46.54
%94.01
%14.9

Codes

Color #D9740D in popluar color models

D9740D
RGB21711613
HSL30°88.70%45.10%
HSB/HSV30°94.01%85.10%
CMYK0.00%46.54%94.01%
14.90%

Color #D9740D in popluar number systems.

HEXD9740D
Decimal21711613
Binary1101100111101001101
Octal33116415

Shades and tints

Shades of #D9740D

#D9740D
(217,116,13)
#C66A0C
(198,106,12)
#B3600B
(179,96,11)
#A0560A
(160,86,10)
#8D4C09
(141,76,9)
#7A4208
(122,66,8)
#673807
(103,56,7)
#542E06
(84,46,6)
#412405
(65,36,5)
#2E1A04
(46,26,4)
#1B1003
(27,16,3)
#000000
(0,0,0)

Tints of #D9740D

#D9740D
(217,116,13)
#DC8023
(220,128,35)
#DF8C39
(223,140,57)
#E2984F
(226,152,79)
#E5A465
(229,164,101)
#E8B07B
(232,176,123)
#EBBC91
(235,188,145)
#EEC8A7
(238,200,167)
#F1D4BD
(241,212,189)
#F4E0D3
(244,224,211)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9740D color. Also use rgb(217,116,13) instead hex code.

Text Font Color

.myTextColor { color: #D9740D; }

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

This text font color is #D9740D.


Background Color

.myBgColor { background-color: #D9740D; }

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

This div background color is #D9740D.


Border color

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

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

This div border color is #D9740D.


Opacity

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

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

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

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

This text has shadow with #D9740D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9740D on black background.


Color preview on white background

This text has color #D9740D on white background.



Black color preview on #D9740D background

This text has black color on #D9740D background.


White color preview on #D9740D background

This text has white color on #D9740D background.