COLOR #DED597

HEX: #DED597
RGB: (222,213,151)

Color info

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

RGB color model

#DED597 color RGB value is (222,213,151).

  • red value is 222;
  • green value is 213;
  • blue value is 151.
RGB:
(222,213,151)
(87%,84%,59%)

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 151 of 255 = 59%

222
213
151

R + G + B ~ 77%. #DED597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 213 + 151 = 586 (100%)
R 222 of 586 ~ 37.88%
G 213 of 586 ~ 36.35%
B 151 of 586 ~ 25.77%

%37.88
%36.35
%25.77

CMYK color model

#DED597 color CMYK value is (0,4,32,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 31.98%
  • key color value is 12.94%
CMYK:
(0,4,32,13)
C0M4Y32K13 
(0%,4%,32%,13%)
(0.00/0.04/0.32/0.13)	

CMYK percentages

%0
%4.05
%31.98
%12.94

Codes

Color #DED597 in popluar color models

DED597
RGB222213151
HSL52°51.82%73.14%
HSB/HSV52°31.98%87.06%
CMYK0.00%4.05%31.98%
12.94%

Color #DED597 in popluar number systems.

HEXDED597
Decimal222213151
Binary110111101101010110010111
Octal336325227

Shades and tints

Shades of #DED597

#DED597
(222,213,151)
#CAC28A
(202,194,138)
#B6AF7D
(182,175,125)
#A29C70
(162,156,112)
#8E8963
(142,137,99)
#7A7656
(122,118,86)
#666349
(102,99,73)
#52503C
(82,80,60)
#3E3D2F
(62,61,47)
#2A2A22
(42,42,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DED597

#DED597
(222,213,151)
#E1D8A0
(225,216,160)
#E4DBA9
(228,219,169)
#E7DEB2
(231,222,178)
#EAE1BB
(234,225,187)
#EDE4C4
(237,228,196)
#F0E7CD
(240,231,205)
#F3EAD6
(243,234,214)
#F6EDDF
(246,237,223)
#F9F0E8
(249,240,232)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED597; }

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

This text font color is #DED597.


Background Color

.myBgColor { background-color: #DED597; }

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

This div background color is #DED597.


Border color

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

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

This div border color is #DED597.


Opacity

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

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

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

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

This text has shadow with #DED597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED597 on black background.


Color preview on white background

This text has color #DED597 on white background.



Black color preview on #DED597 background

This text has black color on #DED597 background.


White color preview on #DED597 background

This text has white color on #DED597 background.