COLOR #DDC479

HEX: #DDC479
RGB: (221,196,121)

Color info

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

RGB color model

#DDC479 color RGB value is (221,196,121).

  • red value is 221;
  • green value is 196;
  • blue value is 121.
RGB:
(221,196,121)
(87%,77%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 121 of 255 = 47%

221
196
121

R + G + B ~ 70%. #DDC479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 196 + 121 = 538 (100%)
R 221 of 538 ~ 41.08%
G 196 of 538 ~ 36.43%
B 121 of 538 ~ 22.49%

%41.08
%36.43
%22.49

CMYK color model

#DDC479 color CMYK value is (0,11,45,13).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 45.25%
  • key color value is 13.33%
CMYK:
(0,11,45,13)
C0M11Y45K13 
(0%,11%,45%,13%)
(0.00/0.11/0.45/0.13)	

CMYK percentages

%0
%11.31
%45.25
%13.33

Codes

Color #DDC479 in popluar color models

DDC479
RGB221196121
HSL45°59.52%67.06%
HSB/HSV45°45.25%86.67%
CMYK0.00%11.31%45.25%
13.33%

Color #DDC479 in popluar number systems.

HEXDDC479
Decimal221196121
Binary11011101110001001111001
Octal335304171

Shades and tints

Shades of #DDC479

#DDC479
(221,196,121)
#C9B36E
(201,179,110)
#B5A263
(181,162,99)
#A19158
(161,145,88)
#8D804D
(141,128,77)
#796F42
(121,111,66)
#655E37
(101,94,55)
#514D2C
(81,77,44)
#3D3C21
(61,60,33)
#292B16
(41,43,22)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #DDC479

#DDC479
(221,196,121)
#E0C985
(224,201,133)
#E3CE91
(227,206,145)
#E6D39D
(230,211,157)
#E9D8A9
(233,216,169)
#ECDDB5
(236,221,181)
#EFE2C1
(239,226,193)
#F2E7CD
(242,231,205)
#F5ECD9
(245,236,217)
#F8F1E5
(248,241,229)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC479 color. Also use rgb(221,196,121) instead hex code.

Text Font Color

.myTextColor { color: #DDC479; }

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

This text font color is #DDC479.


Background Color

.myBgColor { background-color: #DDC479; }

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

This div background color is #DDC479.


Border color

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

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

This div border color is #DDC479.


Opacity

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

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

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

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

This text has shadow with #DDC479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC479 on black background.


Color preview on white background

This text has color #DDC479 on white background.



Black color preview on #DDC479 background

This text has black color on #DDC479 background.


White color preview on #DDC479 background

This text has white color on #DDC479 background.