COLOR #D78C43

HEX: #D78C43 RGB: (215,140,67)

Color info

#D78C43 contains mainly red color. Web safe color of #D78C43 is #CC9933 (or #C93).

RGB color model

#D78C43 color RGB value is (215,140,67).

RGB: (215,140,67) (84%, 55%, 26%)

RGB channels and saturation

R 215 of 255 = 84%
G 140 of 255 = 55%
B 67 of 255 = 26%

215
140
67

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

Portions of RGB colors in percentages

R + G + B = 215 + 140 + 67 = 422 (100%)
R 215 of 422 ~ 50.95%
G 140 of 422 ~ 33.18%
B 67 of 422 ~ 15.88'%

%50.95
%33.18
%15.88

CMYK color model

#D78C43 color CMYK value is (0,35,69,16).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 68.84%
  • key color value is 15.69%

CMYK: (0,35,69,16)
C0M35Y69K16 (0%, 35%, 69%, 16%)
(0.00 / 0.35 / 0.69 / 0.16)

CMYK percentages

%0
%34.88
%68.84
%15.69

Codes

Color #D78C43 in popluar color models

D7 8C 43
RGB 215 140 67
HSL 30° 64.91% 55.29%
HSB/HSV 30° 68.84% 84.31%
CMYK 0.00% 34.88% 68.84%
15.69%

Color #D78C43 in popluar number systems.

HEX D7 8C 43
Decimal 215 140 67
Binary 11010111 10001100 1000011
Octal 327 214 103

Shades and tints

Shades of #D78C43

#D78C43
(215,140,67)
#C4803D
(196,128,61)
#B17437
(177,116,55)
#9E6831
(158,104,49)
#8B5C2B
(139,92,43)
#785025
(120,80,37)
#65441F
(101,68,31)
#523819
(82,56,25)
#3F2C13
(63,44,19)
#2C200D
(44,32,13)
#191407
(25,20,7)
#000000
(0,0,0)

Tints of #D78C43

#D78C43
(215,140,67)
#DA9654
(218,150,84)
#DDA065
(221,160,101)
#E0AA76
(224,170,118)
#E3B487
(227,180,135)
#E6BE98
(230,190,152)
#E9C8A9
(233,200,169)
#ECD2BA
(236,210,186)
#EFDCCB
(239,220,203)
#F2E6DC
(242,230,220)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78C43 color. Also use rgb(215,140,67) instead hex code.

Text Font Color

.myTextColor { color: #D78C43; }

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

This text font color is #D78C43.

Background Color

.myBgColor { background-color: #D78C43; }

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

This div background color is #D78C43.

Border color

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

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

This div border color is #D78C43.

Opacity

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

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

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

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

This text has shadow with #D78C43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78C43.

Preview

Color preview on black background

This text has color #D78C43 on black background.


Color preview on white background

This text has color #D78C43 on white background.


Black color preview on #D78C43 background

This text has black color on #D78C43 background.


White color preview on #D78C43 background

This text has white color on #D78C43 background.


Related colors

Complementary color

Complementary color for #hex is #2873BC.


I love getcolorcode.com

Triadic colors

1 #43D78C and #8C43D7 with #D78C43 are triadic colors.

2 #438CD7 and #8CD743 with #D78C43 are triadic colors.