COLOR #FFDD5D

HEX: #FFDD5D RGB: (255,221,93)

Color info

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

RGB color model

#FFDD5D color RGB value is (255,221,93).

RGB: (255,221,93) (100%, 87%, 36%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 93 of 255 = 36%

255
221
93

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

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 93 = 569 (100%)
R 255 of 569 ~ 44.82%
G 221 of 569 ~ 38.84%
B 93 of 569 ~ 16.34'%

%44.82
%38.84
%16.34

CMYK color model

#FFDD5D color CMYK value is (0,13,64,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 63.53%
  • key color value is 0.00%

CMYK: (0,13,64,0)
C0M13Y64K0 (0%, 13%, 64%, 0%)
(0.00 / 0.13 / 0.64 / 0.00)

CMYK percentages

%0
%13.33
%63.53
%0

Codes

Color #FFDD5D in popluar color models

FF DD 5D
RGB 255 221 93
HSL 47° 100.00% 68.24%
HSB/HSV 47° 63.53% 100.00%
CMYK 0.00% 13.33% 63.53%
0.00%

Color #FFDD5D in popluar number systems.

HEX FF DD 5D
Decimal 255 221 93
Binary 11111111 11011101 1011101
Octal 377 335 135

Shades and tints

Shades of #FFDD5D

#FFDD5D
(255,221,93)
#E8C955
(232,201,85)
#D1B54D
(209,181,77)
#BAA145
(186,161,69)
#A38D3D
(163,141,61)
#8C7935
(140,121,53)
#75652D
(117,101,45)
#5E5125
(94,81,37)
#473D1D
(71,61,29)
#302915
(48,41,21)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #FFDD5D

#FFDD5D
(255,221,93)
#FFE06B
(255,224,107)
#FFE379
(255,227,121)
#FFE687
(255,230,135)
#FFE995
(255,233,149)
#FFECA3
(255,236,163)
#FFEFB1
(255,239,177)
#FFF2BF
(255,242,191)
#FFF5CD
(255,245,205)
#FFF8DB
(255,248,219)
#FFFBE9
(255,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDD5D; }

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

This text font color is #FFDD5D.

Background Color

.myBgColor { background-color: #FFDD5D; }

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

This div background color is #FFDD5D.

Border color

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

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

This div border color is #FFDD5D.

Opacity

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

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

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

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

This text has shadow with #FFDD5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDD5D.

Preview

Color preview on black background

This text has color #FFDD5D on black background.


Color preview on white background

This text has color #FFDD5D on white background.


Black color preview on #FFDD5D background

This text has black color on #FFDD5D background.


White color preview on #FFDD5D background

This text has white color on #FFDD5D background.


Related colors

Complementary color

Complementary color for #hex is #0022A2.


I love getcolorcode.com

Triadic colors

1 #5DFFDD and #DD5DFF with #FFDD5D are triadic colors.

2 #5DDDFF and #DDFF5D with #FFDD5D are triadic colors.