COLOR #DDB492

HEX: #DDB492
RGB: (221,180,146)

Color info

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

RGB color model

#DDB492 color RGB value is (221,180,146).

  • red value is 221;
  • green value is 180;
  • blue value is 146.
RGB:
(221,180,146)
(87%,71%,57%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 146 of 255 = 57%

221
180
146

R + G + B ~ 72%. #DDB492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 146 = 547 (100%)
R 221 of 547 ~ 40.4%
G 180 of 547 ~ 32.91%
B 146 of 547 ~ 26.69%

%40.4
%32.91
%26.69

CMYK color model

#DDB492 color CMYK value is (0,19,34,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(0,19,34,13)
C0M19Y34K13 
(0%,19%,34%,13%)
(0.00/0.19/0.34/0.13)	

CMYK percentages

%0
%18.55
%33.94
%13.33

Codes

Color #DDB492 in popluar color models

DDB492
RGB221180146
HSL27°52.45%71.96%
HSB/HSV27°33.94%86.67%
CMYK0.00%18.55%33.94%
13.33%

Color #DDB492 in popluar number systems.

HEXDDB492
Decimal221180146
Binary110111011011010010010010
Octal335264222

Shades and tints

Shades of #DDB492

#DDB492
(221,180,146)
#C9A485
(201,164,133)
#B59478
(181,148,120)
#A1846B
(161,132,107)
#8D745E
(141,116,94)
#796451
(121,100,81)
#655444
(101,84,68)
#514437
(81,68,55)
#3D342A
(61,52,42)
#29241D
(41,36,29)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #DDB492

#DDB492
(221,180,146)
#E0BA9B
(224,186,155)
#E3C0A4
(227,192,164)
#E6C6AD
(230,198,173)
#E9CCB6
(233,204,182)
#ECD2BF
(236,210,191)
#EFD8C8
(239,216,200)
#F2DED1
(242,222,209)
#F5E4DA
(245,228,218)
#F8EAE3
(248,234,227)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB492 color. Also use rgb(221,180,146) instead hex code.

Text Font Color

.myTextColor { color: #DDB492; }

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

This text font color is #DDB492.


Background Color

.myBgColor { background-color: #DDB492; }

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

This div background color is #DDB492.


Border color

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

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

This div border color is #DDB492.


Opacity

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

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

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

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

This text has shadow with #DDB492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB492 on black background.


Color preview on white background

This text has color #DDB492 on white background.



Black color preview on #DDB492 background

This text has black color on #DDB492 background.


White color preview on #DDB492 background

This text has white color on #DDB492 background.