COLOR #D79663

HEX: #D79663
RGB: (215,150,99)

Color info

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

RGB color model

#D79663 color RGB value is (215,150,99).

  • red value is 215;
  • green value is 150;
  • blue value is 99.
RGB:
(215,150,99)
(84%,59%,39%)

RGB channels and saturation

R 215 of 255 = 84%
G 150 of 255 = 59%
B 99 of 255 = 39%

215
150
99

R + G + B ~ 61%. #D79663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 150 + 99 = 464 (100%)
R 215 of 464 ~ 46.34%
G 150 of 464 ~ 32.33%
B 99 of 464 ~ 21.34%

%46.34
%32.33
%21.34

CMYK color model

#D79663 color CMYK value is (0,30,54,16).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 53.95%
  • key color value is 15.69%
CMYK:
(0,30,54,16)
C0M30Y54K16 
(0%,30%,54%,16%)
(0.00/0.30/0.54/0.16)	

CMYK percentages

%0
%30.23
%53.95
%15.69

Codes

Color #D79663 in popluar color models

D79663
RGB21515099
HSL26°59.18%61.57%
HSB/HSV26°53.95%84.31%
CMYK0.00%30.23%53.95%
15.69%

Color #D79663 in popluar number systems.

HEXD79663
Decimal21515099
Binary11010111100101101100011
Octal327226143

Shades and tints

Shades of #D79663

#D79663
(215,150,99)
#C4895A
(196,137,90)
#B17C51
(177,124,81)
#9E6F48
(158,111,72)
#8B623F
(139,98,63)
#785536
(120,85,54)
#65482D
(101,72,45)
#523B24
(82,59,36)
#3F2E1B
(63,46,27)
#2C2112
(44,33,18)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #D79663

#D79663
(215,150,99)
#DA9F71
(218,159,113)
#DDA87F
(221,168,127)
#E0B18D
(224,177,141)
#E3BA9B
(227,186,155)
#E6C3A9
(230,195,169)
#E9CCB7
(233,204,183)
#ECD5C5
(236,213,197)
#EFDED3
(239,222,211)
#F2E7E1
(242,231,225)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79663 color. Also use rgb(215,150,99) instead hex code.

Text Font Color

.myTextColor { color: #D79663; }

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

This text font color is #D79663.


Background Color

.myBgColor { background-color: #D79663; }

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

This div background color is #D79663.


Border color

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

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

This div border color is #D79663.


Opacity

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

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

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

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

This text has shadow with #D79663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79663 on black background.


Color preview on white background

This text has color #D79663 on white background.



Black color preview on #D79663 background

This text has black color on #D79663 background.


White color preview on #D79663 background

This text has white color on #D79663 background.