COLOR #D79B68

HEX: #D79B68
RGB: (215,155,104)

Color info

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

RGB color model

#D79B68 color RGB value is (215,155,104).

  • red value is 215;
  • green value is 155;
  • blue value is 104.
RGB:
(215,155,104)
(84%,61%,41%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 104 of 255 = 41%

215
155
104

R + G + B ~ 62%. #D79B68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 155 + 104 = 474 (100%)
R 215 of 474 ~ 45.36%
G 155 of 474 ~ 32.7%
B 104 of 474 ~ 21.94%

%45.36
%32.7
%21.94

CMYK color model

#D79B68 color CMYK value is (0,28,52,16).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 51.63%
  • key color value is 15.69%
CMYK:
(0,28,52,16)
C0M28Y52K16 
(0%,28%,52%,16%)
(0.00/0.28/0.52/0.16)	

CMYK percentages

%0
%27.91
%51.63
%15.69

Codes

Color #D79B68 in popluar color models

D79B68
RGB215155104
HSL28°58.12%62.55%
HSB/HSV28°51.63%84.31%
CMYK0.00%27.91%51.63%
15.69%

Color #D79B68 in popluar number systems.

HEXD79B68
Decimal215155104
Binary11010111100110111101000
Octal327233150

Shades and tints

Shades of #D79B68

#D79B68
(215,155,104)
#C48D5F
(196,141,95)
#B17F56
(177,127,86)
#9E714D
(158,113,77)
#8B6344
(139,99,68)
#78553B
(120,85,59)
#654732
(101,71,50)
#523929
(82,57,41)
#3F2B20
(63,43,32)
#2C1D17
(44,29,23)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #D79B68

#D79B68
(215,155,104)
#DAA475
(218,164,117)
#DDAD82
(221,173,130)
#E0B68F
(224,182,143)
#E3BF9C
(227,191,156)
#E6C8A9
(230,200,169)
#E9D1B6
(233,209,182)
#ECDAC3
(236,218,195)
#EFE3D0
(239,227,208)
#F2ECDD
(242,236,221)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79B68 color. Also use rgb(215,155,104) instead hex code.

Text Font Color

.myTextColor { color: #D79B68; }

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

This text font color is #D79B68.


Background Color

.myBgColor { background-color: #D79B68; }

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

This div background color is #D79B68.


Border color

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

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

This div border color is #D79B68.


Opacity

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

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

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

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

This text has shadow with #D79B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79B68 on black background.


Color preview on white background

This text has color #D79B68 on white background.



Black color preview on #D79B68 background

This text has black color on #D79B68 background.


White color preview on #D79B68 background

This text has white color on #D79B68 background.