COLOR #DCD99A

HEX: #DCD99A
RGB: (220,217,154)

Color info

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

RGB color model

#DCD99A color RGB value is (220,217,154).

  • red value is 220;
  • green value is 217;
  • blue value is 154.
RGB:
(220,217,154)
(86%,85%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 154 of 255 = 60%

220
217
154

R + G + B ~ 77%. #DCD99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 154 = 591 (100%)
R 220 of 591 ~ 37.23%
G 217 of 591 ~ 36.72%
B 154 of 591 ~ 26.06%

%37.23
%36.72
%26.06

CMYK color model

#DCD99A color CMYK value is (0,1,30,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 30.00%
  • key color value is 13.73%
CMYK:
(0,1,30,14)
C0M1Y30K14 
(0%,1%,30%,14%)
(0.00/0.01/0.30/0.14)	

CMYK percentages

%0
%1.36
%30
%13.73

Codes

Color #DCD99A in popluar color models

DCD99A
RGB220217154
HSL57°48.53%73.33%
HSB/HSV57°30.00%86.27%
CMYK0.00%1.36%30.00%
13.73%

Color #DCD99A in popluar number systems.

HEXDCD99A
Decimal220217154
Binary110111001101100110011010
Octal334331232

Shades and tints

Shades of #DCD99A

#DCD99A
(220,217,154)
#C8C68C
(200,198,140)
#B4B37E
(180,179,126)
#A0A070
(160,160,112)
#8C8D62
(140,141,98)
#787A54
(120,122,84)
#646746
(100,103,70)
#505438
(80,84,56)
#3C412A
(60,65,42)
#282E1C
(40,46,28)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #DCD99A

#DCD99A
(220,217,154)
#DFDCA3
(223,220,163)
#E2DFAC
(226,223,172)
#E5E2B5
(229,226,181)
#E8E5BE
(232,229,190)
#EBE8C7
(235,232,199)
#EEEBD0
(238,235,208)
#F1EED9
(241,238,217)
#F4F1E2
(244,241,226)
#F7F4EB
(247,244,235)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD99A color. Also use rgb(220,217,154) instead hex code.

Text Font Color

.myTextColor { color: #DCD99A; }

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

This text font color is #DCD99A.


Background Color

.myBgColor { background-color: #DCD99A; }

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

This div background color is #DCD99A.


Border color

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

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

This div border color is #DCD99A.


Opacity

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

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

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

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

This text has shadow with #DCD99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD99A on black background.


Color preview on white background

This text has color #DCD99A on white background.



Black color preview on #DCD99A background

This text has black color on #DCD99A background.


White color preview on #DCD99A background

This text has white color on #DCD99A background.