COLOR #FFDDA0

HEX: #FFDDA0
RGB: (255,221,160)

Color info

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

RGB color model

#FFDDA0 color RGB value is (255,221,160).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 160 of 255 = 63%

255
221
160

R + G + B ~ 83%. #FFDDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 160 = 636 (100%)
R 255 of 636 ~ 40.09%
G 221 of 636 ~ 34.75%
B 160 of 636 ~ 25.16%

%40.09
%34.75
%25.16

CMYK color model

#FFDDA0 color CMYK value is (0,13,37,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(0,13,37,0)
C0M13Y37K0 
(0%,13%,37%,0%)
(0.00/0.13/0.37/0.00)	

CMYK percentages

%0
%13.33
%37.25
%0

Codes

Color #FFDDA0 in popluar color models

FFDDA0
RGB255221160
HSL39°100.00%81.37%
HSB/HSV39°37.25%100.00%
CMYK0.00%13.33%37.25%
0.00%

Color #FFDDA0 in popluar number systems.

HEXFFDDA0
Decimal255221160
Binary111111111101110110100000
Octal377335240

Shades and tints

Shades of #FFDDA0

#FFDDA0
(255,221,160)
#E8C992
(232,201,146)
#D1B584
(209,181,132)
#BAA176
(186,161,118)
#A38D68
(163,141,104)
#8C795A
(140,121,90)
#75654C
(117,101,76)
#5E513E
(94,81,62)
#473D30
(71,61,48)
#302922
(48,41,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #FFDDA0

#FFDDA0
(255,221,160)
#FFE0A8
(255,224,168)
#FFE3B0
(255,227,176)
#FFE6B8
(255,230,184)
#FFE9C0
(255,233,192)
#FFECC8
(255,236,200)
#FFEFD0
(255,239,208)
#FFF2D8
(255,242,216)
#FFF5E0
(255,245,224)
#FFF8E8
(255,248,232)
#FFFBF0
(255,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDA0; }

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

This text font color is #FFDDA0.


Background Color

.myBgColor { background-color: #FFDDA0; }

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

This div background color is #FFDDA0.


Border color

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

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

This div border color is #FFDDA0.


Opacity

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

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

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

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

This text has shadow with #FFDDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDA0 on black background.


Color preview on white background

This text has color #FFDDA0 on white background.



Black color preview on #FFDDA0 background

This text has black color on #FFDDA0 background.


White color preview on #FFDDA0 background

This text has white color on #FFDDA0 background.