COLOR #DDD776

HEX: #DDD776 RGB: (221,215,118)

Color info

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

RGB color model

#DDD776 color RGB value is (221,215,118).

RGB: (221,215,118) (87%, 84%, 46%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 118 of 255 = 46%

221
215
118

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 118 = 554 (100%)
R 221 of 554 ~ 39.89%
G 215 of 554 ~ 38.81%
B 118 of 554 ~ 21.3'%

%39.89
%38.81
%21.3

CMYK color model

#DDD776 color CMYK value is (0,3,47,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 46.61%
  • key color value is 13.33%

CMYK: (0,3,47,13)
C0M3Y47K13 (0%, 3%, 47%, 13%)
(0.00 / 0.03 / 0.47 / 0.13)

CMYK percentages

%0
%2.71
%46.61
%13.33

Codes

Color #DDD776 in popluar color models

DD D7 76
RGB 221 215 118
HSL 57° 60.23% 66.47%
HSB/HSV 57° 46.61% 86.67%
CMYK 0.00% 2.71% 46.61%
13.33%

Color #DDD776 in popluar number systems.

HEX DD D7 76
Decimal 221 215 118
Binary 11011101 11010111 1110110
Octal 335 327 166

Shades and tints

Shades of #DDD776

#DDD776
(221,215,118)
#C9C46C
(201,196,108)
#B5B162
(181,177,98)
#A19E58
(161,158,88)
#8D8B4E
(141,139,78)
#797844
(121,120,68)
#65653A
(101,101,58)
#515230
(81,82,48)
#3D3F26
(61,63,38)
#292C1C
(41,44,28)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #DDD776

#DDD776
(221,215,118)
#E0DA82
(224,218,130)
#E3DD8E
(227,221,142)
#E6E09A
(230,224,154)
#E9E3A6
(233,227,166)
#ECE6B2
(236,230,178)
#EFE9BE
(239,233,190)
#F2ECCA
(242,236,202)
#F5EFD6
(245,239,214)
#F8F2E2
(248,242,226)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD776 color. Also use rgb(221,215,118) instead hex code.

Text Font Color

.myTextColor { color: #DDD776; }

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

This text font color is #DDD776.

Background Color

.myBgColor { background-color: #DDD776; }

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

This div background color is #DDD776.

Border color

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

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

This div border color is #DDD776.

Opacity

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

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

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

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

This text has shadow with #DDD776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD776.

Preview

Color preview on black background

This text has color #DDD776 on black background.


Color preview on white background

This text has color #DDD776 on white background.


Black color preview on #DDD776 background

This text has black color on #DDD776 background.


White color preview on #DDD776 background

This text has white color on #DDD776 background.


Related colors

Complementary color

Complementary color for #hex is #222889.


I love getcolorcode.com

Triadic colors

1 #76DDD7 and #D776DD with #DDD776 are triadic colors.

2 #76D7DD and #D7DD76 with #DDD776 are triadic colors.