COLOR #DFAE90

HEX: #DFAE90 RGB: (223,174,144)

Color info

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

RGB color model

#DFAE90 color RGB value is (223,174,144).

RGB: (223,174,144) (87%, 68%, 56%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 144 of 255 = 56%

223
174
144

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

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 144 = 541 (100%)
R 223 of 541 ~ 41.22%
G 174 of 541 ~ 32.16%
B 144 of 541 ~ 26.62'%

%41.22
%32.16
%26.62

CMYK color model

#DFAE90 color CMYK value is (0,22,35,13).

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

CMYK: (0,22,35,13)
C0M22Y35K13 (0%, 22%, 35%, 13%)
(0.00 / 0.22 / 0.35 / 0.13)

CMYK percentages

%0
%21.97
%35.43
%12.55

Codes

Color #DFAE90 in popluar color models

DF AE 90
RGB 223 174 144
HSL 23° 55.24% 71.96%
HSB/HSV 23° 35.43% 87.45%
CMYK 0.00% 21.97% 35.43%
12.55%

Color #DFAE90 in popluar number systems.

HEX DF AE 90
Decimal 223 174 144
Binary 11011111 10101110 10010000
Octal 337 256 220

Shades and tints

Shades of #DFAE90

#DFAE90
(223,174,144)
#CB9F83
(203,159,131)
#B79076
(183,144,118)
#A38169
(163,129,105)
#8F725C
(143,114,92)
#7B634F
(123,99,79)
#675442
(103,84,66)
#534535
(83,69,53)
#3F3628
(63,54,40)
#2B271B
(43,39,27)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #DFAE90

#DFAE90
(223,174,144)
#E1B59A
(225,181,154)
#E3BCA4
(227,188,164)
#E5C3AE
(229,195,174)
#E7CAB8
(231,202,184)
#E9D1C2
(233,209,194)
#EBD8CC
(235,216,204)
#EDDFD6
(237,223,214)
#EFE6E0
(239,230,224)
#F1EDEA
(241,237,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAE90; }

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

This text font color is #DFAE90.

Background Color

.myBgColor { background-color: #DFAE90; }

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

This div background color is #DFAE90.

Border color

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

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

This div border color is #DFAE90.

Opacity

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

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

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

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

This text has shadow with #DFAE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAE90.

Preview

Color preview on black background

This text has color #DFAE90 on black background.


Color preview on white background

This text has color #DFAE90 on white background.


Black color preview on #DFAE90 background

This text has black color on #DFAE90 background.


White color preview on #DFAE90 background

This text has white color on #DFAE90 background.


Related colors

Complementary color

Complementary color for #hex is #20516F.


I love getcolorcode.com

Triadic colors

1 #90DFAE and #AE90DF with #DFAE90 are triadic colors.

2 #90AEDF and #AEDF90 with #DFAE90 are triadic colors.