COLOR #D2DF73

HEX: #D2DF73 RGB: (210,223,115)

Color info

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

RGB color model

#D2DF73 color RGB value is (210,223,115).

RGB: (210,223,115) (82%, 87%, 45%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 115 of 255 = 45%

210
223
115

R + G + B ~ 71%. #D2DF73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 223 + 115 = 548 (100%)
R 210 of 548 ~ 38.32%
G 223 of 548 ~ 40.69%
B 115 of 548 ~ 20.99'%

%38.32
%40.69
%20.99

CMYK color model

#D2DF73 color CMYK value is (6,0,48,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 12.55%

CMYK: (6,0,48,13)
C6M0Y48K13 (6%, 0%, 48%, 13%)
(0.06 / 0.00 / 0.48 / 0.13)

CMYK percentages

%5.83
%0
%48.43
%12.55

Codes

Color #D2DF73 in popluar color models

D2 DF 73
RGB 210 223 115
HSL 67° 62.79% 66.27%
HSB/HSV 67° 48.43% 87.45%
CMYK 5.83% 0.00% 48.43%
12.55%

Color #D2DF73 in popluar number systems.

HEX D2 DF 73
Decimal 210 223 115
Binary 11010010 11011111 1110011
Octal 322 337 163

Shades and tints

Shades of #D2DF73

#D2DF73
(210,223,115)
#BFCB69
(191,203,105)
#ACB75F
(172,183,95)
#99A355
(153,163,85)
#868F4B
(134,143,75)
#737B41
(115,123,65)
#606737
(96,103,55)
#4D532D
(77,83,45)
#3A3F23
(58,63,35)
#272B19
(39,43,25)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2DF73

#D2DF73
(210,223,115)
#D6E17F
(214,225,127)
#DAE38B
(218,227,139)
#DEE597
(222,229,151)
#E2E7A3
(226,231,163)
#E6E9AF
(230,233,175)
#EAEBBB
(234,235,187)
#EEEDC7
(238,237,199)
#F2EFD3
(242,239,211)
#F6F1DF
(246,241,223)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DF73; }

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

This text font color is #D2DF73.

Background Color

.myBgColor { background-color: #D2DF73; }

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

This div background color is #D2DF73.

Border color

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

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

This div border color is #D2DF73.

Opacity

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

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

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

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

This text has shadow with #D2DF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DF73.

Preview

Color preview on black background

This text has color #D2DF73 on black background.


Color preview on white background

This text has color #D2DF73 on white background.


Black color preview on #D2DF73 background

This text has black color on #D2DF73 background.


White color preview on #D2DF73 background

This text has white color on #D2DF73 background.


Related colors

Complementary color

Complementary color for #hex is #2D208C.


I love getcolorcode.com

Triadic colors

1 #73D2DF and #DF73D2 with #D2DF73 are triadic colors.

2 #73DFD2 and #DFD273 with #D2DF73 are triadic colors.