COLOR #DDC797

HEX: #DDC797 RGB: (221,199,151)

Color info

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

RGB color model

#DDC797 color RGB value is (221,199,151).

RGB: (221,199,151) (87%, 78%, 59%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 151 of 255 = 59%

221
199
151

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

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 151 = 571 (100%)
R 221 of 571 ~ 38.7%
G 199 of 571 ~ 34.85%
B 151 of 571 ~ 26.44'%

%38.7
%34.85
%26.44

CMYK color model

#DDC797 color CMYK value is (0,10,32,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 31.67%
  • key color value is 13.33%
CMYK: (0,10,32,13) C0M10Y32K13 (0%,10%,32%,13%) (0.00/0.10/0.32/0.13) 

CMYK percentages

%0
%9.95
%31.67
%13.33

Codes

Color #DDC797 in popluar color models

DD C7 97
RGB 221 199 151
HSL 41° 50.72% 72.94%
HSB/HSV 41° 31.67% 86.67%
CMYK 0.00% 9.95% 31.67%
13.33%

Color #DDC797 in popluar number systems.

HEX DD C7 97
Decimal 221 199 151
Binary 11011101 11000111 10010111
Octal 335 307 227

Shades and tints

Shades of #DDC797

#DDC797
(221,199,151)
#C9B58A
(201,181,138)
#B5A37D
(181,163,125)
#A19170
(161,145,112)
#8D7F63
(141,127,99)
#796D56
(121,109,86)
#655B49
(101,91,73)
#51493C
(81,73,60)
#3D372F
(61,55,47)
#292522
(41,37,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DDC797

#DDC797
(221,199,151)
#E0CCA0
(224,204,160)
#E3D1A9
(227,209,169)
#E6D6B2
(230,214,178)
#E9DBBB
(233,219,187)
#ECE0C4
(236,224,196)
#EFE5CD
(239,229,205)
#F2EAD6
(242,234,214)
#F5EFDF
(245,239,223)
#F8F4E8
(248,244,232)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC797; }

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

This text font color is #DDC797.

Background Color

.myBgColor { background-color: #DDC797; }

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

This div background color is #DDC797.

Border color

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

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

This div border color is #DDC797.

Opacity

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

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

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

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

This text has shadow with #DDC797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC797.

Preview

Color preview on black background

This text has color #DDC797 on black background.


Color preview on white background

This text has color #DDC797 on white background.


Black color preview on #DDC797 background

This text has black color on #DDC797 background.


White color preview on #DDC797 background

This text has white color on #DDC797 background.


Related colors

Complementary color

Complementary color for #hex is #223868.


I love getcolorcode.com

Triadic colors

1 #97DDC7 and #C797DD with #DDC797 are triadic colors.

2 #97C7DD and #C7DD97 with #DDC797 are triadic colors.