COLOR #D78B55

HEX: #D78B55
RGB: (215,139,85)

Color info

#D78B55 contains mainly red color. Web safe color of #D78B55 is #CC9966 (or #C96).

RGB color model

#D78B55 color RGB value is (215,139,85).

  • red value is 215;
  • green value is 139;
  • blue value is 85.
RGB:
(215,139,85)
(84%,55%,33%)

RGB channels and saturation

R 215 of 255 = 84%
G 139 of 255 = 55%
B 85 of 255 = 33%

215
139
85

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

Portions of RGB colors in percentages

R + G + B =
215 + 139 + 85 = 439 (100%)
R 215 of 439 ~ 48.97%
G 139 of 439 ~ 31.66%
B 85 of 439 ~ 19.36%

%48.97
%31.66
%19.36

CMYK color model

#D78B55 color CMYK value is (0,35,60,16).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 60.47%
  • key color value is 15.69%
CMYK:
(0,35,60,16)
C0M35Y60K16 
(0%,35%,60%,16%)
(0.00/0.35/0.60/0.16)	

CMYK percentages

%0
%35.35
%60.47
%15.69

Codes

Color #D78B55 in popluar color models

D78B55
RGB21513985
HSL25°61.90%58.82%
HSB/HSV25°60.47%84.31%
CMYK0.00%35.35%60.47%
15.69%

Color #D78B55 in popluar number systems.

HEXD78B55
Decimal21513985
Binary11010111100010111010101
Octal327213125

Shades and tints

Shades of #D78B55

#D78B55
(215,139,85)
#C47F4E
(196,127,78)
#B17347
(177,115,71)
#9E6740
(158,103,64)
#8B5B39
(139,91,57)
#784F32
(120,79,50)
#65432B
(101,67,43)
#523724
(82,55,36)
#3F2B1D
(63,43,29)
#2C1F16
(44,31,22)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #D78B55

#D78B55
(215,139,85)
#DA9564
(218,149,100)
#DD9F73
(221,159,115)
#E0A982
(224,169,130)
#E3B391
(227,179,145)
#E6BDA0
(230,189,160)
#E9C7AF
(233,199,175)
#ECD1BE
(236,209,190)
#EFDBCD
(239,219,205)
#F2E5DC
(242,229,220)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78B55 color. Also use rgb(215,139,85) instead hex code.

Text Font Color

.myTextColor { color: #D78B55; }

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

This text font color is #D78B55.


Background Color

.myBgColor { background-color: #D78B55; }

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

This div background color is #D78B55.


Border color

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

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

This div border color is #D78B55.


Opacity

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

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

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

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

This text has shadow with #D78B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78B55 on black background.


Color preview on white background

This text has color #D78B55 on white background.



Black color preview on #D78B55 background

This text has black color on #D78B55 background.


White color preview on #D78B55 background

This text has white color on #D78B55 background.