COLOR #DDCD97

HEX: #DDCD97
RGB: (221,205,151)

Color info

#DDCD97 contains mainly red and green colors. Web safe color of #DDCD97 is #CCCC99 (or #CC9).

RGB color model

#DDCD97 color RGB value is (221,205,151).

  • red value is 221;
  • green value is 205;
  • blue value is 151.
RGB:
(221,205,151)
(87%,80%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 151 of 255 = 59%

221
205
151

R + G + B ~ 75%. #DDCD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 151 = 577 (100%)
R 221 of 577 ~ 38.3%
G 205 of 577 ~ 35.53%
B 151 of 577 ~ 26.17%

%38.3
%35.53
%26.17

CMYK color model

#DDCD97 color CMYK value is (0,7,32,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 31.67%
  • key color value is 13.33%
CMYK:
(0,7,32,13)
C0M7Y32K13 
(0%,7%,32%,13%)
(0.00/0.07/0.32/0.13)	

CMYK percentages

%0
%7.24
%31.67
%13.33

Codes

Color #DDCD97 in popluar color models

DDCD97
RGB221205151
HSL46°50.72%72.94%
HSB/HSV46°31.67%86.67%
CMYK0.00%7.24%31.67%
13.33%

Color #DDCD97 in popluar number systems.

HEXDDCD97
Decimal221205151
Binary110111011100110110010111
Octal335315227

Shades and tints

Shades of #DDCD97

#DDCD97
(221,205,151)
#C9BB8A
(201,187,138)
#B5A97D
(181,169,125)
#A19770
(161,151,112)
#8D8563
(141,133,99)
#797356
(121,115,86)
#656149
(101,97,73)
#514F3C
(81,79,60)
#3D3D2F
(61,61,47)
#292B22
(41,43,34)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDCD97

#DDCD97
(221,205,151)
#E0D1A0
(224,209,160)
#E3D5A9
(227,213,169)
#E6D9B2
(230,217,178)
#E9DDBB
(233,221,187)
#ECE1C4
(236,225,196)
#EFE5CD
(239,229,205)
#F2E9D6
(242,233,214)
#F5EDDF
(245,237,223)
#F8F1E8
(248,241,232)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCD97 color. Also use rgb(221,205,151) instead hex code.

Text Font Color

.myTextColor { color: #DDCD97; }

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

This text font color is #DDCD97.


Background Color

.myBgColor { background-color: #DDCD97; }

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

This div background color is #DDCD97.


Border color

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

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

This div border color is #DDCD97.


Opacity

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

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

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

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

This text has shadow with #DDCD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCD97 on black background.


Color preview on white background

This text has color #DDCD97 on white background.



Black color preview on #DDCD97 background

This text has black color on #DDCD97 background.


White color preview on #DDCD97 background

This text has white color on #DDCD97 background.