COLOR #D6D68C

HEX: #D6D68C
RGB: (214,214,140)

Color info

#D6D68C contains mainly red and green colors. Web safe color of #D6D68C is #CCCC99 (or #CC9).

RGB color model

#D6D68C color RGB value is (214,214,140).

  • red value is 214;
  • green value is 214;
  • blue value is 140.
RGB:
(214,214,140)
(84%,84%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 214 of 255 = 84%
B 140 of 255 = 55%

214
214
140

R + G + B ~ 74%. #D6D68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 214 + 140 = 568 (100%)
R 214 of 568 ~ 37.68%
G 214 of 568 ~ 37.68%
B 140 of 568 ~ 24.65%

%37.68
%37.68
%24.65

CMYK color model

#D6D68C color CMYK value is (0,0,35,16).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(0,0,35,16)
C0M0Y35K16 
(0%,0%,35%,16%)
(0.00/0.00/0.35/0.16)	

CMYK percentages

%0
%0
%34.58
%16.08

Codes

Color #D6D68C in popluar color models

D6D68C
RGB214214140
HSL60°47.44%69.41%
HSB/HSV60°34.58%83.92%
CMYK0.00%0.00%34.58%
16.08%

Color #D6D68C in popluar number systems.

HEXD6D68C
Decimal214214140
Binary110101101101011010001100
Octal326326214

Shades and tints

Shades of #D6D68C

#D6D68C
(214,214,140)
#C3C380
(195,195,128)
#B0B074
(176,176,116)
#9D9D68
(157,157,104)
#8A8A5C
(138,138,92)
#777750
(119,119,80)
#646444
(100,100,68)
#515138
(81,81,56)
#3E3E2C
(62,62,44)
#2B2B20
(43,43,32)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6D68C

#D6D68C
(214,214,140)
#D9D996
(217,217,150)
#DCDCA0
(220,220,160)
#DFDFAA
(223,223,170)
#E2E2B4
(226,226,180)
#E5E5BE
(229,229,190)
#E8E8C8
(232,232,200)
#EBEBD2
(235,235,210)
#EEEEDC
(238,238,220)
#F1F1E6
(241,241,230)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D68C; }

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

This text font color is #D6D68C.


Background Color

.myBgColor { background-color: #D6D68C; }

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

This div background color is #D6D68C.


Border color

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

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

This div border color is #D6D68C.


Opacity

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

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

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

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

This text has shadow with #D6D68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D68C on black background.


Color preview on white background

This text has color #D6D68C on white background.



Black color preview on #D6D68C background

This text has black color on #D6D68C background.


White color preview on #D6D68C background

This text has white color on #D6D68C background.