COLOR #D77C08

HEX: #D77C08
RGB: (215,124,8)

Color info

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

RGB color model

#D77C08 color RGB value is (215,124,8).

  • red value is 215;
  • green value is 124;
  • blue value is 8.
RGB:
(215,124,8)
(84%,49%,3%)

RGB channels and saturation

R 215 of 255 = 84%
G 124 of 255 = 49%
B 8 of 255 = 3%

215
124
8

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

Portions of RGB colors in percentages

R + G + B =
215 + 124 + 8 = 347 (100%)
R 215 of 347 ~ 61.96%
G 124 of 347 ~ 35.73%
B 8 of 347 ~ 2.31%

%61.96
%35.73

CMYK color model

#D77C08 color CMYK value is (0,42,96,16).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 96.28%
  • key color value is 15.69%
CMYK:
(0,42,96,16)
C0M42Y96K16 
(0%,42%,96%,16%)
(0.00/0.42/0.96/0.16)	

CMYK percentages

%0
%42.33
%96.28
%15.69

Codes

Color #D77C08 in popluar color models

D77C08
RGB2151248
HSL34°92.83%43.73%
HSB/HSV34°96.28%84.31%
CMYK0.00%42.33%96.28%
15.69%

Color #D77C08 in popluar number systems.

HEXD77C08
Decimal2151248
Binary1101011111111001000
Octal32717410

Shades and tints

Shades of #D77C08

#D77C08
(215,124,8)
#C47108
(196,113,8)
#B16608
(177,102,8)
#9E5B08
(158,91,8)
#8B5008
(139,80,8)
#784508
(120,69,8)
#653A08
(101,58,8)
#522F08
(82,47,8)
#3F2408
(63,36,8)
#2C1908
(44,25,8)
#190E08
(25,14,8)
#000000
(0,0,0)

Tints of #D77C08

#D77C08
(215,124,8)
#DA871E
(218,135,30)
#DD9234
(221,146,52)
#E09D4A
(224,157,74)
#E3A860
(227,168,96)
#E6B376
(230,179,118)
#E9BE8C
(233,190,140)
#ECC9A2
(236,201,162)
#EFD4B8
(239,212,184)
#F2DFCE
(242,223,206)
#F5EAE4
(245,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77C08 color. Also use rgb(215,124,8) instead hex code.

Text Font Color

.myTextColor { color: #D77C08; }

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

This text font color is #D77C08.


Background Color

.myBgColor { background-color: #D77C08; }

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

This div background color is #D77C08.


Border color

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

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

This div border color is #D77C08.


Opacity

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

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

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

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

This text has shadow with #D77C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77C08 on black background.


Color preview on white background

This text has color #D77C08 on white background.



Black color preview on #D77C08 background

This text has black color on #D77C08 background.


White color preview on #D77C08 background

This text has white color on #D77C08 background.