COLOR #D2DF13

HEX: #D2DF13
RGB: (210,223,19)

Color info

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

RGB color model

#D2DF13 color RGB value is (210,223,19).

  • red value is 210;
  • green value is 223;
  • blue value is 19.
RGB:
(210,223,19)
(82%,87%,7%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 19 of 255 = 7%

210
223
19

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

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 19 = 452 (100%)
R 210 of 452 ~ 46.46%
G 223 of 452 ~ 49.34%
B 19 of 452 ~ 4.2%

%46.46
%49.34

CMYK color model

#D2DF13 color CMYK value is (6,0,91,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 91.48%
  • key color value is 12.55%
CMYK:
(6,0,91,13)
C6M0Y91K13 
(6%,0%,91%,13%)
(0.06/0.00/0.91/0.13)	

CMYK percentages

%5.83
%0
%91.48
%12.55

Codes

Color #D2DF13 in popluar color models

D2DF13
RGB21022319
HSL64°84.30%47.45%
HSB/HSV64°91.48%87.45%
CMYK5.83%0.00%91.48%
12.55%

Color #D2DF13 in popluar number systems.

HEXD2DF13
Decimal21022319
Binary110100101101111110011
Octal32233723

Shades and tints

Shades of #D2DF13

#D2DF13
(210,223,19)
#BFCB12
(191,203,18)
#ACB711
(172,183,17)
#99A310
(153,163,16)
#868F0F
(134,143,15)
#737B0E
(115,123,14)
#60670D
(96,103,13)
#4D530C
(77,83,12)
#3A3F0B
(58,63,11)
#272B0A
(39,43,10)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #D2DF13

#D2DF13
(210,223,19)
#D6E128
(214,225,40)
#DAE33D
(218,227,61)
#DEE552
(222,229,82)
#E2E767
(226,231,103)
#E6E97C
(230,233,124)
#EAEB91
(234,235,145)
#EEEDA6
(238,237,166)
#F2EFBB
(242,239,187)
#F6F1D0
(246,241,208)
#FAF3E5
(250,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DF13 color. Also use rgb(210,223,19) instead hex code.

Text Font Color

.myTextColor { color: #D2DF13; }

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

This text font color is #D2DF13.


Background Color

.myBgColor { background-color: #D2DF13; }

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

This div background color is #D2DF13.


Border color

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

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

This div border color is #D2DF13.


Opacity

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

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

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

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

This text has shadow with #D2DF13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DF13 on black background.


Color preview on white background

This text has color #D2DF13 on white background.



Black color preview on #D2DF13 background

This text has black color on #D2DF13 background.


White color preview on #D2DF13 background

This text has white color on #D2DF13 background.