COLOR #DDB797

HEX: #DDB797 RGB: (221,183,151)

Color info

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

RGB color model

#DDB797 color RGB value is (221,183,151).

RGB: (221,183,151) (87%, 72%, 59%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 151 of 255 = 59%

221
183
151

R + G + B ~ 73%. #DDB797 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 183 + 151 = 555 (100%)
R 221 of 555 ~ 39.82%
G 183 of 555 ~ 32.97%
B 151 of 555 ~ 27.21'%

%39.82
%32.97
%27.21

CMYK color model

#DDB797 color CMYK value is (0,17,32,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 31.67%
  • key color value is 13.33%

CMYK: (0,17,32,13)
C0M17Y32K13 (0%, 17%, 32%, 13%)
(0.00 / 0.17 / 0.32 / 0.13)

CMYK percentages

%0
%17.19
%31.67
%13.33

Codes

Color #DDB797 in popluar color models

DD B7 97
RGB 221 183 151
HSL 27° 50.72% 72.94%
HSB/HSV 27° 31.67% 86.67%
CMYK 0.00% 17.19% 31.67%
13.33%

Color #DDB797 in popluar number systems.

HEX DD B7 97
Decimal 221 183 151
Binary 11011101 10110111 10010111
Octal 335 267 227

Shades and tints

Shades of #DDB797

#DDB797
(221,183,151)
#C9A78A
(201,167,138)
#B5977D
(181,151,125)
#A18770
(161,135,112)
#8D7763
(141,119,99)
#796756
(121,103,86)
#655749
(101,87,73)
#51473C
(81,71,60)
#3D372F
(61,55,47)
#292722
(41,39,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDB797

#DDB797
(221,183,151)
#E0BDA0
(224,189,160)
#E3C3A9
(227,195,169)
#E6C9B2
(230,201,178)
#E9CFBB
(233,207,187)
#ECD5C4
(236,213,196)
#EFDBCD
(239,219,205)
#F2E1D6
(242,225,214)
#F5E7DF
(245,231,223)
#F8EDE8
(248,237,232)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB797; }

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

This text font color is #DDB797.

Background Color

.myBgColor { background-color: #DDB797; }

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

This div background color is #DDB797.

Border color

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

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

This div border color is #DDB797.

Opacity

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

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

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

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

This text has shadow with #DDB797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB797.

Preview

Color preview on black background

This text has color #DDB797 on black background.


Color preview on white background

This text has color #DDB797 on white background.


Black color preview on #DDB797 background

This text has black color on #DDB797 background.


White color preview on #DDB797 background

This text has white color on #DDB797 background.


Related colors

Complementary color

Complementary color for #hex is #224868.


I love getcolorcode.com

Triadic colors

1 #97DDB7 and #B797DD with #DDB797 are triadic colors.

2 #97B7DD and #B7DD97 with #DDB797 are triadic colors.