COLOR #D4D84F

HEX: #D4D84F RGB: (212,216,79)

Color info

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

RGB color model

#D4D84F color RGB value is (212,216,79).

RGB: (212,216,79) (83%, 85%, 31%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 79 of 255 = 31%

212
216
79

R + G + B ~ 66%. #D4D84F is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 79 = 507 (100%)
R 212 of 507 ~ 41.81%
G 216 of 507 ~ 42.6%
B 79 of 507 ~ 15.58'%

%41.81
%42.6
%15.58

CMYK color model

#D4D84F color CMYK value is (2,0,63,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 63.43%
  • key color value is 15.29%
CMYK: (2,0,63,15) C2M0Y63K15 (2%,0%,63%,15%) (0.02/0.00/0.63/0.15) 

CMYK percentages

%1.85
%0
%63.43
%15.29

Codes

Color #D4D84F in popluar color models

D4 D8 4F
RGB 212 216 79
HSL 62° 63.72% 57.84%
HSB/HSV 62° 63.43% 84.71%
CMYK 1.85% 0.00% 63.43%
15.29%

Color #D4D84F in popluar number systems.

HEX D4 D8 4F
Decimal 212 216 79
Binary 11010100 11011000 1001111
Octal 324 330 117

Shades and tints

Shades of #D4D84F

#D4D84F
(212,216,79)
#C1C548
(193,197,72)
#AEB241
(174,178,65)
#9B9F3A
(155,159,58)
#888C33
(136,140,51)
#75792C
(117,121,44)
#626625
(98,102,37)
#4F531E
(79,83,30)
#3C4017
(60,64,23)
#292D10
(41,45,16)
#161A09
(22,26,9)
#000000
(0,0,0)

Tints of #D4D84F

#D4D84F
(212,216,79)
#D7DB5F
(215,219,95)
#DADE6F
(218,222,111)
#DDE17F
(221,225,127)
#E0E48F
(224,228,143)
#E3E79F
(227,231,159)
#E6EAAF
(230,234,175)
#E9EDBF
(233,237,191)
#ECF0CF
(236,240,207)
#EFF3DF
(239,243,223)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D84F color. Also use rgb(212,216,79) instead hex code.

Text Font Color

.myTextColor { color: #D4D84F; }

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

This text font color is #D4D84F.

Background Color

.myBgColor { background-color: #D4D84F; }

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

This div background color is #D4D84F.

Border color

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

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

This div border color is #D4D84F.

Opacity

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

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

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

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

This text has shadow with #D4D84F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D84F.

Preview

Color preview on black background

This text has color #D4D84F on black background.


Color preview on white background

This text has color #D4D84F on white background.


Black color preview on #D4D84F background

This text has black color on #D4D84F background.


White color preview on #D4D84F background

This text has white color on #D4D84F background.


Related colors

Complementary color

Complementary color for #hex is #2B27B0.


I love getcolorcode.com

Triadic colors

1 #4FD4D8 and #D84FD4 with #D4D84F are triadic colors.

2 #4FD8D4 and #D8D44F with #D4D84F are triadic colors.