COLOR #D6D074

HEX: #D6D074
RGB: (214,208,116)

Color info

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

RGB color model

#D6D074 color RGB value is (214,208,116).

  • red value is 214;
  • green value is 208;
  • blue value is 116.
RGB:
(214,208,116)
(84%,82%,45%)

RGB channels and saturation

R 214 of 255 = 84%
G 208 of 255 = 82%
B 116 of 255 = 45%

214
208
116

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

Portions of RGB colors in percentages

R + G + B =
214 + 208 + 116 = 538 (100%)
R 214 of 538 ~ 39.78%
G 208 of 538 ~ 38.66%
B 116 of 538 ~ 21.56%

%39.78
%38.66
%21.56

CMYK color model

#D6D074 color CMYK value is (0,3,46,16).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 45.79%
  • key color value is 16.08%
CMYK:
(0,3,46,16)
C0M3Y46K16 
(0%,3%,46%,16%)
(0.00/0.03/0.46/0.16)	

CMYK percentages

%0
%2.8
%45.79
%16.08

Codes

Color #D6D074 in popluar color models

D6D074
RGB214208116
HSL56°54.44%64.71%
HSB/HSV56°45.79%83.92%
CMYK0.00%2.80%45.79%
16.08%

Color #D6D074 in popluar number systems.

HEXD6D074
Decimal214208116
Binary11010110110100001110100
Octal326320164

Shades and tints

Shades of #D6D074

#D6D074
(214,208,116)
#C3BE6A
(195,190,106)
#B0AC60
(176,172,96)
#9D9A56
(157,154,86)
#8A884C
(138,136,76)
#777642
(119,118,66)
#646438
(100,100,56)
#51522E
(81,82,46)
#3E4024
(62,64,36)
#2B2E1A
(43,46,26)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #D6D074

#D6D074
(214,208,116)
#D9D480
(217,212,128)
#DCD88C
(220,216,140)
#DFDC98
(223,220,152)
#E2E0A4
(226,224,164)
#E5E4B0
(229,228,176)
#E8E8BC
(232,232,188)
#EBECC8
(235,236,200)
#EEF0D4
(238,240,212)
#F1F4E0
(241,244,224)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D074; }

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

This text font color is #D6D074.


Background Color

.myBgColor { background-color: #D6D074; }

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

This div background color is #D6D074.


Border color

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

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

This div border color is #D6D074.


Opacity

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

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

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

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

This text has shadow with #D6D074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D074 on black background.


Color preview on white background

This text has color #D6D074 on white background.



Black color preview on #D6D074 background

This text has black color on #D6D074 background.


White color preview on #D6D074 background

This text has white color on #D6D074 background.