COLOR #D98A24

HEX: #D98A24
RGB: (217,138,36)

Color info

#D98A24 contains mainly red color. Web safe color of #D98A24 is #CC9933 (or #C93).

RGB color model

#D98A24 color RGB value is (217,138,36).

  • red value is 217;
  • green value is 138;
  • blue value is 36.
RGB:
(217,138,36)
(85%,54%,14%)

RGB channels and saturation

R 217 of 255 = 85%
G 138 of 255 = 54%
B 36 of 255 = 14%

217
138
36

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

Portions of RGB colors in percentages

R + G + B =
217 + 138 + 36 = 391 (100%)
R 217 of 391 ~ 55.5%
G 138 of 391 ~ 35.29%
B 36 of 391 ~ 9.21%

%55.5
%35.29

CMYK color model

#D98A24 color CMYK value is (0,36,83,15).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 83.41%
  • key color value is 14.90%
CMYK:
(0,36,83,15)
C0M36Y83K15 
(0%,36%,83%,15%)
(0.00/0.36/0.83/0.15)	

CMYK percentages

%0
%36.41
%83.41
%14.9

Codes

Color #D98A24 in popluar color models

D98A24
RGB21713836
HSL34°71.54%49.61%
HSB/HSV34°83.41%85.10%
CMYK0.00%36.41%83.41%
14.90%

Color #D98A24 in popluar number systems.

HEXD98A24
Decimal21713836
Binary1101100110001010100100
Octal33121244

Shades and tints

Shades of #D98A24

#D98A24
(217,138,36)
#C67E21
(198,126,33)
#B3721E
(179,114,30)
#A0661B
(160,102,27)
#8D5A18
(141,90,24)
#7A4E15
(122,78,21)
#674212
(103,66,18)
#54360F
(84,54,15)
#412A0C
(65,42,12)
#2E1E09
(46,30,9)
#1B1206
(27,18,6)
#000000
(0,0,0)

Tints of #D98A24

#D98A24
(217,138,36)
#DC9437
(220,148,55)
#DF9E4A
(223,158,74)
#E2A85D
(226,168,93)
#E5B270
(229,178,112)
#E8BC83
(232,188,131)
#EBC696
(235,198,150)
#EED0A9
(238,208,169)
#F1DABC
(241,218,188)
#F4E4CF
(244,228,207)
#F7EEE2
(247,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98A24 color. Also use rgb(217,138,36) instead hex code.

Text Font Color

.myTextColor { color: #D98A24; }

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

This text font color is #D98A24.


Background Color

.myBgColor { background-color: #D98A24; }

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

This div background color is #D98A24.


Border color

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

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

This div border color is #D98A24.


Opacity

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

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

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

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

This text has shadow with #D98A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98A24 on black background.


Color preview on white background

This text has color #D98A24 on white background.



Black color preview on #D98A24 background

This text has black color on #D98A24 background.


White color preview on #D98A24 background

This text has white color on #D98A24 background.