COLOR #DED59F

HEX: #DED59F RGB: (222,213,159)

Color info

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

RGB color model

#DED59F color RGB value is (222,213,159).

RGB: (222,213,159) (87%, 84%, 62%)

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 159 of 255 = 62%

222
213
159

R + G + B ~ 78%. #DED59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 213 + 159 = 594 (100%)
R 222 of 594 ~ 37.37%
G 213 of 594 ~ 35.86%
B 159 of 594 ~ 26.77'%

%37.37
%35.86
%26.77

CMYK color model

#DED59F color CMYK value is (0,4,28,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 28.38%
  • key color value is 12.94%

CMYK: (0,4,28,13)
C0M4Y28K13 (0%, 4%, 28%, 13%)
(0.00 / 0.04 / 0.28 / 0.13)

CMYK percentages

%0
%4.05
%28.38
%12.94

Codes

Color #DED59F in popluar color models

DE D5 9F
RGB 222 213 159
HSL 51° 48.84% 74.71%
HSB/HSV 51° 28.38% 87.06%
CMYK 0.00% 4.05% 28.38%
12.94%

Color #DED59F in popluar number systems.

HEX DE D5 9F
Decimal 222 213 159
Binary 11011110 11010101 10011111
Octal 336 325 237

Shades and tints

Shades of #DED59F

#DED59F
(222,213,159)
#CAC291
(202,194,145)
#B6AF83
(182,175,131)
#A29C75
(162,156,117)
#8E8967
(142,137,103)
#7A7659
(122,118,89)
#66634B
(102,99,75)
#52503D
(82,80,61)
#3E3D2F
(62,61,47)
#2A2A21
(42,42,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #DED59F

#DED59F
(222,213,159)
#E1D8A7
(225,216,167)
#E4DBAF
(228,219,175)
#E7DEB7
(231,222,183)
#EAE1BF
(234,225,191)
#EDE4C7
(237,228,199)
#F0E7CF
(240,231,207)
#F3EAD7
(243,234,215)
#F6EDDF
(246,237,223)
#F9F0E7
(249,240,231)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED59F color. Also use rgb(222,213,159) instead hex code.

Text Font Color

.myTextColor { color: #DED59F; }

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

This text font color is #DED59F.

Background Color

.myBgColor { background-color: #DED59F; }

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

This div background color is #DED59F.

Border color

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

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

This div border color is #DED59F.

Opacity

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

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

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

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

This text has shadow with #DED59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED59F.

Preview

Color preview on black background

This text has color #DED59F on black background.


Color preview on white background

This text has color #DED59F on white background.


Black color preview on #DED59F background

This text has black color on #DED59F background.


White color preview on #DED59F background

This text has white color on #DED59F background.


Related colors

Complementary color

Complementary color for #hex is #212A60.


I love getcolorcode.com

Triadic colors

1 #9FDED5 and #D59FDE with #DED59F are triadic colors.

2 #9FD5DE and #D5DE9F with #DED59F are triadic colors.