COLOR #DCD88D

HEX: #DCD88D
RGB: (220,216,141)

Color info

#DCD88D contains mainly red and green colors. Web safe color of #DCD88D is #CCCC99 (or #CC9).

RGB color model

#DCD88D color RGB value is (220,216,141).

  • red value is 220;
  • green value is 216;
  • blue value is 141.
RGB:
(220,216,141)
(86%,85%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 141 of 255 = 55%

220
216
141

R + G + B ~ 75%. #DCD88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 141 = 577 (100%)
R 220 of 577 ~ 38.13%
G 216 of 577 ~ 37.44%
B 141 of 577 ~ 24.44%

%38.13
%37.44
%24.44

CMYK color model

#DCD88D color CMYK value is (0,2,36,14).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(0,2,36,14)
C0M2Y36K14 
(0%,2%,36%,14%)
(0.00/0.02/0.36/0.14)	

CMYK percentages

%0
%1.82
%35.91
%13.73

Codes

Color #DCD88D in popluar color models

DCD88D
RGB220216141
HSL57°53.02%70.78%
HSB/HSV57°35.91%86.27%
CMYK0.00%1.82%35.91%
13.73%

Color #DCD88D in popluar number systems.

HEXDCD88D
Decimal220216141
Binary110111001101100010001101
Octal334330215

Shades and tints

Shades of #DCD88D

#DCD88D
(220,216,141)
#C8C581
(200,197,129)
#B4B275
(180,178,117)
#A09F69
(160,159,105)
#8C8C5D
(140,140,93)
#787951
(120,121,81)
#646645
(100,102,69)
#505339
(80,83,57)
#3C402D
(60,64,45)
#282D21
(40,45,33)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCD88D

#DCD88D
(220,216,141)
#DFDB97
(223,219,151)
#E2DEA1
(226,222,161)
#E5E1AB
(229,225,171)
#E8E4B5
(232,228,181)
#EBE7BF
(235,231,191)
#EEEAC9
(238,234,201)
#F1EDD3
(241,237,211)
#F4F0DD
(244,240,221)
#F7F3E7
(247,243,231)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD88D color. Also use rgb(220,216,141) instead hex code.

Text Font Color

.myTextColor { color: #DCD88D; }

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

This text font color is #DCD88D.


Background Color

.myBgColor { background-color: #DCD88D; }

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

This div background color is #DCD88D.


Border color

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

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

This div border color is #DCD88D.


Opacity

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

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

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

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

This text has shadow with #DCD88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD88D on black background.


Color preview on white background

This text has color #DCD88D on white background.



Black color preview on #DCD88D background

This text has black color on #DCD88D background.


White color preview on #DCD88D background

This text has white color on #DCD88D background.