COLOR #D4DC7F

HEX: #D4DC7F
RGB: (212,220,127)

Color info

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

RGB color model

#D4DC7F color RGB value is (212,220,127).

  • red value is 212;
  • green value is 220;
  • blue value is 127.
RGB: (212,220,127) (83%,86%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 127 of 255 = 50%

212
220
127

R + G + B ~ 73%. #D4DC7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 127 = 559 (100%)
R 212 of 559 ~ 37.92%
G 220 of 559 ~ 39.36%
B 127 of 559 ~ 22.72%

%37.92
%39.36
%22.72

CMYK color model

#D4DC7F color CMYK value is (4,0,42,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 13.73%
CMYK: (4,0,42,14) C4M0Y42K14 (4%,0%,42%,14%) (0.04/0.00/0.42/0.14)

CMYK percentages

%3.64
%0
%42.27
%13.73

Codes

Color #D4DC7F in popluar color models

D4DC7F
RGB212220127
HSL65°57.06%68.04%
HSB/HSV65°42.27%86.27%
CMYK3.64%0.00%42.27%
13.73%

Color #D4DC7F in popluar number systems.

HEXD4DC7F
Decimal212220127
Binary11010100110111001111111
Octal324334177

Shades and tints

Shades of #D4DC7F

#D4DC7F
(212,220,127)
#C1C874
(193,200,116)
#AEB469
(174,180,105)
#9BA05E
(155,160,94)
#888C53
(136,140,83)
#757848
(117,120,72)
#62643D
(98,100,61)
#4F5032
(79,80,50)
#3C3C27
(60,60,39)
#29281C
(41,40,28)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #D4DC7F

#D4DC7F
(212,220,127)
#D7DF8A
(215,223,138)
#DAE295
(218,226,149)
#DDE5A0
(221,229,160)
#E0E8AB
(224,232,171)
#E3EBB6
(227,235,182)
#E6EEC1
(230,238,193)
#E9F1CC
(233,241,204)
#ECF4D7
(236,244,215)
#EFF7E2
(239,247,226)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DC7F color. Also use rgb(212,220,127) instead hex code.

Text Font Color

.myTextColor { color: #D4DC7F; }

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

This text font color is #D4DC7F.


Background Color

.myBgColor { background-color: #D4DC7F; }

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

This div background color is #D4DC7F.


Border color

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

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

This div border color is #D4DC7F.


Opacity

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

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

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

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

This text has shadow with #D4DC7F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4DC7F on black background.


Color preview on white background

This text has color #D4DC7F on white background.



Black color preview on #D4DC7F background

This text has black color on #D4DC7F background.


White color preview on #D4DC7F background

This text has white color on #D4DC7F background.