COLOR #D7C69F

HEX: #D7C69F
RGB: (215,198,159)

Color info

#D7C69F contains red, green and blue colors in about the same proportion. Web safe color of #D7C69F is #CCCC99 (or #CC9).

RGB color model

#D7C69F color RGB value is (215,198,159).

  • red value is 215;
  • green value is 198;
  • blue value is 159.
RGB:
(215,198,159)
(84%,78%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 198 of 255 = 78%
B 159 of 255 = 62%

215
198
159

R + G + B ~ 75%. #D7C69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 198 + 159 = 572 (100%)
R 215 of 572 ~ 37.59%
G 198 of 572 ~ 34.62%
B 159 of 572 ~ 27.8%

%37.59
%34.62
%27.8

CMYK color model

#D7C69F color CMYK value is (0,8,26,16).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(0,8,26,16)
C0M8Y26K16 
(0%,8%,26%,16%)
(0.00/0.08/0.26/0.16)	

CMYK percentages

%0
%7.91
%26.05
%15.69

Codes

Color #D7C69F in popluar color models

D7C69F
RGB215198159
HSL42°41.18%73.33%
HSB/HSV42°26.05%84.31%
CMYK0.00%7.91%26.05%
15.69%

Color #D7C69F in popluar number systems.

HEXD7C69F
Decimal215198159
Binary110101111100011010011111
Octal327306237

Shades and tints

Shades of #D7C69F

#D7C69F
(215,198,159)
#C4B491
(196,180,145)
#B1A283
(177,162,131)
#9E9075
(158,144,117)
#8B7E67
(139,126,103)
#786C59
(120,108,89)
#655A4B
(101,90,75)
#52483D
(82,72,61)
#3F362F
(63,54,47)
#2C2421
(44,36,33)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7C69F

#D7C69F
(215,198,159)
#DACBA7
(218,203,167)
#DDD0AF
(221,208,175)
#E0D5B7
(224,213,183)
#E3DABF
(227,218,191)
#E6DFC7
(230,223,199)
#E9E4CF
(233,228,207)
#ECE9D7
(236,233,215)
#EFEEDF
(239,238,223)
#F2F3E7
(242,243,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C69F color. Also use rgb(215,198,159) instead hex code.

Text Font Color

.myTextColor { color: #D7C69F; }

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

This text font color is #D7C69F.


Background Color

.myBgColor { background-color: #D7C69F; }

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

This div background color is #D7C69F.


Border color

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

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

This div border color is #D7C69F.


Opacity

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

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

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

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

This text has shadow with #D7C69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C69F on black background.


Color preview on white background

This text has color #D7C69F on white background.



Black color preview on #D7C69F background

This text has black color on #D7C69F background.


White color preview on #D7C69F background

This text has white color on #D7C69F background.