COLOR #DED176

HEX: #DED176 RGB: (222,209,118)

Color info

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

RGB color model

#DED176 color RGB value is (222,209,118).

RGB: (222,209,118) (87%, 82%, 46%)

RGB channels and saturation

R 222 of 255 = 87%
G 209 of 255 = 82%
B 118 of 255 = 46%

222
209
118

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

Portions of RGB colors in percentages

R + G + B = 222 + 209 + 118 = 549 (100%)
R 222 of 549 ~ 40.44%
G 209 of 549 ~ 38.07%
B 118 of 549 ~ 21.49'%

%40.44
%38.07
%21.49

CMYK color model

#DED176 color CMYK value is (0,6,47,13).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 46.85%
  • key color value is 12.94%

CMYK: (0,6,47,13)
C0M6Y47K13 (0%, 6%, 47%, 13%)
(0.00 / 0.06 / 0.47 / 0.13)

CMYK percentages

%0
%5.86
%46.85
%12.94

Codes

Color #DED176 in popluar color models

DE D1 76
RGB 222 209 118
HSL 53° 61.18% 66.67%
HSB/HSV 53° 46.85% 87.06%
CMYK 0.00% 5.86% 46.85%
12.94%

Color #DED176 in popluar number systems.

HEX DE D1 76
Decimal 222 209 118
Binary 11011110 11010001 1110110
Octal 336 321 166

Shades and tints

Shades of #DED176

#DED176
(222,209,118)
#CABE6C
(202,190,108)
#B6AB62
(182,171,98)
#A29858
(162,152,88)
#8E854E
(142,133,78)
#7A7244
(122,114,68)
#665F3A
(102,95,58)
#524C30
(82,76,48)
#3E3926
(62,57,38)
#2A261C
(42,38,28)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #DED176

#DED176
(222,209,118)
#E1D582
(225,213,130)
#E4D98E
(228,217,142)
#E7DD9A
(231,221,154)
#EAE1A6
(234,225,166)
#EDE5B2
(237,229,178)
#F0E9BE
(240,233,190)
#F3EDCA
(243,237,202)
#F6F1D6
(246,241,214)
#F9F5E2
(249,245,226)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED176 color. Also use rgb(222,209,118) instead hex code.

Text Font Color

.myTextColor { color: #DED176; }

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

This text font color is #DED176.

Background Color

.myBgColor { background-color: #DED176; }

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

This div background color is #DED176.

Border color

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

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

This div border color is #DED176.

Opacity

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

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

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

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

This text has shadow with #DED176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED176.

Preview

Color preview on black background

This text has color #DED176 on black background.


Color preview on white background

This text has color #DED176 on white background.


Black color preview on #DED176 background

This text has black color on #DED176 background.


White color preview on #DED176 background

This text has white color on #DED176 background.


Related colors

Complementary color

Complementary color for #hex is #212E89.


I love getcolorcode.com

Triadic colors

1 #76DED1 and #D176DE with #DED176 are triadic colors.

2 #76D1DE and #D1DE76 with #DED176 are triadic colors.