COLOR #DDAF99

HEX: #DDAF99 RGB: (221,175,153)

Color info

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

RGB color model

#DDAF99 color RGB value is (221,175,153).

RGB: (221,175,153) (87%, 69%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 153 of 255 = 60%

221
175
153

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

Portions of RGB colors in percentages

R + G + B = 221 + 175 + 153 = 549 (100%)
R 221 of 549 ~ 40.26%
G 175 of 549 ~ 31.88%
B 153 of 549 ~ 27.87'%

%40.26
%31.88
%27.87

CMYK color model

#DDAF99 color CMYK value is (0,21,31,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK: (0,21,31,13) C0M21Y31K13 (0%,21%,31%,13%) (0.00/0.21/0.31/0.13) 

CMYK percentages

%0
%20.81
%30.77
%13.33

Codes

Color #DDAF99 in popluar color models

DD AF 99
RGB 221 175 153
HSL 19° 50.00% 73.33%
HSB/HSV 19° 30.77% 86.67%
CMYK 0.00% 20.81% 30.77%
13.33%

Color #DDAF99 in popluar number systems.

HEX DD AF 99
Decimal 221 175 153
Binary 11011101 10101111 10011001
Octal 335 257 231

Shades and tints

Shades of #DDAF99

#DDAF99
(221,175,153)
#C9A08C
(201,160,140)
#B5917F
(181,145,127)
#A18272
(161,130,114)
#8D7365
(141,115,101)
#796458
(121,100,88)
#65554B
(101,85,75)
#51463E
(81,70,62)
#3D3731
(61,55,49)
#292824
(41,40,36)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDAF99

#DDAF99
(221,175,153)
#E0B6A2
(224,182,162)
#E3BDAB
(227,189,171)
#E6C4B4
(230,196,180)
#E9CBBD
(233,203,189)
#ECD2C6
(236,210,198)
#EFD9CF
(239,217,207)
#F2E0D8
(242,224,216)
#F5E7E1
(245,231,225)
#F8EEEA
(248,238,234)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAF99; }

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

This text font color is #DDAF99.

Background Color

.myBgColor { background-color: #DDAF99; }

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

This div background color is #DDAF99.

Border color

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

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

This div border color is #DDAF99.

Opacity

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

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

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

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

This text has shadow with #DDAF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAF99.

Preview

Color preview on black background

This text has color #DDAF99 on black background.


Color preview on white background

This text has color #DDAF99 on white background.


Black color preview on #DDAF99 background

This text has black color on #DDAF99 background.


White color preview on #DDAF99 background

This text has white color on #DDAF99 background.


Related colors

Complementary color

Complementary color for #hex is #225066.


I love getcolorcode.com

Triadic colors

1 #99DDAF and #AF99DD with #DDAF99 are triadic colors.

2 #99AFDD and #AFDD99 with #DDAF99 are triadic colors.