COLOR #DFC06E

HEX: #DFC06E
RGB: (223,192,110)

Color info

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

RGB color model

#DFC06E color RGB value is (223,192,110).

  • red value is 223;
  • green value is 192;
  • blue value is 110.
RGB:
(223,192,110)
(87%,75%,43%)

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 110 of 255 = 43%

223
192
110

R + G + B ~ 68%. #DFC06E is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 192 + 110 = 525 (100%)
R 223 of 525 ~ 42.48%
G 192 of 525 ~ 36.57%
B 110 of 525 ~ 20.95%

%42.48
%36.57
%20.95

CMYK color model

#DFC06E color CMYK value is (0,14,51,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 50.67%
  • key color value is 12.55%
CMYK:
(0,14,51,13)
C0M14Y51K13 
(0%,14%,51%,13%)
(0.00/0.14/0.51/0.13)	

CMYK percentages

%0
%13.9
%50.67
%12.55

Codes

Color #DFC06E in popluar color models

DFC06E
RGB223192110
HSL44°63.84%65.29%
HSB/HSV44°50.67%87.45%
CMYK0.00%13.90%50.67%
12.55%

Color #DFC06E in popluar number systems.

HEXDFC06E
Decimal223192110
Binary11011111110000001101110
Octal337300156

Shades and tints

Shades of #DFC06E

#DFC06E
(223,192,110)
#CBAF64
(203,175,100)
#B79E5A
(183,158,90)
#A38D50
(163,141,80)
#8F7C46
(143,124,70)
#7B6B3C
(123,107,60)
#675A32
(103,90,50)
#534928
(83,73,40)
#3F381E
(63,56,30)
#2B2714
(43,39,20)
#17160A
(23,22,10)
#000000
(0,0,0)

Tints of #DFC06E

#DFC06E
(223,192,110)
#E1C57B
(225,197,123)
#E3CA88
(227,202,136)
#E5CF95
(229,207,149)
#E7D4A2
(231,212,162)
#E9D9AF
(233,217,175)
#EBDEBC
(235,222,188)
#EDE3C9
(237,227,201)
#EFE8D6
(239,232,214)
#F1EDE3
(241,237,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC06E color. Also use rgb(223,192,110) instead hex code.

Text Font Color

.myTextColor { color: #DFC06E; }

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

This text font color is #DFC06E.


Background Color

.myBgColor { background-color: #DFC06E; }

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

This div background color is #DFC06E.


Border color

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

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

This div border color is #DFC06E.


Opacity

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

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

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

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

This text has shadow with #DFC06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC06E on black background.


Color preview on white background

This text has color #DFC06E on white background.



Black color preview on #DFC06E background

This text has black color on #DFC06E background.


White color preview on #DFC06E background

This text has white color on #DFC06E background.