COLOR #DFC673

HEX: #DFC673 RGB: (223,198,115)

Color info

#DFC673 contains mainly red and green colors. Web safe color of #DFC673 is #CCCC66 (or #CC6).

RGB color model

#DFC673 color RGB value is (223,198,115).

RGB: (223,198,115) (87%, 78%, 45%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 115 of 255 = 45%

223
198
115

R + G + B ~ 70%. #DFC673 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 115 = 536 (100%)
R 223 of 536 ~ 41.6%
G 198 of 536 ~ 36.94%
B 115 of 536 ~ 21.46'%

%41.6
%36.94
%21.46

CMYK color model

#DFC673 color CMYK value is (0,11,48,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 48.43%
  • key color value is 12.55%

CMYK: (0,11,48,13)
C0M11Y48K13 (0%, 11%, 48%, 13%)
(0.00 / 0.11 / 0.48 / 0.13)

CMYK percentages

%0
%11.21
%48.43
%12.55

Codes

Color #DFC673 in popluar color models

DF C6 73
RGB 223 198 115
HSL 46° 62.79% 66.27%
HSB/HSV 46° 48.43% 87.45%
CMYK 0.00% 11.21% 48.43%
12.55%

Color #DFC673 in popluar number systems.

HEX DF C6 73
Decimal 223 198 115
Binary 11011111 11000110 1110011
Octal 337 306 163

Shades and tints

Shades of #DFC673

#DFC673
(223,198,115)
#CBB469
(203,180,105)
#B7A25F
(183,162,95)
#A39055
(163,144,85)
#8F7E4B
(143,126,75)
#7B6C41
(123,108,65)
#675A37
(103,90,55)
#53482D
(83,72,45)
#3F3623
(63,54,35)
#2B2419
(43,36,25)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #DFC673

#DFC673
(223,198,115)
#E1CB7F
(225,203,127)
#E3D08B
(227,208,139)
#E5D597
(229,213,151)
#E7DAA3
(231,218,163)
#E9DFAF
(233,223,175)
#EBE4BB
(235,228,187)
#EDE9C7
(237,233,199)
#EFEED3
(239,238,211)
#F1F3DF
(241,243,223)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC673 color. Also use rgb(223,198,115) instead hex code.

Text Font Color

.myTextColor { color: #DFC673; }

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

This text font color is #DFC673.

Background Color

.myBgColor { background-color: #DFC673; }

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

This div background color is #DFC673.

Border color

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

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

This div border color is #DFC673.

Opacity

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

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

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

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

This text has shadow with #DFC673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC673.

Preview

Color preview on black background

This text has color #DFC673 on black background.


Color preview on white background

This text has color #DFC673 on white background.


Black color preview on #DFC673 background

This text has black color on #DFC673 background.


White color preview on #DFC673 background

This text has white color on #DFC673 background.


Related colors

Complementary color

Complementary color for #hex is #20398C.


I love getcolorcode.com

Triadic colors

1 #73DFC6 and #C673DF with #DFC673 are triadic colors.

2 #73C6DF and #C6DF73 with #DFC673 are triadic colors.