COLOR #FFDC5D

HEX: #FFDC5D
RGB: (255,220,93)

Color info

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

RGB color model

#FFDC5D color RGB value is (255,220,93).

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

RGB channels and saturation

R 255 of 255 = 100%
G 220 of 255 = 86%
B 93 of 255 = 36%

255
220
93

R + G + B ~ 74%. #FFDC5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 93 = 568 (100%)
R 255 of 568 ~ 44.89%
G 220 of 568 ~ 38.73%
B 93 of 568 ~ 16.37%

%44.89
%38.73
%16.37

CMYK color model

#FFDC5D color CMYK value is (0,14,64,0).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 63.53%
  • key color value is 0.00%
CMYK:
(0,14,64,0)
C0M14Y64K0 
(0%,14%,64%,0%)
(0.00/0.14/0.64/0.00)	

CMYK percentages

%0
%13.73
%63.53
%0

Codes

Color #FFDC5D in popluar color models

FFDC5D
RGB25522093
HSL47°100.00%68.24%
HSB/HSV47°63.53%100.00%
CMYK0.00%13.73%63.53%
0.00%

Color #FFDC5D in popluar number systems.

HEXFFDC5D
Decimal25522093
Binary11111111110111001011101
Octal377334135

Shades and tints

Shades of #FFDC5D

#FFDC5D
(255,220,93)
#E8C855
(232,200,85)
#D1B44D
(209,180,77)
#BAA045
(186,160,69)
#A38C3D
(163,140,61)
#8C7835
(140,120,53)
#75642D
(117,100,45)
#5E5025
(94,80,37)
#473C1D
(71,60,29)
#302815
(48,40,21)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #FFDC5D

#FFDC5D
(255,220,93)
#FFDF6B
(255,223,107)
#FFE279
(255,226,121)
#FFE587
(255,229,135)
#FFE895
(255,232,149)
#FFEBA3
(255,235,163)
#FFEEB1
(255,238,177)
#FFF1BF
(255,241,191)
#FFF4CD
(255,244,205)
#FFF7DB
(255,247,219)
#FFFAE9
(255,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDC5D; }

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

This text font color is #FFDC5D.


Background Color

.myBgColor { background-color: #FFDC5D; }

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

This div background color is #FFDC5D.


Border color

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

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

This div border color is #FFDC5D.


Opacity

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

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

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

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

This text has shadow with #FFDC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDC5D on black background.


Color preview on white background

This text has color #FFDC5D on white background.



Black color preview on #FFDC5D background

This text has black color on #FFDC5D background.


White color preview on #FFDC5D background

This text has white color on #FFDC5D background.