COLOR #D3D050

HEX: #D3D050
RGB: (211,208,80)

Color info

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

RGB color model

#D3D050 color RGB value is (211,208,80).

  • red value is 211;
  • green value is 208;
  • blue value is 80.
RGB:
(211,208,80)
(83%,82%,31%)

RGB channels and saturation

R 211 of 255 = 83%
G 208 of 255 = 82%
B 80 of 255 = 31%

211
208
80

R + G + B ~ 65%. #D3D050 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 208 + 80 = 499 (100%)
R 211 of 499 ~ 42.28%
G 208 of 499 ~ 41.68%
B 80 of 499 ~ 16.03%

%42.28
%41.68
%16.03

CMYK color model

#D3D050 color CMYK value is (0,1,62,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 62.09%
  • key color value is 17.25%
CMYK:
(0,1,62,17)
C0M1Y62K17 
(0%,1%,62%,17%)
(0.00/0.01/0.62/0.17)	

CMYK percentages

%0
%1.42
%62.09
%17.25

Codes

Color #D3D050 in popluar color models

D3D050
RGB21120880
HSL59°59.82%57.06%
HSB/HSV59°62.09%82.75%
CMYK0.00%1.42%62.09%
17.25%

Color #D3D050 in popluar number systems.

HEXD3D050
Decimal21120880
Binary11010011110100001010000
Octal323320120

Shades and tints

Shades of #D3D050

#D3D050
(211,208,80)
#C0BE49
(192,190,73)
#ADAC42
(173,172,66)
#9A9A3B
(154,154,59)
#878834
(135,136,52)
#74762D
(116,118,45)
#616426
(97,100,38)
#4E521F
(78,82,31)
#3B4018
(59,64,24)
#282E11
(40,46,17)
#151C0A
(21,28,10)
#000000
(0,0,0)

Tints of #D3D050

#D3D050
(211,208,80)
#D7D45F
(215,212,95)
#DBD86E
(219,216,110)
#DFDC7D
(223,220,125)
#E3E08C
(227,224,140)
#E7E49B
(231,228,155)
#EBE8AA
(235,232,170)
#EFECB9
(239,236,185)
#F3F0C8
(243,240,200)
#F7F4D7
(247,244,215)
#FBF8E6
(251,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D050 color. Also use rgb(211,208,80) instead hex code.

Text Font Color

.myTextColor { color: #D3D050; }

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

This text font color is #D3D050.


Background Color

.myBgColor { background-color: #D3D050; }

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

This div background color is #D3D050.


Border color

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

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

This div border color is #D3D050.


Opacity

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

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

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

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

This text has shadow with #D3D050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D050 on black background.


Color preview on white background

This text has color #D3D050 on white background.



Black color preview on #D3D050 background

This text has black color on #D3D050 background.


White color preview on #D3D050 background

This text has white color on #D3D050 background.