COLOR #DFA685

HEX: #DFA685 RGB: (223,166,133)

Color info

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

RGB color model

#DFA685 color RGB value is (223,166,133).

RGB: (223,166,133) (87%, 65%, 52%)

RGB channels and saturation

R 223 of 255 = 87%
G 166 of 255 = 65%
B 133 of 255 = 52%

223
166
133

R + G + B ~ 68%. #DFA685 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 166 + 133 = 522 (100%)
R 223 of 522 ~ 42.72%
G 166 of 522 ~ 31.8%
B 133 of 522 ~ 25.48'%

%42.72
%31.8
%25.48

CMYK color model

#DFA685 color CMYK value is (0,26,40,13).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 40.36%
  • key color value is 12.55%
CMYK: (0,26,40,13) C0M26Y40K13 (0%,26%,40%,13%) (0.00/0.26/0.40/0.13) 

CMYK percentages

%0
%25.56
%40.36
%12.55

Codes

Color #DFA685 in popluar color models

DF A6 85
RGB 223 166 133
HSL 22° 58.44% 69.80%
HSB/HSV 22° 40.36% 87.45%
CMYK 0.00% 25.56% 40.36%
12.55%

Color #DFA685 in popluar number systems.

HEX DF A6 85
Decimal 223 166 133
Binary 11011111 10100110 10000101
Octal 337 246 205

Shades and tints

Shades of #DFA685

#DFA685
(223,166,133)
#CB9779
(203,151,121)
#B7886D
(183,136,109)
#A37961
(163,121,97)
#8F6A55
(143,106,85)
#7B5B49
(123,91,73)
#674C3D
(103,76,61)
#533D31
(83,61,49)
#3F2E25
(63,46,37)
#2B1F19
(43,31,25)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #DFA685

#DFA685
(223,166,133)
#E1AE90
(225,174,144)
#E3B69B
(227,182,155)
#E5BEA6
(229,190,166)
#E7C6B1
(231,198,177)
#E9CEBC
(233,206,188)
#EBD6C7
(235,214,199)
#EDDED2
(237,222,210)
#EFE6DD
(239,230,221)
#F1EEE8
(241,238,232)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA685 color. Also use rgb(223,166,133) instead hex code.

Text Font Color

.myTextColor { color: #DFA685; }

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

This text font color is #DFA685.

Background Color

.myBgColor { background-color: #DFA685; }

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

This div background color is #DFA685.

Border color

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

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

This div border color is #DFA685.

Opacity

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

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

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

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

This text has shadow with #DFA685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA685.

Preview

Color preview on black background

This text has color #DFA685 on black background.


Color preview on white background

This text has color #DFA685 on white background.


Black color preview on #DFA685 background

This text has black color on #DFA685 background.


White color preview on #DFA685 background

This text has white color on #DFA685 background.


Related colors

Complementary color

Complementary color for #hex is #20597A.


I love getcolorcode.com

Triadic colors

1 #85DFA6 and #A685DF with #DFA685 are triadic colors.

2 #85A6DF and #A6DF85 with #DFA685 are triadic colors.