COLOR #DDAE98

HEX: #DDAE98 RGB: (221,174,152)

Color info

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

RGB color model

#DDAE98 color RGB value is (221,174,152).

RGB: (221,174,152) (87%, 68%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 152 of 255 = 60%

221
174
152

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

Portions of RGB colors in percentages

R + G + B = 221 + 174 + 152 = 547 (100%)
R 221 of 547 ~ 40.4%
G 174 of 547 ~ 31.81%
B 152 of 547 ~ 27.79'%

%40.4
%31.81
%27.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 31.22%
  • 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
%21.27
%31.22
%13.33

Codes

Color #DDAE98 in popluar color models

DD AE 98
RGB 221 174 152
HSL 19° 50.36% 73.14%
HSB/HSV 19° 31.22% 86.67%
CMYK 0.00% 21.27% 31.22%
13.33%

Color #DDAE98 in popluar number systems.

HEX DD AE 98
Decimal 221 174 152
Binary 11011101 10101110 10011000
Octal 335 256 230

Shades and tints

Shades of #DDAE98

#DDAE98
(221,174,152)
#C99F8B
(201,159,139)
#B5907E
(181,144,126)
#A18171
(161,129,113)
#8D7264
(141,114,100)
#796357
(121,99,87)
#65544A
(101,84,74)
#51453D
(81,69,61)
#3D3630
(61,54,48)
#292723
(41,39,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDAE98

#DDAE98
(221,174,152)
#E0B5A1
(224,181,161)
#E3BCAA
(227,188,170)
#E6C3B3
(230,195,179)
#E9CABC
(233,202,188)
#ECD1C5
(236,209,197)
#EFD8CE
(239,216,206)
#F2DFD7
(242,223,215)
#F5E6E0
(245,230,224)
#F8EDE9
(248,237,233)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAE98 color. Also use rgb(221,174,152) instead hex code.

Text Font Color

.myTextColor { color: #DDAE98; }

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

This text font color is #DDAE98.

Background Color

.myBgColor { background-color: #DDAE98; }

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

This div background color is #DDAE98.

Border color

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

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

This div border color is #DDAE98.

Opacity

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

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

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

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

This text has shadow with #DDAE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAE98.

Preview

Color preview on black background

This text has color #DDAE98 on black background.


Color preview on white background

This text has color #DDAE98 on white background.


Black color preview on #DDAE98 background

This text has black color on #DDAE98 background.


White color preview on #DDAE98 background

This text has white color on #DDAE98 background.


Related colors

Complementary color

Complementary color for #hex is #225167.


I love getcolorcode.com

Triadic colors

1 #98DDAE and #AE98DD with #DDAE98 are triadic colors.

2 #98AEDD and #AEDD98 with #DDAE98 are triadic colors.