COLOR #DFAF8E

HEX: #DFAF8E
RGB: (223,175,142)

Color info

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

RGB color model

#DFAF8E color RGB value is (223,175,142).

  • red value is 223;
  • green value is 175;
  • blue value is 142.
RGB:
(223,175,142)
(87%,69%,56%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 142 of 255 = 56%

223
175
142

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

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 142 = 540 (100%)
R 223 of 540 ~ 41.3%
G 175 of 540 ~ 32.41%
B 142 of 540 ~ 26.3%

%41.3
%32.41
%26.3

CMYK color model

#DFAF8E color CMYK value is (0,22,36,13).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 36.32%
  • key color value is 12.55%
CMYK:
(0,22,36,13)
C0M22Y36K13 
(0%,22%,36%,13%)
(0.00/0.22/0.36/0.13)	

CMYK percentages

%0
%21.52
%36.32
%12.55

Codes

Color #DFAF8E in popluar color models

DFAF8E
RGB223175142
HSL24°55.86%71.57%
HSB/HSV24°36.32%87.45%
CMYK0.00%21.52%36.32%
12.55%

Color #DFAF8E in popluar number systems.

HEXDFAF8E
Decimal223175142
Binary110111111010111110001110
Octal337257216

Shades and tints

Shades of #DFAF8E

#DFAF8E
(223,175,142)
#CBA082
(203,160,130)
#B79176
(183,145,118)
#A3826A
(163,130,106)
#8F735E
(143,115,94)
#7B6452
(123,100,82)
#675546
(103,85,70)
#53463A
(83,70,58)
#3F372E
(63,55,46)
#2B2822
(43,40,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFAF8E

#DFAF8E
(223,175,142)
#E1B698
(225,182,152)
#E3BDA2
(227,189,162)
#E5C4AC
(229,196,172)
#E7CBB6
(231,203,182)
#E9D2C0
(233,210,192)
#EBD9CA
(235,217,202)
#EDE0D4
(237,224,212)
#EFE7DE
(239,231,222)
#F1EEE8
(241,238,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAF8E color. Also use rgb(223,175,142) instead hex code.

Text Font Color

.myTextColor { color: #DFAF8E; }

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

This text font color is #DFAF8E.


Background Color

.myBgColor { background-color: #DFAF8E; }

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

This div background color is #DFAF8E.


Border color

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

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

This div border color is #DFAF8E.


Opacity

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

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

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

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

This text has shadow with #DFAF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAF8E on black background.


Color preview on white background

This text has color #DFAF8E on white background.



Black color preview on #DFAF8E background

This text has black color on #DFAF8E background.


White color preview on #DFAF8E background

This text has white color on #DFAF8E background.