COLOR #D98C19

HEX: #D98C19 RGB: (217,140,25)

Color info

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

RGB color model

#D98C19 color RGB value is (217,140,25).

RGB: (217,140,25) (85%, 55%, 10%)

RGB channels and saturation

R 217 of 255 = 85%
G 140 of 255 = 55%
B 25 of 255 = 10%

217
140
25

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

Portions of RGB colors in percentages

R + G + B = 217 + 140 + 25 = 382 (100%)
R 217 of 382 ~ 56.81%
G 140 of 382 ~ 36.65%
B 25 of 382 ~ 6.54'%

%56.81
%36.65

CMYK color model

#D98C19 color CMYK value is (0,35,88,15).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 88.48%
  • key color value is 14.90%

CMYK: (0,35,88,15)
C0M35Y88K15 (0%, 35%, 88%, 15%)
(0.00 / 0.35 / 0.88 / 0.15)

CMYK percentages

%0
%35.48
%88.48
%14.9

Codes

Color #D98C19 in popluar color models

D9 8C 19
RGB 217 140 25
HSL 36° 79.34% 47.45%
HSB/HSV 36° 88.48% 85.10%
CMYK 0.00% 35.48% 88.48%
14.90%

Color #D98C19 in popluar number systems.

HEX D9 8C 19
Decimal 217 140 25
Binary 11011001 10001100 11001
Octal 331 214 31

Shades and tints

Shades of #D98C19

#D98C19
(217,140,25)
#C68017
(198,128,23)
#B37415
(179,116,21)
#A06813
(160,104,19)
#8D5C11
(141,92,17)
#7A500F
(122,80,15)
#67440D
(103,68,13)
#54380B
(84,56,11)
#412C09
(65,44,9)
#2E2007
(46,32,7)
#1B1405
(27,20,5)
#000000
(0,0,0)

Tints of #D98C19

#D98C19
(217,140,25)
#DC962D
(220,150,45)
#DFA041
(223,160,65)
#E2AA55
(226,170,85)
#E5B469
(229,180,105)
#E8BE7D
(232,190,125)
#EBC891
(235,200,145)
#EED2A5
(238,210,165)
#F1DCB9
(241,220,185)
#F4E6CD
(244,230,205)
#F7F0E1
(247,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98C19 color. Also use rgb(217,140,25) instead hex code.

Text Font Color

.myTextColor { color: #D98C19; }

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

This text font color is #D98C19.

Background Color

.myBgColor { background-color: #D98C19; }

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

This div background color is #D98C19.

Border color

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

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

This div border color is #D98C19.

Opacity

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

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

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

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

This text has shadow with #D98C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98C19.

Preview

Color preview on black background

This text has color #D98C19 on black background.


Color preview on white background

This text has color #D98C19 on white background.


Black color preview on #D98C19 background

This text has black color on #D98C19 background.


White color preview on #D98C19 background

This text has white color on #D98C19 background.


Related colors

Complementary color

Complementary color for #hex is #2673E6.


I love getcolorcode.com

Triadic colors

1 #19D98C and #8C19D9 with #D98C19 are triadic colors.

2 #198CD9 and #8CD919 with #D98C19 are triadic colors.