COLOR #DDAB92

HEX: #DDAB92
RGB: (221,171,146)

Color info

#DDAB92 contains mainly red and green colors. Web safe color of #DDAB92 is #CC9999 (or #C99).

RGB color model

#DDAB92 color RGB value is (221,171,146).

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

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 146 of 255 = 57%

221
171
146

R + G + B ~ 70%. #DDAB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 146 = 538 (100%)
R 221 of 538 ~ 41.08%
G 171 of 538 ~ 31.78%
B 146 of 538 ~ 27.14%

%41.08
%31.78
%27.14

CMYK color model

#DDAB92 color CMYK value is (0,23,34,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK: (0,23,34,13) C0M23Y34K13 (0%,23%,34%,13%) (0.00/0.23/0.34/0.13)

CMYK percentages

%0
%22.62
%33.94
%13.33

Codes

Color #DDAB92 in popluar color models

DDAB92
RGB221171146
HSL20°52.45%71.96%
HSB/HSV20°33.94%86.67%
CMYK0.00%22.62%33.94%
13.33%

Color #DDAB92 in popluar number systems.

HEXDDAB92
Decimal221171146
Binary110111011010101110010010
Octal335253222

Shades and tints

Shades of #DDAB92

#DDAB92
(221,171,146)
#C99C85
(201,156,133)
#B58D78
(181,141,120)
#A17E6B
(161,126,107)
#8D6F5E
(141,111,94)
#796051
(121,96,81)
#655144
(101,81,68)
#514237
(81,66,55)
#3D332A
(61,51,42)
#29241D
(41,36,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #DDAB92

#DDAB92
(221,171,146)
#E0B29B
(224,178,155)
#E3B9A4
(227,185,164)
#E6C0AD
(230,192,173)
#E9C7B6
(233,199,182)
#ECCEBF
(236,206,191)
#EFD5C8
(239,213,200)
#F2DCD1
(242,220,209)
#F5E3DA
(245,227,218)
#F8EAE3
(248,234,227)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAB92; }

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

This text font color is #DDAB92.


Background Color

.myBgColor { background-color: #DDAB92; }

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

This div background color is #DDAB92.


Border color

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

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

This div border color is #DDAB92.


Opacity

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

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

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

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

This text has shadow with #DDAB92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDAB92 on black background.


Color preview on white background

This text has color #DDAB92 on white background.



Black color preview on #DDAB92 background

This text has black color on #DDAB92 background.


White color preview on #DDAB92 background

This text has white color on #DDAB92 background.