COLOR #DDBC97

HEX: #DDBC97 RGB: (221,188,151)

Color info

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

RGB color model

#DDBC97 color RGB value is (221,188,151).

RGB: (221,188,151) (87%, 74%, 59%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 151 of 255 = 59%

221
188
151

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

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 151 = 560 (100%)
R 221 of 560 ~ 39.46%
G 188 of 560 ~ 33.57%
B 151 of 560 ~ 26.96'%

%39.46
%33.57
%26.96

CMYK color model

#DDBC97 color CMYK value is (0,15,32,13).

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

CMYK: (0,15,32,13)
C0M15Y32K13 (0%, 15%, 32%, 13%)
(0.00 / 0.15 / 0.32 / 0.13)

CMYK percentages

%0
%14.93
%31.67
%13.33

Codes

Color #DDBC97 in popluar color models

DD BC 97
RGB 221 188 151
HSL 32° 50.72% 72.94%
HSB/HSV 32° 31.67% 86.67%
CMYK 0.00% 14.93% 31.67%
13.33%

Color #DDBC97 in popluar number systems.

HEX DD BC 97
Decimal 221 188 151
Binary 11011101 10111100 10010111
Octal 335 274 227

Shades and tints

Shades of #DDBC97

#DDBC97
(221,188,151)
#C9AB8A
(201,171,138)
#B59A7D
(181,154,125)
#A18970
(161,137,112)
#8D7863
(141,120,99)
#796756
(121,103,86)
#655649
(101,86,73)
#51453C
(81,69,60)
#3D342F
(61,52,47)
#292322
(41,35,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #DDBC97

#DDBC97
(221,188,151)
#E0C2A0
(224,194,160)
#E3C8A9
(227,200,169)
#E6CEB2
(230,206,178)
#E9D4BB
(233,212,187)
#ECDAC4
(236,218,196)
#EFE0CD
(239,224,205)
#F2E6D6
(242,230,214)
#F5ECDF
(245,236,223)
#F8F2E8
(248,242,232)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBC97; }

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

This text font color is #DDBC97.

Background Color

.myBgColor { background-color: #DDBC97; }

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

This div background color is #DDBC97.

Border color

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

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

This div border color is #DDBC97.

Opacity

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

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

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

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

This text has shadow with #DDBC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBC97.

Preview

Color preview on black background

This text has color #DDBC97 on black background.


Color preview on white background

This text has color #DDBC97 on white background.


Black color preview on #DDBC97 background

This text has black color on #DDBC97 background.


White color preview on #DDBC97 background

This text has white color on #DDBC97 background.


Related colors

Complementary color

Complementary color for #hex is #224368.


I love getcolorcode.com

Triadic colors

1 #97DDBC and #BC97DD with #DDBC97 are triadic colors.

2 #97BCDD and #BCDD97 with #DDBC97 are triadic colors.