COLOR #D98217

HEX: #D98217 RGB: (217,130,23)

Color info

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

RGB color model

#D98217 color RGB value is (217,130,23).

RGB: (217,130,23) (85%, 51%, 9%)

RGB channels and saturation

R 217 of 255 = 85%
G 130 of 255 = 51%
B 23 of 255 = 9%

217
130
23

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

Portions of RGB colors in percentages

R + G + B = 217 + 130 + 23 = 370 (100%)
R 217 of 370 ~ 58.65%
G 130 of 370 ~ 35.14%
B 23 of 370 ~ 6.22'%

%58.65
%35.14

CMYK color model

#D98217 color CMYK value is (0,40,89,15).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 89.40%
  • key color value is 14.90%

CMYK: (0,40,89,15)
C0M40Y89K15 (0%, 40%, 89%, 15%)
(0.00 / 0.40 / 0.89 / 0.15)

CMYK percentages

%0
%40.09
%89.4
%14.9

Codes

Color #D98217 in popluar color models

D9 82 17
RGB 217 130 23
HSL 33° 80.83% 47.06%
HSB/HSV 33° 89.40% 85.10%
CMYK 0.00% 40.09% 89.40%
14.90%

Color #D98217 in popluar number systems.

HEX D9 82 17
Decimal 217 130 23
Binary 11011001 10000010 10111
Octal 331 202 27

Shades and tints

Shades of #D98217

#D98217
(217,130,23)
#C67715
(198,119,21)
#B36C13
(179,108,19)
#A06111
(160,97,17)
#8D560F
(141,86,15)
#7A4B0D
(122,75,13)
#67400B
(103,64,11)
#543509
(84,53,9)
#412A07
(65,42,7)
#2E1F05
(46,31,5)
#1B1403
(27,20,3)
#000000
(0,0,0)

Tints of #D98217

#D98217
(217,130,23)
#DC8D2C
(220,141,44)
#DF9841
(223,152,65)
#E2A356
(226,163,86)
#E5AE6B
(229,174,107)
#E8B980
(232,185,128)
#EBC495
(235,196,149)
#EECFAA
(238,207,170)
#F1DABF
(241,218,191)
#F4E5D4
(244,229,212)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98217 color. Also use rgb(217,130,23) instead hex code.

Text Font Color

.myTextColor { color: #D98217; }

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

This text font color is #D98217.

Background Color

.myBgColor { background-color: #D98217; }

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

This div background color is #D98217.

Border color

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

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

This div border color is #D98217.

Opacity

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

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

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

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

This text has shadow with #D98217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98217.

Preview

Color preview on black background

This text has color #D98217 on black background.


Color preview on white background

This text has color #D98217 on white background.


Black color preview on #D98217 background

This text has black color on #D98217 background.


White color preview on #D98217 background

This text has white color on #D98217 background.


Related colors

Complementary color

Complementary color for #hex is #267DE8.


I love getcolorcode.com

Triadic colors

1 #17D982 and #8217D9 with #D98217 are triadic colors.

2 #1782D9 and #82D917 with #D98217 are triadic colors.