COLOR #FFDC4C

HEX: #FFDC4C
RGB: (255,220,76)

Color info

#FFDC4C contains mainly red and green colors. Web safe color of #FFDC4C is #FFCC33 (or #FC3).

RGB color model

#FFDC4C color RGB value is (255,220,76).

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

RGB channels and saturation

R 255 of 255 = 100%
G 220 of 255 = 86%
B 76 of 255 = 30%

255
220
76

R + G + B ~ 72%. #FFDC4C is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 76 = 551 (100%)
R 255 of 551 ~ 46.28%
G 220 of 551 ~ 39.93%
B 76 of 551 ~ 13.79%

%46.28
%39.93
%13.79

CMYK color model

#FFDC4C color CMYK value is (0,14,70,0).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 70.20%
  • key color value is 0.00%
CMYK:
(0,14,70,0)
C0M14Y70K0 
(0%,14%,70%,0%)
(0.00/0.14/0.70/0.00)	

CMYK percentages

%0
%13.73
%70.2
%0

Codes

Color #FFDC4C in popluar color models

FFDC4C
RGB25522076
HSL48°100.00%64.90%
HSB/HSV48°70.20%100.00%
CMYK0.00%13.73%70.20%
0.00%

Color #FFDC4C in popluar number systems.

HEXFFDC4C
Decimal25522076
Binary11111111110111001001100
Octal377334114

Shades and tints

Shades of #FFDC4C

#FFDC4C
(255,220,76)
#E8C846
(232,200,70)
#D1B440
(209,180,64)
#BAA03A
(186,160,58)
#A38C34
(163,140,52)
#8C782E
(140,120,46)
#756428
(117,100,40)
#5E5022
(94,80,34)
#473C1C
(71,60,28)
#302816
(48,40,22)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #FFDC4C

#FFDC4C
(255,220,76)
#FFDF5C
(255,223,92)
#FFE26C
(255,226,108)
#FFE57C
(255,229,124)
#FFE88C
(255,232,140)
#FFEB9C
(255,235,156)
#FFEEAC
(255,238,172)
#FFF1BC
(255,241,188)
#FFF4CC
(255,244,204)
#FFF7DC
(255,247,220)
#FFFAEC
(255,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDC4C; }

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

This text font color is #FFDC4C.


Background Color

.myBgColor { background-color: #FFDC4C; }

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

This div background color is #FFDC4C.


Border color

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

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

This div border color is #FFDC4C.


Opacity

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

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

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

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

This text has shadow with #FFDC4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDC4C on black background.


Color preview on white background

This text has color #FFDC4C on white background.



Black color preview on #FFDC4C background

This text has black color on #FFDC4C background.


White color preview on #FFDC4C background

This text has white color on #FFDC4C background.