COLOR #D98713

HEX: #D98713
RGB: (217,135,19)

Color info

#D98713 contains mainly red color. Web safe color of #D98713 is #CC9900 (or #C90).

RGB color model

#D98713 color RGB value is (217,135,19).

  • red value is 217;
  • green value is 135;
  • blue value is 19.
RGB:
(217,135,19)
(85%,53%,7%)

RGB channels and saturation

R 217 of 255 = 85%
G 135 of 255 = 53%
B 19 of 255 = 7%

217
135
19

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

Portions of RGB colors in percentages

R + G + B =
217 + 135 + 19 = 371 (100%)
R 217 of 371 ~ 58.49%
G 135 of 371 ~ 36.39%
B 19 of 371 ~ 5.12%

%58.49
%36.39

CMYK color model

#D98713 color CMYK value is (0,38,91,15).

  • cyan value is 0.00%
  • magenta value is 37.79%
  • yellow value is 91.24%
  • key color value is 14.90%
CMYK:
(0,38,91,15)
C0M38Y91K15 
(0%,38%,91%,15%)
(0.00/0.38/0.91/0.15)	

CMYK percentages

%0
%37.79
%91.24
%14.9

Codes

Color #D98713 in popluar color models

D98713
RGB21713519
HSL35°83.90%46.27%
HSB/HSV35°91.24%85.10%
CMYK0.00%37.79%91.24%
14.90%

Color #D98713 in popluar number systems.

HEXD98713
Decimal21713519
Binary110110011000011110011
Octal33120723

Shades and tints

Shades of #D98713

#D98713
(217,135,19)
#C67B12
(198,123,18)
#B36F11
(179,111,17)
#A06310
(160,99,16)
#8D570F
(141,87,15)
#7A4B0E
(122,75,14)
#673F0D
(103,63,13)
#54330C
(84,51,12)
#41270B
(65,39,11)
#2E1B0A
(46,27,10)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #D98713

#D98713
(217,135,19)
#DC9128
(220,145,40)
#DF9B3D
(223,155,61)
#E2A552
(226,165,82)
#E5AF67
(229,175,103)
#E8B97C
(232,185,124)
#EBC391
(235,195,145)
#EECDA6
(238,205,166)
#F1D7BB
(241,215,187)
#F4E1D0
(244,225,208)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98713 color. Also use rgb(217,135,19) instead hex code.

Text Font Color

.myTextColor { color: #D98713; }

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

This text font color is #D98713.


Background Color

.myBgColor { background-color: #D98713; }

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

This div background color is #D98713.


Border color

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

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

This div border color is #D98713.


Opacity

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

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

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

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

This text has shadow with #D98713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98713 on black background.


Color preview on white background

This text has color #D98713 on white background.



Black color preview on #D98713 background

This text has black color on #D98713 background.


White color preview on #D98713 background

This text has white color on #D98713 background.