COLOR #D77917

HEX: #D77917
RGB: (215,121,23)

Color info

#D77917 contains mainly red color. Web safe color of #D77917 is #CC6600 (or #C60).

RGB color model

#D77917 color RGB value is (215,121,23).

  • red value is 215;
  • green value is 121;
  • blue value is 23.
RGB:
(215,121,23)
(84%,47%,9%)

RGB channels and saturation

R 215 of 255 = 84%
G 121 of 255 = 47%
B 23 of 255 = 9%

215
121
23

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

Portions of RGB colors in percentages

R + G + B =
215 + 121 + 23 = 359 (100%)
R 215 of 359 ~ 59.89%
G 121 of 359 ~ 33.7%
B 23 of 359 ~ 6.41%

%59.89
%33.7

CMYK color model

#D77917 color CMYK value is (0,44,89,16).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 89.30%
  • key color value is 15.69%
CMYK:
(0,44,89,16)
C0M44Y89K16 
(0%,44%,89%,16%)
(0.00/0.44/0.89/0.16)	

CMYK percentages

%0
%43.72
%89.3
%15.69

Codes

Color #D77917 in popluar color models

D77917
RGB21512123
HSL31°80.67%46.67%
HSB/HSV31°89.30%84.31%
CMYK0.00%43.72%89.30%
15.69%

Color #D77917 in popluar number systems.

HEXD77917
Decimal21512123
Binary11010111111100110111
Octal32717127

Shades and tints

Shades of #D77917

#D77917
(215,121,23)
#C46E15
(196,110,21)
#B16313
(177,99,19)
#9E5811
(158,88,17)
#8B4D0F
(139,77,15)
#78420D
(120,66,13)
#65370B
(101,55,11)
#522C09
(82,44,9)
#3F2107
(63,33,7)
#2C1605
(44,22,5)
#190B03
(25,11,3)
#000000
(0,0,0)

Tints of #D77917

#D77917
(215,121,23)
#DA852C
(218,133,44)
#DD9141
(221,145,65)
#E09D56
(224,157,86)
#E3A96B
(227,169,107)
#E6B580
(230,181,128)
#E9C195
(233,193,149)
#ECCDAA
(236,205,170)
#EFD9BF
(239,217,191)
#F2E5D4
(242,229,212)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77917 color. Also use rgb(215,121,23) instead hex code.

Text Font Color

.myTextColor { color: #D77917; }

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

This text font color is #D77917.


Background Color

.myBgColor { background-color: #D77917; }

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

This div background color is #D77917.


Border color

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

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

This div border color is #D77917.


Opacity

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

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

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

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

This text has shadow with #D77917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77917 on black background.


Color preview on white background

This text has color #D77917 on white background.



Black color preview on #D77917 background

This text has black color on #D77917 background.


White color preview on #D77917 background

This text has white color on #D77917 background.