COLOR #DED474

HEX: #DED474
RGB: (222,212,116)

Color info

#DED474 contains mainly red and green colors. Web safe color of #DED474 is #CCCC66 (or #CC6).

RGB color model

#DED474 color RGB value is (222,212,116).

  • red value is 222;
  • green value is 212;
  • blue value is 116.
RGB:
(222,212,116)
(87%,83%,45%)

RGB channels and saturation

R 222 of 255 = 87%
G 212 of 255 = 83%
B 116 of 255 = 45%

222
212
116

R + G + B ~ 72%. #DED474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 212 + 116 = 550 (100%)
R 222 of 550 ~ 40.36%
G 212 of 550 ~ 38.55%
B 116 of 550 ~ 21.09%

%40.36
%38.55
%21.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 47.75%
  • key color value is 12.94%
CMYK:
(0,5,48,13)
C0M5Y48K13 
(0%,5%,48%,13%)
(0.00/0.05/0.48/0.13)	

CMYK percentages

%0
%4.5
%47.75
%12.94

Codes

Color #DED474 in popluar color models

DED474
RGB222212116
HSL54°61.63%66.27%
HSB/HSV54°47.75%87.06%
CMYK0.00%4.50%47.75%
12.94%

Color #DED474 in popluar number systems.

HEXDED474
Decimal222212116
Binary11011110110101001110100
Octal336324164

Shades and tints

Shades of #DED474

#DED474
(222,212,116)
#CAC16A
(202,193,106)
#B6AE60
(182,174,96)
#A29B56
(162,155,86)
#8E884C
(142,136,76)
#7A7542
(122,117,66)
#666238
(102,98,56)
#524F2E
(82,79,46)
#3E3C24
(62,60,36)
#2A291A
(42,41,26)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #DED474

#DED474
(222,212,116)
#E1D780
(225,215,128)
#E4DA8C
(228,218,140)
#E7DD98
(231,221,152)
#EAE0A4
(234,224,164)
#EDE3B0
(237,227,176)
#F0E6BC
(240,230,188)
#F3E9C8
(243,233,200)
#F6ECD4
(246,236,212)
#F9EFE0
(249,239,224)
#FCF2EC
(252,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED474 color. Also use rgb(222,212,116) instead hex code.

Text Font Color

.myTextColor { color: #DED474; }

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

This text font color is #DED474.


Background Color

.myBgColor { background-color: #DED474; }

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

This div background color is #DED474.


Border color

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

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

This div border color is #DED474.


Opacity

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

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

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

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

This text has shadow with #DED474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED474 on black background.


Color preview on white background

This text has color #DED474 on white background.



Black color preview on #DED474 background

This text has black color on #DED474 background.


White color preview on #DED474 background

This text has white color on #DED474 background.