COLOR #D6D968

HEX: #D6D968
RGB: (214,217,104)

Color info

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

RGB color model

#D6D968 color RGB value is (214,217,104).

  • red value is 214;
  • green value is 217;
  • blue value is 104.
RGB:
(214,217,104)
(84%,85%,41%)

RGB channels and saturation

R 214 of 255 = 84%
G 217 of 255 = 85%
B 104 of 255 = 41%

214
217
104

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

Portions of RGB colors in percentages

R + G + B =
214 + 217 + 104 = 535 (100%)
R 214 of 535 ~ 40%
G 217 of 535 ~ 40.56%
B 104 of 535 ~ 19.44%

%40
%40.56
%19.44

CMYK color model

#D6D968 color CMYK value is (1,0,52,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK:
(1,0,52,15)
C1M0Y52K15 
(1%,0%,52%,15%)
(0.01/0.00/0.52/0.15)	

CMYK percentages

%1.38
%0
%52.07
%14.9

Codes

Color #D6D968 in popluar color models

D6D968
RGB214217104
HSL62°59.79%62.94%
HSB/HSV62°52.07%85.10%
CMYK1.38%0.00%52.07%
14.90%

Color #D6D968 in popluar number systems.

HEXD6D968
Decimal214217104
Binary11010110110110011101000
Octal326331150

Shades and tints

Shades of #D6D968

#D6D968
(214,217,104)
#C3C65F
(195,198,95)
#B0B356
(176,179,86)
#9DA04D
(157,160,77)
#8A8D44
(138,141,68)
#777A3B
(119,122,59)
#646732
(100,103,50)
#515429
(81,84,41)
#3E4120
(62,65,32)
#2B2E17
(43,46,23)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #D6D968

#D6D968
(214,217,104)
#D9DC75
(217,220,117)
#DCDF82
(220,223,130)
#DFE28F
(223,226,143)
#E2E59C
(226,229,156)
#E5E8A9
(229,232,169)
#E8EBB6
(232,235,182)
#EBEEC3
(235,238,195)
#EEF1D0
(238,241,208)
#F1F4DD
(241,244,221)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D968; }

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

This text font color is #D6D968.


Background Color

.myBgColor { background-color: #D6D968; }

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

This div background color is #D6D968.


Border color

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

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

This div border color is #D6D968.


Opacity

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

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

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

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

This text has shadow with #D6D968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D968 on black background.


Color preview on white background

This text has color #D6D968 on white background.



Black color preview on #D6D968 background

This text has black color on #D6D968 background.


White color preview on #D6D968 background

This text has white color on #D6D968 background.