COLOR #DDC997

HEX: #DDC997
RGB: (221,201,151)

Color info

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

RGB color model

#DDC997 color RGB value is (221,201,151).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 151 of 255 = 59%

221
201
151

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 151 = 573 (100%)
R 221 of 573 ~ 38.57%
G 201 of 573 ~ 35.08%
B 151 of 573 ~ 26.35%

%38.57
%35.08
%26.35

CMYK color model

#DDC997 color CMYK value is (0,9,32,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 31.67%
  • key color value is 13.33%
CMYK:
(0,9,32,13)
C0M9Y32K13 
(0%,9%,32%,13%)
(0.00/0.09/0.32/0.13)	

CMYK percentages

%0
%9.05
%31.67
%13.33

Codes

Color #DDC997 in popluar color models

DDC997
RGB221201151
HSL43°50.72%72.94%
HSB/HSV43°31.67%86.67%
CMYK0.00%9.05%31.67%
13.33%

Color #DDC997 in popluar number systems.

HEXDDC997
Decimal221201151
Binary110111011100100110010111
Octal335311227

Shades and tints

Shades of #DDC997

#DDC997
(221,201,151)
#C9B78A
(201,183,138)
#B5A57D
(181,165,125)
#A19370
(161,147,112)
#8D8163
(141,129,99)
#796F56
(121,111,86)
#655D49
(101,93,73)
#514B3C
(81,75,60)
#3D392F
(61,57,47)
#292722
(41,39,34)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDC997

#DDC997
(221,201,151)
#E0CDA0
(224,205,160)
#E3D1A9
(227,209,169)
#E6D5B2
(230,213,178)
#E9D9BB
(233,217,187)
#ECDDC4
(236,221,196)
#EFE1CD
(239,225,205)
#F2E5D6
(242,229,214)
#F5E9DF
(245,233,223)
#F8EDE8
(248,237,232)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC997; }

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

This text font color is #DDC997.


Background Color

.myBgColor { background-color: #DDC997; }

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

This div background color is #DDC997.


Border color

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

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

This div border color is #DDC997.


Opacity

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

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

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

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

This text has shadow with #DDC997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC997 on black background.


Color preview on white background

This text has color #DDC997 on white background.



Black color preview on #DDC997 background

This text has black color on #DDC997 background.


White color preview on #DDC997 background

This text has white color on #DDC997 background.