COLOR #DCDA6B

HEX: #DCDA6B
RGB: (220,218,107)

Color info

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

RGB color model

#DCDA6B color RGB value is (220,218,107).

  • red value is 220;
  • green value is 218;
  • blue value is 107.
RGB:
(220,218,107)
(86%,85%,42%)

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 107 of 255 = 42%

220
218
107

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

Portions of RGB colors in percentages

R + G + B =
220 + 218 + 107 = 545 (100%)
R 220 of 545 ~ 40.37%
G 218 of 545 ~ 40%
B 107 of 545 ~ 19.63%

%40.37
%40
%19.63

CMYK color model

#DCDA6B color CMYK value is (0,1,51,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 51.36%
  • key color value is 13.73%
CMYK:
(0,1,51,14)
C0M1Y51K14 
(0%,1%,51%,14%)
(0.00/0.01/0.51/0.14)	

CMYK percentages

%0
%0.91
%51.36
%13.73

Codes

Color #DCDA6B in popluar color models

DCDA6B
RGB220218107
HSL59°61.75%64.12%
HSB/HSV59°51.36%86.27%
CMYK0.00%0.91%51.36%
13.73%

Color #DCDA6B in popluar number systems.

HEXDCDA6B
Decimal220218107
Binary11011100110110101101011
Octal334332153

Shades and tints

Shades of #DCDA6B

#DCDA6B
(220,218,107)
#C8C762
(200,199,98)
#B4B459
(180,180,89)
#A0A150
(160,161,80)
#8C8E47
(140,142,71)
#787B3E
(120,123,62)
#646835
(100,104,53)
#50552C
(80,85,44)
#3C4223
(60,66,35)
#282F1A
(40,47,26)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #DCDA6B

#DCDA6B
(220,218,107)
#DFDD78
(223,221,120)
#E2E085
(226,224,133)
#E5E392
(229,227,146)
#E8E69F
(232,230,159)
#EBE9AC
(235,233,172)
#EEECB9
(238,236,185)
#F1EFC6
(241,239,198)
#F4F2D3
(244,242,211)
#F7F5E0
(247,245,224)
#FAF8ED
(250,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDA6B color. Also use rgb(220,218,107) instead hex code.

Text Font Color

.myTextColor { color: #DCDA6B; }

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

This text font color is #DCDA6B.


Background Color

.myBgColor { background-color: #DCDA6B; }

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

This div background color is #DCDA6B.


Border color

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

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

This div border color is #DCDA6B.


Opacity

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

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

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

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

This text has shadow with #DCDA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDA6B on black background.


Color preview on white background

This text has color #DCDA6B on white background.



Black color preview on #DCDA6B background

This text has black color on #DCDA6B background.


White color preview on #DCDA6B background

This text has white color on #DCDA6B background.