COLOR #D7C079

HEX: #D7C079
RGB: (215,192,121)

Color info

#D7C079 contains mainly red and green colors. Web safe color of #D7C079 is #CCCC66 (or #CC6).

RGB color model

#D7C079 color RGB value is (215,192,121).

  • red value is 215;
  • green value is 192;
  • blue value is 121.
RGB:
(215,192,121)
(84%,75%,47%)

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 121 of 255 = 47%

215
192
121

R + G + B ~ 69%. #D7C079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 121 = 528 (100%)
R 215 of 528 ~ 40.72%
G 192 of 528 ~ 36.36%
B 121 of 528 ~ 22.92%

%40.72
%36.36
%22.92

CMYK color model

#D7C079 color CMYK value is (0,11,44,16).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 43.72%
  • key color value is 15.69%
CMYK:
(0,11,44,16)
C0M11Y44K16 
(0%,11%,44%,16%)
(0.00/0.11/0.44/0.16)	

CMYK percentages

%0
%10.7
%43.72
%15.69

Codes

Color #D7C079 in popluar color models

D7C079
RGB215192121
HSL45°54.02%65.88%
HSB/HSV45°43.72%84.31%
CMYK0.00%10.70%43.72%
15.69%

Color #D7C079 in popluar number systems.

HEXD7C079
Decimal215192121
Binary11010111110000001111001
Octal327300171

Shades and tints

Shades of #D7C079

#D7C079
(215,192,121)
#C4AF6E
(196,175,110)
#B19E63
(177,158,99)
#9E8D58
(158,141,88)
#8B7C4D
(139,124,77)
#786B42
(120,107,66)
#655A37
(101,90,55)
#52492C
(82,73,44)
#3F3821
(63,56,33)
#2C2716
(44,39,22)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #D7C079

#D7C079
(215,192,121)
#DAC585
(218,197,133)
#DDCA91
(221,202,145)
#E0CF9D
(224,207,157)
#E3D4A9
(227,212,169)
#E6D9B5
(230,217,181)
#E9DEC1
(233,222,193)
#ECE3CD
(236,227,205)
#EFE8D9
(239,232,217)
#F2EDE5
(242,237,229)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C079 color. Also use rgb(215,192,121) instead hex code.

Text Font Color

.myTextColor { color: #D7C079; }

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

This text font color is #D7C079.


Background Color

.myBgColor { background-color: #D7C079; }

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

This div background color is #D7C079.


Border color

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

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

This div border color is #D7C079.


Opacity

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

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

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

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

This text has shadow with #D7C079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C079 on black background.


Color preview on white background

This text has color #D7C079 on white background.



Black color preview on #D7C079 background

This text has black color on #D7C079 background.


White color preview on #D7C079 background

This text has white color on #D7C079 background.