COLOR #DFA04E

HEX: #DFA04E RGB: (223,160,78)

Color info

#DFA04E contains mainly red color. Web safe color of #DFA04E is #CC9966 (or #C96).

RGB color model

#DFA04E color RGB value is (223,160,78).

RGB: (223,160,78) (87%, 63%, 31%)

RGB channels and saturation

R 223 of 255 = 87%
G 160 of 255 = 63%
B 78 of 255 = 31%

223
160
78

R + G + B ~ 60%. #DFA04E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 223 + 160 + 78 = 461 (100%)
R 223 of 461 ~ 48.37%
G 160 of 461 ~ 34.71%
B 78 of 461 ~ 16.92'%

%48.37
%34.71
%16.92

CMYK color model

#DFA04E color CMYK value is (0,28,65,13).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 65.02%
  • key color value is 12.55%

CMYK: (0,28,65,13)
C0M28Y65K13 (0%, 28%, 65%, 13%)
(0.00 / 0.28 / 0.65 / 0.13)

CMYK percentages

%0
%28.25
%65.02
%12.55

Codes

Color #DFA04E in popluar color models

DF A0 4E
RGB 223 160 78
HSL 34° 69.38% 59.02%
HSB/HSV 34° 65.02% 87.45%
CMYK 0.00% 28.25% 65.02%
12.55%

Color #DFA04E in popluar number systems.

HEX DF A0 4E
Decimal 223 160 78
Binary 11011111 10100000 1001110
Octal 337 240 116

Shades and tints

Shades of #DFA04E

#DFA04E
(223,160,78)
#CB9247
(203,146,71)
#B78440
(183,132,64)
#A37639
(163,118,57)
#8F6832
(143,104,50)
#7B5A2B
(123,90,43)
#674C24
(103,76,36)
#533E1D
(83,62,29)
#3F3016
(63,48,22)
#2B220F
(43,34,15)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #DFA04E

#DFA04E
(223,160,78)
#E1A85E
(225,168,94)
#E3B06E
(227,176,110)
#E5B87E
(229,184,126)
#E7C08E
(231,192,142)
#E9C89E
(233,200,158)
#EBD0AE
(235,208,174)
#EDD8BE
(237,216,190)
#EFE0CE
(239,224,206)
#F1E8DE
(241,232,222)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA04E color. Also use rgb(223,160,78) instead hex code.

Text Font Color

.myTextColor { color: #DFA04E; }

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

This text font color is #DFA04E.

Background Color

.myBgColor { background-color: #DFA04E; }

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

This div background color is #DFA04E.

Border color

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

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

This div border color is #DFA04E.

Opacity

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

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

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

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

This text has shadow with #DFA04E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA04E.

Preview

Color preview on black background

This text has color #DFA04E on black background.


Color preview on white background

This text has color #DFA04E on white background.


Black color preview on #DFA04E background

This text has black color on #DFA04E background.


White color preview on #DFA04E background

This text has white color on #DFA04E background.


Related colors

Complementary color

Complementary color for #hex is #205FB1.


I love getcolorcode.com

Triadic colors

1 #4EDFA0 and #A04EDF with #DFA04E are triadic colors.

2 #4EA0DF and #A0DF4E with #DFA04E are triadic colors.