COLOR #DFC779

HEX: #DFC779
RGB: (223,199,121)

Color info

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

RGB color model

#DFC779 color RGB value is (223,199,121).

  • red value is 223;
  • green value is 199;
  • blue value is 121.
RGB:
(223,199,121)
(87%,78%,47%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 121 of 255 = 47%

223
199
121

R + G + B ~ 71%. #DFC779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 121 = 543 (100%)
R 223 of 543 ~ 41.07%
G 199 of 543 ~ 36.65%
B 121 of 543 ~ 22.28%

%41.07
%36.65
%22.28

CMYK color model

#DFC779 color CMYK value is (0,11,46,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 45.74%
  • key color value is 12.55%
CMYK:
(0,11,46,13)
C0M11Y46K13 
(0%,11%,46%,13%)
(0.00/0.11/0.46/0.13)	

CMYK percentages

%0
%10.76
%45.74
%12.55

Codes

Color #DFC779 in popluar color models

DFC779
RGB223199121
HSL46°61.45%67.45%
HSB/HSV46°45.74%87.45%
CMYK0.00%10.76%45.74%
12.55%

Color #DFC779 in popluar number systems.

HEXDFC779
Decimal223199121
Binary11011111110001111111001
Octal337307171

Shades and tints

Shades of #DFC779

#DFC779
(223,199,121)
#CBB56E
(203,181,110)
#B7A363
(183,163,99)
#A39158
(163,145,88)
#8F7F4D
(143,127,77)
#7B6D42
(123,109,66)
#675B37
(103,91,55)
#53492C
(83,73,44)
#3F3721
(63,55,33)
#2B2516
(43,37,22)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #DFC779

#DFC779
(223,199,121)
#E1CC85
(225,204,133)
#E3D191
(227,209,145)
#E5D69D
(229,214,157)
#E7DBA9
(231,219,169)
#E9E0B5
(233,224,181)
#EBE5C1
(235,229,193)
#EDEACD
(237,234,205)
#EFEFD9
(239,239,217)
#F1F4E5
(241,244,229)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC779; }

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

This text font color is #DFC779.


Background Color

.myBgColor { background-color: #DFC779; }

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

This div background color is #DFC779.


Border color

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

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

This div border color is #DFC779.


Opacity

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

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

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

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

This text has shadow with #DFC779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC779 on black background.


Color preview on white background

This text has color #DFC779 on white background.



Black color preview on #DFC779 background

This text has black color on #DFC779 background.


White color preview on #DFC779 background

This text has white color on #DFC779 background.