COLOR #DFC89F

HEX: #DFC89F RGB: (223,200,159)

Color info

#DFC89F contains mainly red and green colors. Web safe color of #DFC89F is #CCCC99 (or #CC9).

RGB color model

#DFC89F color RGB value is (223,200,159).

RGB: (223,200,159) (87%, 78%, 62%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 159 of 255 = 62%

223
200
159

R + G + B ~ 76%. #DFC89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 159 = 582 (100%)
R 223 of 582 ~ 38.32%
G 200 of 582 ~ 34.36%
B 159 of 582 ~ 27.32'%

%38.32
%34.36
%27.32

CMYK color model

#DFC89F color CMYK value is (0,10,29,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 28.70%
  • key color value is 12.55%

CMYK: (0,10,29,13)
C0M10Y29K13 (0%, 10%, 29%, 13%)
(0.00 / 0.10 / 0.29 / 0.13)

CMYK percentages

%0
%10.31
%28.7
%12.55

Codes

Color #DFC89F in popluar color models

DF C8 9F
RGB 223 200 159
HSL 38° 50.00% 74.90%
HSB/HSV 38° 28.70% 87.45%
CMYK 0.00% 10.31% 28.70%
12.55%

Color #DFC89F in popluar number systems.

HEX DF C8 9F
Decimal 223 200 159
Binary 11011111 11001000 10011111
Octal 337 310 237

Shades and tints

Shades of #DFC89F

#DFC89F
(223,200,159)
#CBB691
(203,182,145)
#B7A483
(183,164,131)
#A39275
(163,146,117)
#8F8067
(143,128,103)
#7B6E59
(123,110,89)
#675C4B
(103,92,75)
#534A3D
(83,74,61)
#3F382F
(63,56,47)
#2B2621
(43,38,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #DFC89F

#DFC89F
(223,200,159)
#E1CDA7
(225,205,167)
#E3D2AF
(227,210,175)
#E5D7B7
(229,215,183)
#E7DCBF
(231,220,191)
#E9E1C7
(233,225,199)
#EBE6CF
(235,230,207)
#EDEBD7
(237,235,215)
#EFF0DF
(239,240,223)
#F1F5E7
(241,245,231)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC89F color. Also use rgb(223,200,159) instead hex code.

Text Font Color

.myTextColor { color: #DFC89F; }

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

This text font color is #DFC89F.

Background Color

.myBgColor { background-color: #DFC89F; }

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

This div background color is #DFC89F.

Border color

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

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

This div border color is #DFC89F.

Opacity

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

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

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

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

This text has shadow with #DFC89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC89F.

Preview

Color preview on black background

This text has color #DFC89F on black background.


Color preview on white background

This text has color #DFC89F on white background.


Black color preview on #DFC89F background

This text has black color on #DFC89F background.


White color preview on #DFC89F background

This text has white color on #DFC89F background.


Related colors

Complementary color

Complementary color for #hex is #203760.


I love getcolorcode.com

Triadic colors

1 #9FDFC8 and #C89FDF with #DFC89F are triadic colors.

2 #9FC8DF and #C8DF9F with #DFC89F are triadic colors.