COLOR #DFC67F

HEX: #DFC67F RGB: (223,198,127)

Color info

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

RGB color model

#DFC67F color RGB value is (223,198,127).

RGB: (223,198,127) (87%, 78%, 50%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 127 of 255 = 50%

223
198
127

R + G + B ~ 72%. #DFC67F is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 127 = 548 (100%)
R 223 of 548 ~ 40.69%
G 198 of 548 ~ 36.13%
B 127 of 548 ~ 23.18'%

%40.69
%36.13
%23.18

CMYK color model

#DFC67F color CMYK value is (0,11,43,13).

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

CMYK: (0,11,43,13)
C0M11Y43K13 (0%, 11%, 43%, 13%)
(0.00 / 0.11 / 0.43 / 0.13)

CMYK percentages

%0
%11.21
%43.05
%12.55

Codes

Color #DFC67F in popluar color models

DF C6 7F
RGB 223 198 127
HSL 44° 60.00% 68.63%
HSB/HSV 44° 43.05% 87.45%
CMYK 0.00% 11.21% 43.05%
12.55%

Color #DFC67F in popluar number systems.

HEX DF C6 7F
Decimal 223 198 127
Binary 11011111 11000110 1111111
Octal 337 306 177

Shades and tints

Shades of #DFC67F

#DFC67F
(223,198,127)
#CBB474
(203,180,116)
#B7A269
(183,162,105)
#A3905E
(163,144,94)
#8F7E53
(143,126,83)
#7B6C48
(123,108,72)
#675A3D
(103,90,61)
#534832
(83,72,50)
#3F3627
(63,54,39)
#2B241C
(43,36,28)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #DFC67F

#DFC67F
(223,198,127)
#E1CB8A
(225,203,138)
#E3D095
(227,208,149)
#E5D5A0
(229,213,160)
#E7DAAB
(231,218,171)
#E9DFB6
(233,223,182)
#EBE4C1
(235,228,193)
#EDE9CC
(237,233,204)
#EFEED7
(239,238,215)
#F1F3E2
(241,243,226)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC67F; }

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

This text font color is #DFC67F.

Background Color

.myBgColor { background-color: #DFC67F; }

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

This div background color is #DFC67F.

Border color

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

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

This div border color is #DFC67F.

Opacity

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

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

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

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

This text has shadow with #DFC67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC67F.

Preview

Color preview on black background

This text has color #DFC67F on black background.


Color preview on white background

This text has color #DFC67F on white background.


Black color preview on #DFC67F background

This text has black color on #DFC67F background.


White color preview on #DFC67F background

This text has white color on #DFC67F background.


Related colors

Complementary color

Complementary color for #hex is #203980.


I love getcolorcode.com

Triadic colors

1 #7FDFC6 and #C67FDF with #DFC67F are triadic colors.

2 #7FC6DF and #C6DF7F with #DFC67F are triadic colors.