COLOR #DDAF95

HEX: #DDAF95
RGB: (221,175,149)

Color info

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

RGB color model

#DDAF95 color RGB value is (221,175,149).

  • red value is 221;
  • green value is 175;
  • blue value is 149.
RGB:
(221,175,149)
(87%,69%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 149 of 255 = 58%

221
175
149

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

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 149 = 545 (100%)
R 221 of 545 ~ 40.55%
G 175 of 545 ~ 32.11%
B 149 of 545 ~ 27.34%

%40.55
%32.11
%27.34

CMYK color model

#DDAF95 color CMYK value is (0,21,33,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK:
(0,21,33,13)
C0M21Y33K13 
(0%,21%,33%,13%)
(0.00/0.21/0.33/0.13)	

CMYK percentages

%0
%20.81
%32.58
%13.33

Codes

Color #DDAF95 in popluar color models

DDAF95
RGB221175149
HSL22°51.43%72.55%
HSB/HSV22°32.58%86.67%
CMYK0.00%20.81%32.58%
13.33%

Color #DDAF95 in popluar number systems.

HEXDDAF95
Decimal221175149
Binary110111011010111110010101
Octal335257225

Shades and tints

Shades of #DDAF95

#DDAF95
(221,175,149)
#C9A088
(201,160,136)
#B5917B
(181,145,123)
#A1826E
(161,130,110)
#8D7361
(141,115,97)
#796454
(121,100,84)
#655547
(101,85,71)
#51463A
(81,70,58)
#3D372D
(61,55,45)
#292820
(41,40,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDAF95

#DDAF95
(221,175,149)
#E0B69E
(224,182,158)
#E3BDA7
(227,189,167)
#E6C4B0
(230,196,176)
#E9CBB9
(233,203,185)
#ECD2C2
(236,210,194)
#EFD9CB
(239,217,203)
#F2E0D4
(242,224,212)
#F5E7DD
(245,231,221)
#F8EEE6
(248,238,230)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAF95 color. Also use rgb(221,175,149) instead hex code.

Text Font Color

.myTextColor { color: #DDAF95; }

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

This text font color is #DDAF95.


Background Color

.myBgColor { background-color: #DDAF95; }

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

This div background color is #DDAF95.


Border color

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

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

This div border color is #DDAF95.


Opacity

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

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

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

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

This text has shadow with #DDAF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAF95 on black background.


Color preview on white background

This text has color #DDAF95 on white background.



Black color preview on #DDAF95 background

This text has black color on #DDAF95 background.


White color preview on #DDAF95 background

This text has white color on #DDAF95 background.