COLOR #D79D6F

HEX: #D79D6F RGB: (215,157,111)

Color info

#D79D6F contains mainly red and green colors. Web safe color of #D79D6F is #CC9966 (or #C96).

RGB color model

#D79D6F color RGB value is (215,157,111).

RGB: (215,157,111) (84%, 62%, 44%)

RGB channels and saturation

R 215 of 255 = 84%
G 157 of 255 = 62%
B 111 of 255 = 44%

215
157
111

R + G + B ~ 63%. #D79D6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 157 + 111 = 483 (100%)
R 215 of 483 ~ 44.51%
G 157 of 483 ~ 32.51%
B 111 of 483 ~ 22.98'%

%44.51
%32.51
%22.98

CMYK color model

#D79D6F color CMYK value is (0,27,48,16).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 48.37%
  • key color value is 15.69%

CMYK: (0,27,48,16)
C0M27Y48K16 (0%, 27%, 48%, 16%)
(0.00 / 0.27 / 0.48 / 0.16)

CMYK percentages

%0
%26.98
%48.37
%15.69

Codes

Color #D79D6F in popluar color models

D7 9D 6F
RGB 215 157 111
HSL 27° 56.52% 63.92%
HSB/HSV 27° 48.37% 84.31%
CMYK 0.00% 26.98% 48.37%
15.69%

Color #D79D6F in popluar number systems.

HEX D7 9D 6F
Decimal 215 157 111
Binary 11010111 10011101 1101111
Octal 327 235 157

Shades and tints

Shades of #D79D6F

#D79D6F
(215,157,111)
#C48F65
(196,143,101)
#B1815B
(177,129,91)
#9E7351
(158,115,81)
#8B6547
(139,101,71)
#78573D
(120,87,61)
#654933
(101,73,51)
#523B29
(82,59,41)
#3F2D1F
(63,45,31)
#2C1F15
(44,31,21)
#19110B
(25,17,11)
#000000
(0,0,0)

Tints of #D79D6F

#D79D6F
(215,157,111)
#DAA57C
(218,165,124)
#DDAD89
(221,173,137)
#E0B596
(224,181,150)
#E3BDA3
(227,189,163)
#E6C5B0
(230,197,176)
#E9CDBD
(233,205,189)
#ECD5CA
(236,213,202)
#EFDDD7
(239,221,215)
#F2E5E4
(242,229,228)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79D6F color. Also use rgb(215,157,111) instead hex code.

Text Font Color

.myTextColor { color: #D79D6F; }

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

This text font color is #D79D6F.

Background Color

.myBgColor { background-color: #D79D6F; }

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

This div background color is #D79D6F.

Border color

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

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

This div border color is #D79D6F.

Opacity

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

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

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

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

This text has shadow with #D79D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79D6F.

Preview

Color preview on black background

This text has color #D79D6F on black background.


Color preview on white background

This text has color #D79D6F on white background.


Black color preview on #D79D6F background

This text has black color on #D79D6F background.


White color preview on #D79D6F background

This text has white color on #D79D6F background.


Related colors

Complementary color

Complementary color for #hex is #286290.


I love getcolorcode.com

Triadic colors

1 #6FD79D and #9D6FD7 with #D79D6F are triadic colors.

2 #6F9DD7 and #9DD76F with #D79D6F are triadic colors.