COLOR #D4DE13

HEX: #D4DE13
RGB: (212,222,19)

Color info

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

RGB color model

#D4DE13 color RGB value is (212,222,19).

  • red value is 212;
  • green value is 222;
  • blue value is 19.
RGB:
(212,222,19)
(83%,87%,7%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 19 of 255 = 7%

212
222
19

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 19 = 453 (100%)
R 212 of 453 ~ 46.8%
G 222 of 453 ~ 49.01%
B 19 of 453 ~ 4.19%

%46.8
%49.01

CMYK color model

#D4DE13 color CMYK value is (5,0,91,13).

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 91.44%
  • key color value is 12.94%
CMYK:
(5,0,91,13)
C5M0Y91K13 
(5%,0%,91%,13%)
(0.05/0.00/0.91/0.13)	

CMYK percentages

%4.5
%0
%91.44
%12.94

Codes

Color #D4DE13 in popluar color models

D4DE13
RGB21222219
HSL63°84.23%47.25%
HSB/HSV63°91.44%87.06%
CMYK4.50%0.00%91.44%
12.94%

Color #D4DE13 in popluar number systems.

HEXD4DE13
Decimal21222219
Binary110101001101111010011
Octal32433623

Shades and tints

Shades of #D4DE13

#D4DE13
(212,222,19)
#C1CA12
(193,202,18)
#AEB611
(174,182,17)
#9BA210
(155,162,16)
#888E0F
(136,142,15)
#757A0E
(117,122,14)
#62660D
(98,102,13)
#4F520C
(79,82,12)
#3C3E0B
(60,62,11)
#292A0A
(41,42,10)
#161609
(22,22,9)
#000000
(0,0,0)

Tints of #D4DE13

#D4DE13
(212,222,19)
#D7E128
(215,225,40)
#DAE43D
(218,228,61)
#DDE752
(221,231,82)
#E0EA67
(224,234,103)
#E3ED7C
(227,237,124)
#E6F091
(230,240,145)
#E9F3A6
(233,243,166)
#ECF6BB
(236,246,187)
#EFF9D0
(239,249,208)
#F2FCE5
(242,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DE13 color. Also use rgb(212,222,19) instead hex code.

Text Font Color

.myTextColor { color: #D4DE13; }

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

This text font color is #D4DE13.


Background Color

.myBgColor { background-color: #D4DE13; }

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

This div background color is #D4DE13.


Border color

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

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

This div border color is #D4DE13.


Opacity

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

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

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

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

This text has shadow with #D4DE13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DE13 on black background.


Color preview on white background

This text has color #D4DE13 on white background.



Black color preview on #D4DE13 background

This text has black color on #D4DE13 background.


White color preview on #D4DE13 background

This text has white color on #D4DE13 background.