COLOR #FFDC56

HEX: #FFDC56
RGB: (255,220,86)

Color info

#FFDC56 contains mainly red and green colors. Web safe color of #FFDC56 is #FFCC66 (or #FC6).

RGB color model

#FFDC56 color RGB value is (255,220,86).

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

RGB channels and saturation

R 255 of 255 = 100%
G 220 of 255 = 86%
B 86 of 255 = 34%

255
220
86

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

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 86 = 561 (100%)
R 255 of 561 ~ 45.45%
G 220 of 561 ~ 39.22%
B 86 of 561 ~ 15.33%

%45.45
%39.22
%15.33

CMYK color model

#FFDC56 color CMYK value is (0,14,66,0).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 66.27%
  • key color value is 0.00%
CMYK:
(0,14,66,0)
C0M14Y66K0 
(0%,14%,66%,0%)
(0.00/0.14/0.66/0.00)	

CMYK percentages

%0
%13.73
%66.27
%0

Codes

Color #FFDC56 in popluar color models

FFDC56
RGB25522086
HSL48°100.00%66.86%
HSB/HSV48°66.27%100.00%
CMYK0.00%13.73%66.27%
0.00%

Color #FFDC56 in popluar number systems.

HEXFFDC56
Decimal25522086
Binary11111111110111001010110
Octal377334126

Shades and tints

Shades of #FFDC56

#FFDC56
(255,220,86)
#E8C84F
(232,200,79)
#D1B448
(209,180,72)
#BAA041
(186,160,65)
#A38C3A
(163,140,58)
#8C7833
(140,120,51)
#75642C
(117,100,44)
#5E5025
(94,80,37)
#473C1E
(71,60,30)
#302817
(48,40,23)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #FFDC56

#FFDC56
(255,220,86)
#FFDF65
(255,223,101)
#FFE274
(255,226,116)
#FFE583
(255,229,131)
#FFE892
(255,232,146)
#FFEBA1
(255,235,161)
#FFEEB0
(255,238,176)
#FFF1BF
(255,241,191)
#FFF4CE
(255,244,206)
#FFF7DD
(255,247,221)
#FFFAEC
(255,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDC56; }

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

This text font color is #FFDC56.


Background Color

.myBgColor { background-color: #FFDC56; }

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

This div background color is #FFDC56.


Border color

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

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

This div border color is #FFDC56.


Opacity

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

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

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

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

This text has shadow with #FFDC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDC56 on black background.


Color preview on white background

This text has color #FFDC56 on white background.



Black color preview on #FFDC56 background

This text has black color on #FFDC56 background.


White color preview on #FFDC56 background

This text has white color on #FFDC56 background.