COLOR #FFDD96

HEX: #FFDD96
RGB: (255,221,150)

Color info

#FFDD96 contains mainly red and green colors. Web safe color of #FFDD96 is #FFCC99 (or #FC9).

RGB color model

#FFDD96 color RGB value is (255,221,150).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 150 of 255 = 59%

255
221
150

R + G + B ~ 82%. #FFDD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 150 = 626 (100%)
R 255 of 626 ~ 40.73%
G 221 of 626 ~ 35.3%
B 150 of 626 ~ 23.96%

%40.73
%35.3
%23.96

CMYK color model

#FFDD96 color CMYK value is (0,13,41,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 41.18%
  • key color value is 0.00%
CMYK:
(0,13,41,0)
C0M13Y41K0 
(0%,13%,41%,0%)
(0.00/0.13/0.41/0.00)	

CMYK percentages

%0
%13.33
%41.18
%0

Codes

Color #FFDD96 in popluar color models

FFDD96
RGB255221150
HSL41°100.00%79.41%
HSB/HSV41°41.18%100.00%
CMYK0.00%13.33%41.18%
0.00%

Color #FFDD96 in popluar number systems.

HEXFFDD96
Decimal255221150
Binary111111111101110110010110
Octal377335226

Shades and tints

Shades of #FFDD96

#FFDD96
(255,221,150)
#E8C989
(232,201,137)
#D1B57C
(209,181,124)
#BAA16F
(186,161,111)
#A38D62
(163,141,98)
#8C7955
(140,121,85)
#756548
(117,101,72)
#5E513B
(94,81,59)
#473D2E
(71,61,46)
#302921
(48,41,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #FFDD96

#FFDD96
(255,221,150)
#FFE09F
(255,224,159)
#FFE3A8
(255,227,168)
#FFE6B1
(255,230,177)
#FFE9BA
(255,233,186)
#FFECC3
(255,236,195)
#FFEFCC
(255,239,204)
#FFF2D5
(255,242,213)
#FFF5DE
(255,245,222)
#FFF8E7
(255,248,231)
#FFFBF0
(255,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDD96; }

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

This text font color is #FFDD96.


Background Color

.myBgColor { background-color: #FFDD96; }

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

This div background color is #FFDD96.


Border color

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

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

This div border color is #FFDD96.


Opacity

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

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

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

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

This text has shadow with #FFDD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDD96 on black background.


Color preview on white background

This text has color #FFDD96 on white background.



Black color preview on #FFDD96 background

This text has black color on #FFDD96 background.


White color preview on #FFDD96 background

This text has white color on #FFDD96 background.