COLOR #DDBC84

HEX: #DDBC84
RGB: (221,188,132)

Color info

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

RGB color model

#DDBC84 color RGB value is (221,188,132).

  • red value is 221;
  • green value is 188;
  • blue value is 132.
RGB:
(221,188,132)
(87%,74%,52%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 132 of 255 = 52%

221
188
132

R + G + B ~ 71%. #DDBC84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 132 = 541 (100%)
R 221 of 541 ~ 40.85%
G 188 of 541 ~ 34.75%
B 132 of 541 ~ 24.4%

%40.85
%34.75
%24.4

CMYK color model

#DDBC84 color CMYK value is (0,15,40,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 40.27%
  • key color value is 13.33%
CMYK:
(0,15,40,13)
C0M15Y40K13 
(0%,15%,40%,13%)
(0.00/0.15/0.40/0.13)	

CMYK percentages

%0
%14.93
%40.27
%13.33

Codes

Color #DDBC84 in popluar color models

DDBC84
RGB221188132
HSL38°56.69%69.22%
HSB/HSV38°40.27%86.67%
CMYK0.00%14.93%40.27%
13.33%

Color #DDBC84 in popluar number systems.

HEXDDBC84
Decimal221188132
Binary110111011011110010000100
Octal335274204

Shades and tints

Shades of #DDBC84

#DDBC84
(221,188,132)
#C9AB78
(201,171,120)
#B59A6C
(181,154,108)
#A18960
(161,137,96)
#8D7854
(141,120,84)
#796748
(121,103,72)
#65563C
(101,86,60)
#514530
(81,69,48)
#3D3424
(61,52,36)
#292318
(41,35,24)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #DDBC84

#DDBC84
(221,188,132)
#E0C28F
(224,194,143)
#E3C89A
(227,200,154)
#E6CEA5
(230,206,165)
#E9D4B0
(233,212,176)
#ECDABB
(236,218,187)
#EFE0C6
(239,224,198)
#F2E6D1
(242,230,209)
#F5ECDC
(245,236,220)
#F8F2E7
(248,242,231)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBC84; }

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

This text font color is #DDBC84.


Background Color

.myBgColor { background-color: #DDBC84; }

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

This div background color is #DDBC84.


Border color

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

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

This div border color is #DDBC84.


Opacity

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

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

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

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

This text has shadow with #DDBC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBC84 on black background.


Color preview on white background

This text has color #DDBC84 on white background.



Black color preview on #DDBC84 background

This text has black color on #DDBC84 background.


White color preview on #DDBC84 background

This text has white color on #DDBC84 background.