COLOR #DCD173

HEX: #DCD173
RGB: (220,209,115)

Color info

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

RGB color model

#DCD173 color RGB value is (220,209,115).

  • red value is 220;
  • green value is 209;
  • blue value is 115.
RGB:
(220,209,115)
(86%,82%,45%)

RGB channels and saturation

R 220 of 255 = 86%
G 209 of 255 = 82%
B 115 of 255 = 45%

220
209
115

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

Portions of RGB colors in percentages

R + G + B =
220 + 209 + 115 = 544 (100%)
R 220 of 544 ~ 40.44%
G 209 of 544 ~ 38.42%
B 115 of 544 ~ 21.14%

%40.44
%38.42
%21.14

CMYK color model

#DCD173 color CMYK value is (0,5,48,14).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 47.73%
  • key color value is 13.73%
CMYK:
(0,5,48,14)
C0M5Y48K14 
(0%,5%,48%,14%)
(0.00/0.05/0.48/0.14)	

CMYK percentages

%0
%5
%47.73
%13.73

Codes

Color #DCD173 in popluar color models

DCD173
RGB220209115
HSL54°60.00%65.69%
HSB/HSV54°47.73%86.27%
CMYK0.00%5.00%47.73%
13.73%

Color #DCD173 in popluar number systems.

HEXDCD173
Decimal220209115
Binary11011100110100011110011
Octal334321163

Shades and tints

Shades of #DCD173

#DCD173
(220,209,115)
#C8BE69
(200,190,105)
#B4AB5F
(180,171,95)
#A09855
(160,152,85)
#8C854B
(140,133,75)
#787241
(120,114,65)
#645F37
(100,95,55)
#504C2D
(80,76,45)
#3C3923
(60,57,35)
#282619
(40,38,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #DCD173

#DCD173
(220,209,115)
#DFD57F
(223,213,127)
#E2D98B
(226,217,139)
#E5DD97
(229,221,151)
#E8E1A3
(232,225,163)
#EBE5AF
(235,229,175)
#EEE9BB
(238,233,187)
#F1EDC7
(241,237,199)
#F4F1D3
(244,241,211)
#F7F5DF
(247,245,223)
#FAF9EB
(250,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD173 color. Also use rgb(220,209,115) instead hex code.

Text Font Color

.myTextColor { color: #DCD173; }

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

This text font color is #DCD173.


Background Color

.myBgColor { background-color: #DCD173; }

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

This div background color is #DCD173.


Border color

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

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

This div border color is #DCD173.


Opacity

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

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

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

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

This text has shadow with #DCD173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD173 on black background.


Color preview on white background

This text has color #DCD173 on white background.



Black color preview on #DCD173 background

This text has black color on #DCD173 background.


White color preview on #DCD173 background

This text has white color on #DCD173 background.