COLOR #D6CC79

HEX: #D6CC79
RGB: (214,204,121)

Color info

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

RGB color model

#D6CC79 color RGB value is (214,204,121).

  • red value is 214;
  • green value is 204;
  • blue value is 121.
RGB:
(214,204,121)
(84%,80%,47%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 121 of 255 = 47%

214
204
121

R + G + B ~ 70%. #D6CC79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 121 = 539 (100%)
R 214 of 539 ~ 39.7%
G 204 of 539 ~ 37.85%
B 121 of 539 ~ 22.45%

%39.7
%37.85
%22.45

CMYK color model

#D6CC79 color CMYK value is (0,5,43,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 43.46%
  • key color value is 16.08%
CMYK:
(0,5,43,16)
C0M5Y43K16 
(0%,5%,43%,16%)
(0.00/0.05/0.43/0.16)	

CMYK percentages

%0
%4.67
%43.46
%16.08

Codes

Color #D6CC79 in popluar color models

D6CC79
RGB214204121
HSL54°53.14%65.69%
HSB/HSV54°43.46%83.92%
CMYK0.00%4.67%43.46%
16.08%

Color #D6CC79 in popluar number systems.

HEXD6CC79
Decimal214204121
Binary11010110110011001111001
Octal326314171

Shades and tints

Shades of #D6CC79

#D6CC79
(214,204,121)
#C3BA6E
(195,186,110)
#B0A863
(176,168,99)
#9D9658
(157,150,88)
#8A844D
(138,132,77)
#777242
(119,114,66)
#646037
(100,96,55)
#514E2C
(81,78,44)
#3E3C21
(62,60,33)
#2B2A16
(43,42,22)
#18180B
(24,24,11)
#000000
(0,0,0)

Tints of #D6CC79

#D6CC79
(214,204,121)
#D9D085
(217,208,133)
#DCD491
(220,212,145)
#DFD89D
(223,216,157)
#E2DCA9
(226,220,169)
#E5E0B5
(229,224,181)
#E8E4C1
(232,228,193)
#EBE8CD
(235,232,205)
#EEECD9
(238,236,217)
#F1F0E5
(241,240,229)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CC79 color. Also use rgb(214,204,121) instead hex code.

Text Font Color

.myTextColor { color: #D6CC79; }

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

This text font color is #D6CC79.


Background Color

.myBgColor { background-color: #D6CC79; }

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

This div background color is #D6CC79.


Border color

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

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

This div border color is #D6CC79.


Opacity

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

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

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

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

This text has shadow with #D6CC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CC79 on black background.


Color preview on white background

This text has color #D6CC79 on white background.



Black color preview on #D6CC79 background

This text has black color on #D6CC79 background.


White color preview on #D6CC79 background

This text has white color on #D6CC79 background.