COLOR #FFDD2C

HEX: #FFDD2C
RGB: (255,221,44)

Color info

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

RGB color model

#FFDD2C color RGB value is (255,221,44).

  • red value is 255;
  • green value is 221;
  • blue value is 44.
RGB:
(255,221,44)
(100%,87%,17%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 44 of 255 = 17%

255
221
44

R + G + B ~ 68%. #FFDD2C is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 44 = 520 (100%)
R 255 of 520 ~ 49.04%
G 221 of 520 ~ 42.5%
B 44 of 520 ~ 8.46%

%49.04
%42.5

CMYK color model

#FFDD2C color CMYK value is (0,13,83,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 82.75%
  • key color value is 0.00%
CMYK:
(0,13,83,0)
C0M13Y83K0 
(0%,13%,83%,0%)
(0.00/0.13/0.83/0.00)	

CMYK percentages

%0
%13.33
%82.75
%0

Codes

Color #FFDD2C in popluar color models

FFDD2C
RGB25522144
HSL50°100.00%58.63%
HSB/HSV50°82.75%100.00%
CMYK0.00%13.33%82.75%
0.00%

Color #FFDD2C in popluar number systems.

HEXFFDD2C
Decimal25522144
Binary1111111111011101101100
Octal37733554

Shades and tints

Shades of #FFDD2C

#FFDD2C
(255,221,44)
#E8C928
(232,201,40)
#D1B524
(209,181,36)
#BAA120
(186,161,32)
#A38D1C
(163,141,28)
#8C7918
(140,121,24)
#756514
(117,101,20)
#5E5110
(94,81,16)
#473D0C
(71,61,12)
#302908
(48,41,8)
#191504
(25,21,4)
#000000
(0,0,0)

Tints of #FFDD2C

#FFDD2C
(255,221,44)
#FFE03F
(255,224,63)
#FFE352
(255,227,82)
#FFE665
(255,230,101)
#FFE978
(255,233,120)
#FFEC8B
(255,236,139)
#FFEF9E
(255,239,158)
#FFF2B1
(255,242,177)
#FFF5C4
(255,245,196)
#FFF8D7
(255,248,215)
#FFFBEA
(255,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDD2C color. Also use rgb(255,221,44) instead hex code.

Text Font Color

.myTextColor { color: #FFDD2C; }

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

This text font color is #FFDD2C.


Background Color

.myBgColor { background-color: #FFDD2C; }

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

This div background color is #FFDD2C.


Border color

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

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

This div border color is #FFDD2C.


Opacity

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

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

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

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

This text has shadow with #FFDD2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDD2C on black background.


Color preview on white background

This text has color #FFDD2C on white background.



Black color preview on #FFDD2C background

This text has black color on #FFDD2C background.


White color preview on #FFDD2C background

This text has white color on #FFDD2C background.