COLOR #FFDC84

HEX: #FFDC84
RGB: (255,220,132)

Color info

#FFDC84 contains mainly red and green colors. Web safe color of #FFDC84 is #FFCC99 (or #FC9).

RGB color model

#FFDC84 color RGB value is (255,220,132).

  • red value is 255;
  • green value is 220;
  • blue value is 132.
RGB:
(255,220,132)
(100%,86%,52%)

RGB channels and saturation

R 255 of 255 = 100%
G 220 of 255 = 86%
B 132 of 255 = 52%

255
220
132

R + G + B ~ 79%. #FFDC84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 132 = 607 (100%)
R 255 of 607 ~ 42.01%
G 220 of 607 ~ 36.24%
B 132 of 607 ~ 21.75%

%42.01
%36.24
%21.75

CMYK color model

#FFDC84 color CMYK value is (0,14,48,0).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 48.24%
  • key color value is 0.00%
CMYK:
(0,14,48,0)
C0M14Y48K0 
(0%,14%,48%,0%)
(0.00/0.14/0.48/0.00)	

CMYK percentages

%0
%13.73
%48.24
%0

Codes

Color #FFDC84 in popluar color models

FFDC84
RGB255220132
HSL43°100.00%75.88%
HSB/HSV43°48.24%100.00%
CMYK0.00%13.73%48.24%
0.00%

Color #FFDC84 in popluar number systems.

HEXFFDC84
Decimal255220132
Binary111111111101110010000100
Octal377334204

Shades and tints

Shades of #FFDC84

#FFDC84
(255,220,132)
#E8C878
(232,200,120)
#D1B46C
(209,180,108)
#BAA060
(186,160,96)
#A38C54
(163,140,84)
#8C7848
(140,120,72)
#75643C
(117,100,60)
#5E5030
(94,80,48)
#473C24
(71,60,36)
#302818
(48,40,24)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #FFDC84

#FFDC84
(255,220,132)
#FFDF8F
(255,223,143)
#FFE29A
(255,226,154)
#FFE5A5
(255,229,165)
#FFE8B0
(255,232,176)
#FFEBBB
(255,235,187)
#FFEEC6
(255,238,198)
#FFF1D1
(255,241,209)
#FFF4DC
(255,244,220)
#FFF7E7
(255,247,231)
#FFFAF2
(255,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDC84 color. Also use rgb(255,220,132) instead hex code.

Text Font Color

.myTextColor { color: #FFDC84; }

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

This text font color is #FFDC84.


Background Color

.myBgColor { background-color: #FFDC84; }

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

This div background color is #FFDC84.


Border color

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

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

This div border color is #FFDC84.


Opacity

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

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

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

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

This text has shadow with #FFDC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDC84 on black background.


Color preview on white background

This text has color #FFDC84 on white background.



Black color preview on #FFDC84 background

This text has black color on #FFDC84 background.


White color preview on #FFDC84 background

This text has white color on #FFDC84 background.