COLOR #D9781B

HEX: #D9781B
RGB: (217,120,27)

Color info

#D9781B contains mainly red color. Web safe color of #D9781B is #CC6633 (or #C63).

RGB color model

#D9781B color RGB value is (217,120,27).

  • red value is 217;
  • green value is 120;
  • blue value is 27.
RGB:
(217,120,27)
(85%,47%,11%)

RGB channels and saturation

R 217 of 255 = 85%
G 120 of 255 = 47%
B 27 of 255 = 11%

217
120
27

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

Portions of RGB colors in percentages

R + G + B =
217 + 120 + 27 = 364 (100%)
R 217 of 364 ~ 59.62%
G 120 of 364 ~ 32.97%
B 27 of 364 ~ 7.42%

%59.62
%32.97

CMYK color model

#D9781B color CMYK value is (0,45,88,15).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 87.56%
  • key color value is 14.90%
CMYK:
(0,45,88,15)
C0M45Y88K15 
(0%,45%,88%,15%)
(0.00/0.45/0.88/0.15)	

CMYK percentages

%0
%44.7
%87.56
%14.9

Codes

Color #D9781B in popluar color models

D9781B
RGB21712027
HSL29°77.87%47.84%
HSB/HSV29°87.56%85.10%
CMYK0.00%44.70%87.56%
14.90%

Color #D9781B in popluar number systems.

HEXD9781B
Decimal21712027
Binary11011001111100011011
Octal33117033

Shades and tints

Shades of #D9781B

#D9781B
(217,120,27)
#C66E19
(198,110,25)
#B36417
(179,100,23)
#A05A15
(160,90,21)
#8D5013
(141,80,19)
#7A4611
(122,70,17)
#673C0F
(103,60,15)
#54320D
(84,50,13)
#41280B
(65,40,11)
#2E1E09
(46,30,9)
#1B1407
(27,20,7)
#000000
(0,0,0)

Tints of #D9781B

#D9781B
(217,120,27)
#DC842F
(220,132,47)
#DF9043
(223,144,67)
#E29C57
(226,156,87)
#E5A86B
(229,168,107)
#E8B47F
(232,180,127)
#EBC093
(235,192,147)
#EECCA7
(238,204,167)
#F1D8BB
(241,216,187)
#F4E4CF
(244,228,207)
#F7F0E3
(247,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9781B color. Also use rgb(217,120,27) instead hex code.

Text Font Color

.myTextColor { color: #D9781B; }

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

This text font color is #D9781B.


Background Color

.myBgColor { background-color: #D9781B; }

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

This div background color is #D9781B.


Border color

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

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

This div border color is #D9781B.


Opacity

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

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

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

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

This text has shadow with #D9781B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9781B on black background.


Color preview on white background

This text has color #D9781B on white background.



Black color preview on #D9781B background

This text has black color on #D9781B background.


White color preview on #D9781B background

This text has white color on #D9781B background.