COLOR #DDCC71

HEX: #DDCC71
RGB: (221,204,113)

Color info

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

RGB color model

#DDCC71 color RGB value is (221,204,113).

  • red value is 221;
  • green value is 204;
  • blue value is 113.
RGB:
(221,204,113)
(87%,80%,44%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 113 of 255 = 44%

221
204
113

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 113 = 538 (100%)
R 221 of 538 ~ 41.08%
G 204 of 538 ~ 37.92%
B 113 of 538 ~ 21%

%41.08
%37.92
%21

CMYK color model

#DDCC71 color CMYK value is (0,8,49,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 48.87%
  • key color value is 13.33%
CMYK:
(0,8,49,13)
C0M8Y49K13 
(0%,8%,49%,13%)
(0.00/0.08/0.49/0.13)	

CMYK percentages

%0
%7.69
%48.87
%13.33

Codes

Color #DDCC71 in popluar color models

DDCC71
RGB221204113
HSL51°61.36%65.49%
HSB/HSV51°48.87%86.67%
CMYK0.00%7.69%48.87%
13.33%

Color #DDCC71 in popluar number systems.

HEXDDCC71
Decimal221204113
Binary11011101110011001110001
Octal335314161

Shades and tints

Shades of #DDCC71

#DDCC71
(221,204,113)
#C9BA67
(201,186,103)
#B5A85D
(181,168,93)
#A19653
(161,150,83)
#8D8449
(141,132,73)
#79723F
(121,114,63)
#656035
(101,96,53)
#514E2B
(81,78,43)
#3D3C21
(61,60,33)
#292A17
(41,42,23)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #DDCC71

#DDCC71
(221,204,113)
#E0D07D
(224,208,125)
#E3D489
(227,212,137)
#E6D895
(230,216,149)
#E9DCA1
(233,220,161)
#ECE0AD
(236,224,173)
#EFE4B9
(239,228,185)
#F2E8C5
(242,232,197)
#F5ECD1
(245,236,209)
#F8F0DD
(248,240,221)
#FBF4E9
(251,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCC71 color. Also use rgb(221,204,113) instead hex code.

Text Font Color

.myTextColor { color: #DDCC71; }

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

This text font color is #DDCC71.


Background Color

.myBgColor { background-color: #DDCC71; }

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

This div background color is #DDCC71.


Border color

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

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

This div border color is #DDCC71.


Opacity

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

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

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

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

This text has shadow with #DDCC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCC71 on black background.


Color preview on white background

This text has color #DDCC71 on white background.



Black color preview on #DDCC71 background

This text has black color on #DDCC71 background.


White color preview on #DDCC71 background

This text has white color on #DDCC71 background.