COLOR #DED972

HEX: #DED972 RGB: (222,217,114)

Color info

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

RGB color model

#DED972 color RGB value is (222,217,114).

RGB: (222,217,114) (87%, 85%, 45%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 114 of 255 = 45%

222
217
114

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

Portions of RGB colors in percentages

R + G + B = 222 + 217 + 114 = 553 (100%)
R 222 of 553 ~ 40.14%
G 217 of 553 ~ 39.24%
B 114 of 553 ~ 20.61'%

%40.14
%39.24
%20.61

CMYK color model

#DED972 color CMYK value is (0,2,49,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 48.65%
  • key color value is 12.94%

CMYK: (0,2,49,13)
C0M2Y49K13 (0%, 2%, 49%, 13%)
(0.00 / 0.02 / 0.49 / 0.13)

CMYK percentages

%0
%2.25
%48.65
%12.94

Codes

Color #DED972 in popluar color models

DE D9 72
RGB 222 217 114
HSL 57° 62.07% 65.88%
HSB/HSV 57° 48.65% 87.06%
CMYK 0.00% 2.25% 48.65%
12.94%

Color #DED972 in popluar number systems.

HEX DE D9 72
Decimal 222 217 114
Binary 11011110 11011001 1110010
Octal 336 331 162

Shades and tints

Shades of #DED972

#DED972
(222,217,114)
#CAC668
(202,198,104)
#B6B35E
(182,179,94)
#A2A054
(162,160,84)
#8E8D4A
(142,141,74)
#7A7A40
(122,122,64)
#666736
(102,103,54)
#52542C
(82,84,44)
#3E4122
(62,65,34)
#2A2E18
(42,46,24)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #DED972

#DED972
(222,217,114)
#E1DC7E
(225,220,126)
#E4DF8A
(228,223,138)
#E7E296
(231,226,150)
#EAE5A2
(234,229,162)
#EDE8AE
(237,232,174)
#F0EBBA
(240,235,186)
#F3EEC6
(243,238,198)
#F6F1D2
(246,241,210)
#F9F4DE
(249,244,222)
#FCF7EA
(252,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED972 color. Also use rgb(222,217,114) instead hex code.

Text Font Color

.myTextColor { color: #DED972; }

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

This text font color is #DED972.

Background Color

.myBgColor { background-color: #DED972; }

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

This div background color is #DED972.

Border color

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

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

This div border color is #DED972.

Opacity

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

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

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

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

This text has shadow with #DED972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED972.

Preview

Color preview on black background

This text has color #DED972 on black background.


Color preview on white background

This text has color #DED972 on white background.


Black color preview on #DED972 background

This text has black color on #DED972 background.


White color preview on #DED972 background

This text has white color on #DED972 background.


Related colors

Complementary color

Complementary color for #hex is #21268D.


I love getcolorcode.com

Triadic colors

1 #72DED9 and #D972DE with #DED972 are triadic colors.

2 #72D9DE and #D9DE72 with #DED972 are triadic colors.