COLOR #D8940D

HEX: #D8940D
RGB: (216,148,13)

Color info

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

RGB color model

#D8940D color RGB value is (216,148,13).

  • red value is 216;
  • green value is 148;
  • blue value is 13.
RGB:
(216,148,13)
(85%,58%,5%)

RGB channels and saturation

R 216 of 255 = 85%
G 148 of 255 = 58%
B 13 of 255 = 5%

216
148
13

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

Portions of RGB colors in percentages

R + G + B =
216 + 148 + 13 = 377 (100%)
R 216 of 377 ~ 57.29%
G 148 of 377 ~ 39.26%
B 13 of 377 ~ 3.45%

%57.29
%39.26

CMYK color model

#D8940D color CMYK value is (0,31,94,15).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 93.98%
  • key color value is 15.29%
CMYK:
(0,31,94,15)
C0M31Y94K15 
(0%,31%,94%,15%)
(0.00/0.31/0.94/0.15)	

CMYK percentages

%0
%31.48
%93.98
%15.29

Codes

Color #D8940D in popluar color models

D8940D
RGB21614813
HSL40°88.65%44.90%
HSB/HSV40°93.98%84.71%
CMYK0.00%31.48%93.98%
15.29%

Color #D8940D in popluar number systems.

HEXD8940D
Decimal21614813
Binary11011000100101001101
Octal33022415

Shades and tints

Shades of #D8940D

#D8940D
(216,148,13)
#C5870C
(197,135,12)
#B27A0B
(178,122,11)
#9F6D0A
(159,109,10)
#8C6009
(140,96,9)
#795308
(121,83,8)
#664607
(102,70,7)
#533906
(83,57,6)
#402C05
(64,44,5)
#2D1F04
(45,31,4)
#1A1203
(26,18,3)
#000000
(0,0,0)

Tints of #D8940D

#D8940D
(216,148,13)
#DB9D23
(219,157,35)
#DEA639
(222,166,57)
#E1AF4F
(225,175,79)
#E4B865
(228,184,101)
#E7C17B
(231,193,123)
#EACA91
(234,202,145)
#EDD3A7
(237,211,167)
#F0DCBD
(240,220,189)
#F3E5D3
(243,229,211)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8940D color. Also use rgb(216,148,13) instead hex code.

Text Font Color

.myTextColor { color: #D8940D; }

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

This text font color is #D8940D.


Background Color

.myBgColor { background-color: #D8940D; }

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

This div background color is #D8940D.


Border color

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

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

This div border color is #D8940D.


Opacity

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

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

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

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

This text has shadow with #D8940D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8940D on black background.


Color preview on white background

This text has color #D8940D on white background.



Black color preview on #D8940D background

This text has black color on #D8940D background.


White color preview on #D8940D background

This text has white color on #D8940D background.