COLOR #DFC89C

HEX: #DFC89C RGB: (223,200,156)

Color info

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

RGB color model

#DFC89C color RGB value is (223,200,156).

RGB: (223,200,156) (87%, 78%, 61%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 156 of 255 = 61%

223
200
156

R + G + B ~ 75%. #DFC89C is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 156 = 579 (100%)
R 223 of 579 ~ 38.51%
G 200 of 579 ~ 34.54%
B 156 of 579 ~ 26.94'%

%38.51
%34.54
%26.94

CMYK color model

#DFC89C color CMYK value is (0,10,30,13).

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

CMYK: (0,10,30,13)
C0M10Y30K13 (0%, 10%, 30%, 13%)
(0.00 / 0.10 / 0.30 / 0.13)

CMYK percentages

%0
%10.31
%30.04
%12.55

Codes

Color #DFC89C in popluar color models

DF C8 9C
RGB 223 200 156
HSL 39° 51.15% 74.31%
HSB/HSV 39° 30.04% 87.45%
CMYK 0.00% 10.31% 30.04%
12.55%

Color #DFC89C in popluar number systems.

HEX DF C8 9C
Decimal 223 200 156
Binary 11011111 11001000 10011100
Octal 337 310 234

Shades and tints

Shades of #DFC89C

#DFC89C
(223,200,156)
#CBB68E
(203,182,142)
#B7A480
(183,164,128)
#A39272
(163,146,114)
#8F8064
(143,128,100)
#7B6E56
(123,110,86)
#675C48
(103,92,72)
#534A3A
(83,74,58)
#3F382C
(63,56,44)
#2B261E
(43,38,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #DFC89C

#DFC89C
(223,200,156)
#E1CDA5
(225,205,165)
#E3D2AE
(227,210,174)
#E5D7B7
(229,215,183)
#E7DCC0
(231,220,192)
#E9E1C9
(233,225,201)
#EBE6D2
(235,230,210)
#EDEBDB
(237,235,219)
#EFF0E4
(239,240,228)
#F1F5ED
(241,245,237)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC89C; }

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

This text font color is #DFC89C.

Background Color

.myBgColor { background-color: #DFC89C; }

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

This div background color is #DFC89C.

Border color

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

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

This div border color is #DFC89C.

Opacity

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

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

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

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

This text has shadow with #DFC89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC89C.

Preview

Color preview on black background

This text has color #DFC89C on black background.


Color preview on white background

This text has color #DFC89C on white background.


Black color preview on #DFC89C background

This text has black color on #DFC89C background.


White color preview on #DFC89C background

This text has white color on #DFC89C background.


Related colors

Complementary color

Complementary color for #hex is #203763.


I love getcolorcode.com

Triadic colors

1 #9CDFC8 and #C89CDF with #DFC89C are triadic colors.

2 #9CC8DF and #C8DF9C with #DFC89C are triadic colors.