COLOR #DFCC6F

HEX: #DFCC6F RGB: (223,204,111)

Color info

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

RGB color model

#DFCC6F color RGB value is (223,204,111).

RGB: (223,204,111) (87%, 80%, 44%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 111 of 255 = 44%

223
204
111

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

Portions of RGB colors in percentages

R + G + B = 223 + 204 + 111 = 538 (100%)
R 223 of 538 ~ 41.45%
G 204 of 538 ~ 37.92%
B 111 of 538 ~ 20.63'%

%41.45
%37.92
%20.63

CMYK color model

#DFCC6F color CMYK value is (0,9,50,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 50.22%
  • key color value is 12.55%

CMYK: (0,9,50,13)
C0M9Y50K13 (0%, 9%, 50%, 13%)
(0.00 / 0.09 / 0.50 / 0.13)

CMYK percentages

%0
%8.52
%50.22
%12.55

Codes

Color #DFCC6F in popluar color models

DF CC 6F
RGB 223 204 111
HSL 50° 63.64% 65.49%
HSB/HSV 50° 50.22% 87.45%
CMYK 0.00% 8.52% 50.22%
12.55%

Color #DFCC6F in popluar number systems.

HEX DF CC 6F
Decimal 223 204 111
Binary 11011111 11001100 1101111
Octal 337 314 157

Shades and tints

Shades of #DFCC6F

#DFCC6F
(223,204,111)
#CBBA65
(203,186,101)
#B7A85B
(183,168,91)
#A39651
(163,150,81)
#8F8447
(143,132,71)
#7B723D
(123,114,61)
#676033
(103,96,51)
#534E29
(83,78,41)
#3F3C1F
(63,60,31)
#2B2A15
(43,42,21)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #DFCC6F

#DFCC6F
(223,204,111)
#E1D07C
(225,208,124)
#E3D489
(227,212,137)
#E5D896
(229,216,150)
#E7DCA3
(231,220,163)
#E9E0B0
(233,224,176)
#EBE4BD
(235,228,189)
#EDE8CA
(237,232,202)
#EFECD7
(239,236,215)
#F1F0E4
(241,240,228)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCC6F color. Also use rgb(223,204,111) instead hex code.

Text Font Color

.myTextColor { color: #DFCC6F; }

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

This text font color is #DFCC6F.

Background Color

.myBgColor { background-color: #DFCC6F; }

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

This div background color is #DFCC6F.

Border color

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

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

This div border color is #DFCC6F.

Opacity

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

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

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

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

This text has shadow with #DFCC6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCC6F.

Preview

Color preview on black background

This text has color #DFCC6F on black background.


Color preview on white background

This text has color #DFCC6F on white background.


Black color preview on #DFCC6F background

This text has black color on #DFCC6F background.


White color preview on #DFCC6F background

This text has white color on #DFCC6F background.


Related colors

Complementary color

Complementary color for #hex is #203390.


I love getcolorcode.com

Triadic colors

1 #6FDFCC and #CC6FDF with #DFCC6F are triadic colors.

2 #6FCCDF and #CCDF6F with #DFCC6F are triadic colors.