COLOR #FFDD2E

HEX: #FFDD2E
RGB: (255,221,46)

Color info

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

RGB color model

#FFDD2E color RGB value is (255,221,46).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 46 of 255 = 18%

255
221
46

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

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 46 = 522 (100%)
R 255 of 522 ~ 48.85%
G 221 of 522 ~ 42.34%
B 46 of 522 ~ 8.81%

%48.85
%42.34

CMYK color model

#FFDD2E color CMYK value is (0,13,82,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,13,82,0)
C0M13Y82K0 
(0%,13%,82%,0%)
(0.00/0.13/0.82/0.00)	

CMYK percentages

%0
%13.33
%81.96
%0

Codes

Color #FFDD2E in popluar color models

FFDD2E
RGB25522146
HSL50°100.00%59.02%
HSB/HSV50°81.96%100.00%
CMYK0.00%13.33%81.96%
0.00%

Color #FFDD2E in popluar number systems.

HEXFFDD2E
Decimal25522146
Binary1111111111011101101110
Octal37733556

Shades and tints

Shades of #FFDD2E

#FFDD2E
(255,221,46)
#E8C92A
(232,201,42)
#D1B526
(209,181,38)
#BAA122
(186,161,34)
#A38D1E
(163,141,30)
#8C791A
(140,121,26)
#756516
(117,101,22)
#5E5112
(94,81,18)
#473D0E
(71,61,14)
#30290A
(48,41,10)
#191506
(25,21,6)
#000000
(0,0,0)

Tints of #FFDD2E

#FFDD2E
(255,221,46)
#FFE041
(255,224,65)
#FFE354
(255,227,84)
#FFE667
(255,230,103)
#FFE97A
(255,233,122)
#FFEC8D
(255,236,141)
#FFEFA0
(255,239,160)
#FFF2B3
(255,242,179)
#FFF5C6
(255,245,198)
#FFF8D9
(255,248,217)
#FFFBEC
(255,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDD2E; }

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

This text font color is #FFDD2E.


Background Color

.myBgColor { background-color: #FFDD2E; }

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

This div background color is #FFDD2E.


Border color

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

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

This div border color is #FFDD2E.


Opacity

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

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

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

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

This text has shadow with #FFDD2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDD2E on black background.


Color preview on white background

This text has color #FFDD2E on white background.



Black color preview on #FFDD2E background

This text has black color on #FFDD2E background.


White color preview on #FFDD2E background

This text has white color on #FFDD2E background.