COLOR #FFDD84

HEX: #FFDD84 RGB: (255,221,132)

Color info

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

RGB color model

#FFDD84 color RGB value is (255,221,132).

RGB: (255,221,132) (100%, 87%, 52%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 132 of 255 = 52%

255
221
132

R + G + B ~ 80%. #FFDD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 132 = 608 (100%)
R 255 of 608 ~ 41.94%
G 221 of 608 ~ 36.35%
B 132 of 608 ~ 21.71'%

%41.94
%36.35
%21.71

CMYK color model

#FFDD84 color CMYK value is (0,13,48,0).

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

CMYK: (0,13,48,0)
C0M13Y48K0 (0%, 13%, 48%, 0%)
(0.00 / 0.13 / 0.48 / 0.00)

CMYK percentages

%0
%13.33
%48.24
%0

Codes

Color #FFDD84 in popluar color models

FF DD 84
RGB 255 221 132
HSL 43° 100.00% 75.88%
HSB/HSV 43° 48.24% 100.00%
CMYK 0.00% 13.33% 48.24%
0.00%

Color #FFDD84 in popluar number systems.

HEX FF DD 84
Decimal 255 221 132
Binary 11111111 11011101 10000100
Octal 377 335 204

Shades and tints

Shades of #FFDD84

#FFDD84
(255,221,132)
#E8C978
(232,201,120)
#D1B56C
(209,181,108)
#BAA160
(186,161,96)
#A38D54
(163,141,84)
#8C7948
(140,121,72)
#75653C
(117,101,60)
#5E5130
(94,81,48)
#473D24
(71,61,36)
#302918
(48,41,24)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #FFDD84

#FFDD84
(255,221,132)
#FFE08F
(255,224,143)
#FFE39A
(255,227,154)
#FFE6A5
(255,230,165)
#FFE9B0
(255,233,176)
#FFECBB
(255,236,187)
#FFEFC6
(255,239,198)
#FFF2D1
(255,242,209)
#FFF5DC
(255,245,220)
#FFF8E7
(255,248,231)
#FFFBF2
(255,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDD84; }

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

This text font color is #FFDD84.

Background Color

.myBgColor { background-color: #FFDD84; }

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

This div background color is #FFDD84.

Border color

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

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

This div border color is #FFDD84.

Opacity

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

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

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

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

This text has shadow with #FFDD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDD84.

Preview

Color preview on black background

This text has color #FFDD84 on black background.


Color preview on white background

This text has color #FFDD84 on white background.


Black color preview on #FFDD84 background

This text has black color on #FFDD84 background.


White color preview on #FFDD84 background

This text has white color on #FFDD84 background.


Related colors

Complementary color

Complementary color for #hex is #00227B.


I love getcolorcode.com

Triadic colors

1 #84FFDD and #DD84FF with #FFDD84 are triadic colors.

2 #84DDFF and #DDFF84 with #FFDD84 are triadic colors.