COLOR #DF9E7D

HEX: #DF9E7D RGB: (223,158,125)

Color info

#DF9E7D contains mainly red color. Web safe color of #DF9E7D is #CC9966 (or #C96).

RGB color model

#DF9E7D color RGB value is (223,158,125).

RGB: (223,158,125) (87%, 62%, 49%)

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 125 of 255 = 49%

223
158
125

R + G + B ~ 66%. #DF9E7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 158 + 125 = 506 (100%)
R 223 of 506 ~ 44.07%
G 158 of 506 ~ 31.23%
B 125 of 506 ~ 24.7'%

%44.07
%31.23
%24.7

CMYK color model

#DF9E7D color CMYK value is (0,29,44,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 43.95%
  • key color value is 12.55%

CMYK: (0,29,44,13)
C0M29Y44K13 (0%, 29%, 44%, 13%)
(0.00 / 0.29 / 0.44 / 0.13)

CMYK percentages

%0
%29.15
%43.95
%12.55

Codes

Color #DF9E7D in popluar color models

DF 9E 7D
RGB 223 158 125
HSL 20° 60.49% 68.24%
HSB/HSV 20° 43.95% 87.45%
CMYK 0.00% 29.15% 43.95%
12.55%

Color #DF9E7D in popluar number systems.

HEX DF 9E 7D
Decimal 223 158 125
Binary 11011111 10011110 1111101
Octal 337 236 175

Shades and tints

Shades of #DF9E7D

#DF9E7D
(223,158,125)
#CB9072
(203,144,114)
#B78267
(183,130,103)
#A3745C
(163,116,92)
#8F6651
(143,102,81)
#7B5846
(123,88,70)
#674A3B
(103,74,59)
#533C30
(83,60,48)
#3F2E25
(63,46,37)
#2B201A
(43,32,26)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #DF9E7D

#DF9E7D
(223,158,125)
#E1A688
(225,166,136)
#E3AE93
(227,174,147)
#E5B69E
(229,182,158)
#E7BEA9
(231,190,169)
#E9C6B4
(233,198,180)
#EBCEBF
(235,206,191)
#EDD6CA
(237,214,202)
#EFDED5
(239,222,213)
#F1E6E0
(241,230,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9E7D color. Also use rgb(223,158,125) instead hex code.

Text Font Color

.myTextColor { color: #DF9E7D; }

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

This text font color is #DF9E7D.

Background Color

.myBgColor { background-color: #DF9E7D; }

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

This div background color is #DF9E7D.

Border color

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

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

This div border color is #DF9E7D.

Opacity

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

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

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

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

This text has shadow with #DF9E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9E7D.

Preview

Color preview on black background

This text has color #DF9E7D on black background.


Color preview on white background

This text has color #DF9E7D on white background.


Black color preview on #DF9E7D background

This text has black color on #DF9E7D background.


White color preview on #DF9E7D background

This text has white color on #DF9E7D background.


Related colors

Complementary color

Complementary color for #hex is #206182.


I love getcolorcode.com

Triadic colors

1 #7DDF9E and #9E7DDF with #DF9E7D are triadic colors.

2 #7D9EDF and #9EDF7D with #DF9E7D are triadic colors.