COLOR #DFC77F

HEX: #DFC77F RGB: (223,199,127)

Color info

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

RGB color model

#DFC77F color RGB value is (223,199,127).

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

RGB channels and saturation

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

223
199
127

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

Portions of RGB colors in percentages

R + G + B = 223 + 199 + 127 = 549 (100%)
R 223 of 549 ~ 40.62%
G 199 of 549 ~ 36.25%
B 127 of 549 ~ 23.13'%

%40.62
%36.25
%23.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.76%
  • 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
%10.76
%43.05
%12.55

Codes

Color #DFC77F in popluar color models

DF C7 7F
RGB 223 199 127
HSL 45° 60.00% 68.63%
HSB/HSV 45° 43.05% 87.45%
CMYK 0.00% 10.76% 43.05%
12.55%

Color #DFC77F in popluar number systems.

HEX DF C7 7F
Decimal 223 199 127
Binary 11011111 11000111 1111111
Octal 337 307 177

Shades and tints

Shades of #DFC77F

#DFC77F
(223,199,127)
#CBB574
(203,181,116)
#B7A369
(183,163,105)
#A3915E
(163,145,94)
#8F7F53
(143,127,83)
#7B6D48
(123,109,72)
#675B3D
(103,91,61)
#534932
(83,73,50)
#3F3727
(63,55,39)
#2B251C
(43,37,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #DFC77F

#DFC77F
(223,199,127)
#E1CC8A
(225,204,138)
#E3D195
(227,209,149)
#E5D6A0
(229,214,160)
#E7DBAB
(231,219,171)
#E9E0B6
(233,224,182)
#EBE5C1
(235,229,193)
#EDEACC
(237,234,204)
#EFEFD7
(239,239,215)
#F1F4E2
(241,244,226)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC77F; }

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

This text font color is #DFC77F.

Background Color

.myBgColor { background-color: #DFC77F; }

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

This div background color is #DFC77F.

Border color

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

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

This div border color is #DFC77F.

Opacity

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

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

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

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

This text has shadow with #DFC77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC77F.

Preview

Color preview on black background

This text has color #DFC77F on black background.


Color preview on white background

This text has color #DFC77F on white background.


Black color preview on #DFC77F background

This text has black color on #DFC77F background.


White color preview on #DFC77F background

This text has white color on #DFC77F background.


Related colors

Complementary color

Complementary color for #hex is #203880.


I love getcolorcode.com

Triadic colors

1 #7FDFC7 and #C77FDF with #DFC77F are triadic colors.

2 #7FC7DF and #C7DF7F with #DFC77F are triadic colors.