COLOR #DCD175

HEX: #DCD175
RGB: (220,209,117)

Color info

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

RGB color model

#DCD175 color RGB value is (220,209,117).

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

RGB channels and saturation

R 220 of 255 = 86%
G 209 of 255 = 82%
B 117 of 255 = 46%

220
209
117

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

Portions of RGB colors in percentages

R + G + B =
220 + 209 + 117 = 546 (100%)
R 220 of 546 ~ 40.29%
G 209 of 546 ~ 38.28%
B 117 of 546 ~ 21.43%

%40.29
%38.28
%21.43

CMYK color model

#DCD175 color CMYK value is (0,5,47,14).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 46.82%
  • key color value is 13.73%
CMYK:
(0,5,47,14)
C0M5Y47K14 
(0%,5%,47%,14%)
(0.00/0.05/0.47/0.14)	

CMYK percentages

%0
%5
%46.82
%13.73

Codes

Color #DCD175 in popluar color models

DCD175
RGB220209117
HSL54°59.54%66.08%
HSB/HSV54°46.82%86.27%
CMYK0.00%5.00%46.82%
13.73%

Color #DCD175 in popluar number systems.

HEXDCD175
Decimal220209117
Binary11011100110100011110101
Octal334321165

Shades and tints

Shades of #DCD175

#DCD175
(220,209,117)
#C8BE6B
(200,190,107)
#B4AB61
(180,171,97)
#A09857
(160,152,87)
#8C854D
(140,133,77)
#787243
(120,114,67)
#645F39
(100,95,57)
#504C2F
(80,76,47)
#3C3925
(60,57,37)
#28261B
(40,38,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DCD175

#DCD175
(220,209,117)
#DFD581
(223,213,129)
#E2D98D
(226,217,141)
#E5DD99
(229,221,153)
#E8E1A5
(232,225,165)
#EBE5B1
(235,229,177)
#EEE9BD
(238,233,189)
#F1EDC9
(241,237,201)
#F4F1D5
(244,241,213)
#F7F5E1
(247,245,225)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD175; }

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

This text font color is #DCD175.


Background Color

.myBgColor { background-color: #DCD175; }

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

This div background color is #DCD175.


Border color

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

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

This div border color is #DCD175.


Opacity

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

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

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

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

This text has shadow with #DCD175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD175 on black background.


Color preview on white background

This text has color #DCD175 on white background.



Black color preview on #DCD175 background

This text has black color on #DCD175 background.


White color preview on #DCD175 background

This text has white color on #DCD175 background.