COLOR #D4D110

HEX: #D4D110
RGB: (212,209,16)

Color info

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

RGB color model

#D4D110 color RGB value is (212,209,16).

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

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 16 of 255 = 6%

212
209
16

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

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 16 = 437 (100%)
R 212 of 437 ~ 48.51%
G 209 of 437 ~ 47.83%
B 16 of 437 ~ 3.66%

%48.51
%47.83

CMYK color model

#D4D110 color CMYK value is (0,1,92,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 92.45%
  • key color value is 16.86%
CMYK:
(0,1,92,17)
C0M1Y92K17 
(0%,1%,92%,17%)
(0.00/0.01/0.92/0.17)	

CMYK percentages

%0
%1.42
%92.45
%16.86

Codes

Color #D4D110 in popluar color models

D4D110
RGB21220916
HSL59°85.96%44.71%
HSB/HSV59°92.45%83.14%
CMYK0.00%1.42%92.45%
16.86%

Color #D4D110 in popluar number systems.

HEXD4D110
Decimal21220916
Binary110101001101000110000
Octal32432120

Shades and tints

Shades of #D4D110

#D4D110
(212,209,16)
#C1BE0F
(193,190,15)
#AEAB0E
(174,171,14)
#9B980D
(155,152,13)
#88850C
(136,133,12)
#75720B
(117,114,11)
#625F0A
(98,95,10)
#4F4C09
(79,76,9)
#3C3908
(60,57,8)
#292607
(41,38,7)
#161306
(22,19,6)
#000000
(0,0,0)

Tints of #D4D110

#D4D110
(212,209,16)
#D7D525
(215,213,37)
#DAD93A
(218,217,58)
#DDDD4F
(221,221,79)
#E0E164
(224,225,100)
#E3E579
(227,229,121)
#E6E98E
(230,233,142)
#E9EDA3
(233,237,163)
#ECF1B8
(236,241,184)
#EFF5CD
(239,245,205)
#F2F9E2
(242,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D110; }

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

This text font color is #D4D110.


Background Color

.myBgColor { background-color: #D4D110; }

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

This div background color is #D4D110.


Border color

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

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

This div border color is #D4D110.


Opacity

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

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

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

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

This text has shadow with #D4D110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D110 on black background.


Color preview on white background

This text has color #D4D110 on white background.



Black color preview on #D4D110 background

This text has black color on #D4D110 background.


White color preview on #D4D110 background

This text has white color on #D4D110 background.