COLOR #DCD461

HEX: #DCD461
RGB: (220,212,97)

Color info

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

RGB color model

#DCD461 color RGB value is (220,212,97).

  • red value is 220;
  • green value is 212;
  • blue value is 97.
RGB:
(220,212,97)
(86%,83%,38%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 97 of 255 = 38%

220
212
97

R + G + B ~ 69%. #DCD461 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 97 = 529 (100%)
R 220 of 529 ~ 41.59%
G 212 of 529 ~ 40.08%
B 97 of 529 ~ 18.34%

%41.59
%40.08
%18.34

CMYK color model

#DCD461 color CMYK value is (0,4,56,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 55.91%
  • key color value is 13.73%
CMYK:
(0,4,56,14)
C0M4Y56K14 
(0%,4%,56%,14%)
(0.00/0.04/0.56/0.14)	

CMYK percentages

%0
%3.64
%55.91
%13.73

Codes

Color #DCD461 in popluar color models

DCD461
RGB22021297
HSL56°63.73%62.16%
HSB/HSV56°55.91%86.27%
CMYK0.00%3.64%55.91%
13.73%

Color #DCD461 in popluar number systems.

HEXDCD461
Decimal22021297
Binary11011100110101001100001
Octal334324141

Shades and tints

Shades of #DCD461

#DCD461
(220,212,97)
#C8C159
(200,193,89)
#B4AE51
(180,174,81)
#A09B49
(160,155,73)
#8C8841
(140,136,65)
#787539
(120,117,57)
#646231
(100,98,49)
#504F29
(80,79,41)
#3C3C21
(60,60,33)
#282919
(40,41,25)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #DCD461

#DCD461
(220,212,97)
#DFD76F
(223,215,111)
#E2DA7D
(226,218,125)
#E5DD8B
(229,221,139)
#E8E099
(232,224,153)
#EBE3A7
(235,227,167)
#EEE6B5
(238,230,181)
#F1E9C3
(241,233,195)
#F4ECD1
(244,236,209)
#F7EFDF
(247,239,223)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD461 color. Also use rgb(220,212,97) instead hex code.

Text Font Color

.myTextColor { color: #DCD461; }

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

This text font color is #DCD461.


Background Color

.myBgColor { background-color: #DCD461; }

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

This div background color is #DCD461.


Border color

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

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

This div border color is #DCD461.


Opacity

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

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

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

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

This text has shadow with #DCD461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD461 on black background.


Color preview on white background

This text has color #DCD461 on white background.



Black color preview on #DCD461 background

This text has black color on #DCD461 background.


White color preview on #DCD461 background

This text has white color on #DCD461 background.