COLOR #DFC891

HEX: #DFC891 RGB: (223,200,145)

Color info

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

RGB color model

#DFC891 color RGB value is (223,200,145).

RGB: (223,200,145) (87%, 78%, 57%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 145 of 255 = 57%

223
200
145

R + G + B ~ 74%. #DFC891 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 145 = 568 (100%)
R 223 of 568 ~ 39.26%
G 200 of 568 ~ 35.21%
B 145 of 568 ~ 25.53'%

%39.26
%35.21
%25.53

CMYK color model

#DFC891 color CMYK value is (0,10,35,13).

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

CMYK: (0,10,35,13)
C0M10Y35K13 (0%, 10%, 35%, 13%)
(0.00 / 0.10 / 0.35 / 0.13)

CMYK percentages

%0
%10.31
%34.98
%12.55

Codes

Color #DFC891 in popluar color models

DF C8 91
RGB 223 200 145
HSL 42° 54.93% 72.16%
HSB/HSV 42° 34.98% 87.45%
CMYK 0.00% 10.31% 34.98%
12.55%

Color #DFC891 in popluar number systems.

HEX DF C8 91
Decimal 223 200 145
Binary 11011111 11001000 10010001
Octal 337 310 221

Shades and tints

Shades of #DFC891

#DFC891
(223,200,145)
#CBB684
(203,182,132)
#B7A477
(183,164,119)
#A3926A
(163,146,106)
#8F805D
(143,128,93)
#7B6E50
(123,110,80)
#675C43
(103,92,67)
#534A36
(83,74,54)
#3F3829
(63,56,41)
#2B261C
(43,38,28)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #DFC891

#DFC891
(223,200,145)
#E1CD9B
(225,205,155)
#E3D2A5
(227,210,165)
#E5D7AF
(229,215,175)
#E7DCB9
(231,220,185)
#E9E1C3
(233,225,195)
#EBE6CD
(235,230,205)
#EDEBD7
(237,235,215)
#EFF0E1
(239,240,225)
#F1F5EB
(241,245,235)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC891; }

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

This text font color is #DFC891.

Background Color

.myBgColor { background-color: #DFC891; }

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

This div background color is #DFC891.

Border color

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

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

This div border color is #DFC891.

Opacity

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

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

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

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

This text has shadow with #DFC891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC891.

Preview

Color preview on black background

This text has color #DFC891 on black background.


Color preview on white background

This text has color #DFC891 on white background.


Black color preview on #DFC891 background

This text has black color on #DFC891 background.


White color preview on #DFC891 background

This text has white color on #DFC891 background.


Related colors

Complementary color

Complementary color for #hex is #20376E.


I love getcolorcode.com

Triadic colors

1 #91DFC8 and #C891DF with #DFC891 are triadic colors.

2 #91C8DF and #C8DF91 with #DFC891 are triadic colors.