COLOR #DED394

HEX: #DED394
RGB: (222,211,148)

Color info

#DED394 contains mainly red and green colors. Web safe color of #DED394 is #CCCC99 (or #CC9).

RGB color model

#DED394 color RGB value is (222,211,148).

  • red value is 222;
  • green value is 211;
  • blue value is 148.
RGB:
(222,211,148)
(87%,83%,58%)

RGB channels and saturation

R 222 of 255 = 87%
G 211 of 255 = 83%
B 148 of 255 = 58%

222
211
148

R + G + B ~ 76%. #DED394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 211 + 148 = 581 (100%)
R 222 of 581 ~ 38.21%
G 211 of 581 ~ 36.32%
B 148 of 581 ~ 25.47%

%38.21
%36.32
%25.47

CMYK color model

#DED394 color CMYK value is (0,5,33,13).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 33.33%
  • key color value is 12.94%
CMYK:
(0,5,33,13)
C0M5Y33K13 
(0%,5%,33%,13%)
(0.00/0.05/0.33/0.13)	

CMYK percentages

%0
%4.95
%33.33
%12.94

Codes

Color #DED394 in popluar color models

DED394
RGB222211148
HSL51°52.86%72.55%
HSB/HSV51°33.33%87.06%
CMYK0.00%4.95%33.33%
12.94%

Color #DED394 in popluar number systems.

HEXDED394
Decimal222211148
Binary110111101101001110010100
Octal336323224

Shades and tints

Shades of #DED394

#DED394
(222,211,148)
#CAC087
(202,192,135)
#B6AD7A
(182,173,122)
#A29A6D
(162,154,109)
#8E8760
(142,135,96)
#7A7453
(122,116,83)
#666146
(102,97,70)
#524E39
(82,78,57)
#3E3B2C
(62,59,44)
#2A281F
(42,40,31)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DED394

#DED394
(222,211,148)
#E1D79D
(225,215,157)
#E4DBA6
(228,219,166)
#E7DFAF
(231,223,175)
#EAE3B8
(234,227,184)
#EDE7C1
(237,231,193)
#F0EBCA
(240,235,202)
#F3EFD3
(243,239,211)
#F6F3DC
(246,243,220)
#F9F7E5
(249,247,229)
#FCFBEE
(252,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED394 color. Also use rgb(222,211,148) instead hex code.

Text Font Color

.myTextColor { color: #DED394; }

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

This text font color is #DED394.


Background Color

.myBgColor { background-color: #DED394; }

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

This div background color is #DED394.


Border color

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

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

This div border color is #DED394.


Opacity

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

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

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

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

This text has shadow with #DED394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED394 on black background.


Color preview on white background

This text has color #DED394 on white background.



Black color preview on #DED394 background

This text has black color on #DED394 background.


White color preview on #DED394 background

This text has white color on #DED394 background.