COLOR #DDB992

HEX: #DDB992
RGB: (221,185,146)

Color info

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

RGB color model

#DDB992 color RGB value is (221,185,146).

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

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 146 of 255 = 57%

221
185
146

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

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 146 = 552 (100%)
R 221 of 552 ~ 40.04%
G 185 of 552 ~ 33.51%
B 146 of 552 ~ 26.45%

%40.04
%33.51
%26.45

CMYK color model

#DDB992 color CMYK value is (0,16,34,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(0,16,34,13)
C0M16Y34K13 
(0%,16%,34%,13%)
(0.00/0.16/0.34/0.13)	

CMYK percentages

%0
%16.29
%33.94
%13.33

Codes

Color #DDB992 in popluar color models

DDB992
RGB221185146
HSL31°52.45%71.96%
HSB/HSV31°33.94%86.67%
CMYK0.00%16.29%33.94%
13.33%

Color #DDB992 in popluar number systems.

HEXDDB992
Decimal221185146
Binary110111011011100110010010
Octal335271222

Shades and tints

Shades of #DDB992

#DDB992
(221,185,146)
#C9A985
(201,169,133)
#B59978
(181,153,120)
#A1896B
(161,137,107)
#8D795E
(141,121,94)
#796951
(121,105,81)
#655944
(101,89,68)
#514937
(81,73,55)
#3D392A
(61,57,42)
#29291D
(41,41,29)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #DDB992

#DDB992
(221,185,146)
#E0BF9B
(224,191,155)
#E3C5A4
(227,197,164)
#E6CBAD
(230,203,173)
#E9D1B6
(233,209,182)
#ECD7BF
(236,215,191)
#EFDDC8
(239,221,200)
#F2E3D1
(242,227,209)
#F5E9DA
(245,233,218)
#F8EFE3
(248,239,227)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB992; }

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

This text font color is #DDB992.


Background Color

.myBgColor { background-color: #DDB992; }

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

This div background color is #DDB992.


Border color

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

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

This div border color is #DDB992.


Opacity

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

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

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

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

This text has shadow with #DDB992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB992 on black background.


Color preview on white background

This text has color #DDB992 on white background.



Black color preview on #DDB992 background

This text has black color on #DDB992 background.


White color preview on #DDB992 background

This text has white color on #DDB992 background.