COLOR #DFAE9A

HEX: #DFAE9A RGB: (223,174,154)

Color info

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

RGB color model

#DFAE9A color RGB value is (223,174,154).

RGB: (223,174,154) (87%, 68%, 60%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 154 of 255 = 60%

223
174
154

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

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 154 = 551 (100%)
R 223 of 551 ~ 40.47%
G 174 of 551 ~ 31.58%
B 154 of 551 ~ 27.95'%

%40.47
%31.58
%27.95

CMYK color model

#DFAE9A color CMYK value is (0,22,31,13).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 30.94%
  • key color value is 12.55%

CMYK: (0,22,31,13)
C0M22Y31K13 (0%, 22%, 31%, 13%)
(0.00 / 0.22 / 0.31 / 0.13)

CMYK percentages

%0
%21.97
%30.94
%12.55

Codes

Color #DFAE9A in popluar color models

DF AE 9A
RGB 223 174 154
HSL 17° 51.88% 73.92%
HSB/HSV 17° 30.94% 87.45%
CMYK 0.00% 21.97% 30.94%
12.55%

Color #DFAE9A in popluar number systems.

HEX DF AE 9A
Decimal 223 174 154
Binary 11011111 10101110 10011010
Octal 337 256 232

Shades and tints

Shades of #DFAE9A

#DFAE9A
(223,174,154)
#CB9F8C
(203,159,140)
#B7907E
(183,144,126)
#A38170
(163,129,112)
#8F7262
(143,114,98)
#7B6354
(123,99,84)
#675446
(103,84,70)
#534538
(83,69,56)
#3F362A
(63,54,42)
#2B271C
(43,39,28)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #DFAE9A

#DFAE9A
(223,174,154)
#E1B5A3
(225,181,163)
#E3BCAC
(227,188,172)
#E5C3B5
(229,195,181)
#E7CABE
(231,202,190)
#E9D1C7
(233,209,199)
#EBD8D0
(235,216,208)
#EDDFD9
(237,223,217)
#EFE6E2
(239,230,226)
#F1EDEB
(241,237,235)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAE9A color. Also use rgb(223,174,154) instead hex code.

Text Font Color

.myTextColor { color: #DFAE9A; }

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

This text font color is #DFAE9A.

Background Color

.myBgColor { background-color: #DFAE9A; }

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

This div background color is #DFAE9A.

Border color

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

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

This div border color is #DFAE9A.

Opacity

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

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

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

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

This text has shadow with #DFAE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAE9A.

Preview

Color preview on black background

This text has color #DFAE9A on black background.


Color preview on white background

This text has color #DFAE9A on white background.


Black color preview on #DFAE9A background

This text has black color on #DFAE9A background.


White color preview on #DFAE9A background

This text has white color on #DFAE9A background.


Related colors

Complementary color

Complementary color for #hex is #205165.


I love getcolorcode.com

Triadic colors

1 #9ADFAE and #AE9ADF with #DFAE9A are triadic colors.

2 #9AAEDF and #AEDF9A with #DFAE9A are triadic colors.