COLOR #DCDF76

HEX: #DCDF76
RGB: (220,223,118)

Color info

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

RGB color model

#DCDF76 color RGB value is (220,223,118).

  • red value is 220;
  • green value is 223;
  • blue value is 118.
RGB:
(220,223,118)
(86%,87%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 118 of 255 = 46%

220
223
118

R + G + B ~ 73%. #DCDF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 118 = 561 (100%)
R 220 of 561 ~ 39.22%
G 223 of 561 ~ 39.75%
B 118 of 561 ~ 21.03%

%39.22
%39.75
%21.03

CMYK color model

#DCDF76 color CMYK value is (1,0,47,13).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 12.55%
CMYK:
(1,0,47,13)
C1M0Y47K13 
(1%,0%,47%,13%)
(0.01/0.00/0.47/0.13)	

CMYK percentages

%1.35
%0
%47.09
%12.55

Codes

Color #DCDF76 in popluar color models

DCDF76
RGB220223118
HSL62°62.13%66.86%
HSB/HSV62°47.09%87.45%
CMYK1.35%0.00%47.09%
12.55%

Color #DCDF76 in popluar number systems.

HEXDCDF76
Decimal220223118
Binary11011100110111111110110
Octal334337166

Shades and tints

Shades of #DCDF76

#DCDF76
(220,223,118)
#C8CB6C
(200,203,108)
#B4B762
(180,183,98)
#A0A358
(160,163,88)
#8C8F4E
(140,143,78)
#787B44
(120,123,68)
#64673A
(100,103,58)
#505330
(80,83,48)
#3C3F26
(60,63,38)
#282B1C
(40,43,28)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #DCDF76

#DCDF76
(220,223,118)
#DFE182
(223,225,130)
#E2E38E
(226,227,142)
#E5E59A
(229,229,154)
#E8E7A6
(232,231,166)
#EBE9B2
(235,233,178)
#EEEBBE
(238,235,190)
#F1EDCA
(241,237,202)
#F4EFD6
(244,239,214)
#F7F1E2
(247,241,226)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDF76 color. Also use rgb(220,223,118) instead hex code.

Text Font Color

.myTextColor { color: #DCDF76; }

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

This text font color is #DCDF76.


Background Color

.myBgColor { background-color: #DCDF76; }

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

This div background color is #DCDF76.


Border color

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

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

This div border color is #DCDF76.


Opacity

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

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

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

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

This text has shadow with #DCDF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDF76 on black background.


Color preview on white background

This text has color #DCDF76 on white background.



Black color preview on #DCDF76 background

This text has black color on #DCDF76 background.


White color preview on #DCDF76 background

This text has white color on #DCDF76 background.