COLOR #D4D910

HEX: #D4D910
RGB: (212,217,16)

Color info

#D4D910 contains mainly red and green colors. Web safe color of #D4D910 is #CCCC00 (or #CC0).

RGB color model

#D4D910 color RGB value is (212,217,16).

  • red value is 212;
  • green value is 217;
  • blue value is 16.
RGB:
(212,217,16)
(83%,85%,6%)

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 16 of 255 = 6%

212
217
16

R + G + B ~ 58%. #D4D910 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 16 = 445 (100%)
R 212 of 445 ~ 47.64%
G 217 of 445 ~ 48.76%
B 16 of 445 ~ 3.6%

%47.64
%48.76

CMYK color model

#D4D910 color CMYK value is (2,0,93,15).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 92.63%
  • key color value is 14.90%
CMYK:
(2,0,93,15)
C2M0Y93K15 
(2%,0%,93%,15%)
(0.02/0.00/0.93/0.15)	

CMYK percentages

%2.3
%0
%92.63
%14.9

Codes

Color #D4D910 in popluar color models

D4D910
RGB21221716
HSL61°86.27%45.69%
HSB/HSV61°92.63%85.10%
CMYK2.30%0.00%92.63%
14.90%

Color #D4D910 in popluar number systems.

HEXD4D910
Decimal21221716
Binary110101001101100110000
Octal32433120

Shades and tints

Shades of #D4D910

#D4D910
(212,217,16)
#C1C60F
(193,198,15)
#AEB30E
(174,179,14)
#9BA00D
(155,160,13)
#888D0C
(136,141,12)
#757A0B
(117,122,11)
#62670A
(98,103,10)
#4F5409
(79,84,9)
#3C4108
(60,65,8)
#292E07
(41,46,7)
#161B06
(22,27,6)
#000000
(0,0,0)

Tints of #D4D910

#D4D910
(212,217,16)
#D7DC25
(215,220,37)
#DADF3A
(218,223,58)
#DDE24F
(221,226,79)
#E0E564
(224,229,100)
#E3E879
(227,232,121)
#E6EB8E
(230,235,142)
#E9EEA3
(233,238,163)
#ECF1B8
(236,241,184)
#EFF4CD
(239,244,205)
#F2F7E2
(242,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D910 color. Also use rgb(212,217,16) instead hex code.

Text Font Color

.myTextColor { color: #D4D910; }

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

This text font color is #D4D910.


Background Color

.myBgColor { background-color: #D4D910; }

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

This div background color is #D4D910.


Border color

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

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

This div border color is #D4D910.


Opacity

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

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

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

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

This text has shadow with #D4D910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D910 on black background.


Color preview on white background

This text has color #D4D910 on white background.



Black color preview on #D4D910 background

This text has black color on #D4D910 background.


White color preview on #D4D910 background

This text has white color on #D4D910 background.