COLOR #DFA059

HEX: #DFA059 RGB: (223,160,89)

Color info

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

RGB color model

#DFA059 color RGB value is (223,160,89).

RGB: (223,160,89) (87%, 63%, 35%)

RGB channels and saturation

R 223 of 255 = 87%
G 160 of 255 = 63%
B 89 of 255 = 35%

223
160
89

R + G + B ~ 62%. #DFA059 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 160 + 89 = 472 (100%)
R 223 of 472 ~ 47.25%
G 160 of 472 ~ 33.9%
B 89 of 472 ~ 18.86'%

%47.25
%33.9
%18.86

CMYK color model

#DFA059 color CMYK value is (0,28,60,13).

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

CMYK: (0,28,60,13)
C0M28Y60K13 (0%, 28%, 60%, 13%)
(0.00 / 0.28 / 0.60 / 0.13)

CMYK percentages

%0
%28.25
%60.09
%12.55

Codes

Color #DFA059 in popluar color models

DF A0 59
RGB 223 160 89
HSL 32° 67.68% 61.18%
HSB/HSV 32° 60.09% 87.45%
CMYK 0.00% 28.25% 60.09%
12.55%

Color #DFA059 in popluar number systems.

HEX DF A0 59
Decimal 223 160 89
Binary 11011111 10100000 1011001
Octal 337 240 131

Shades and tints

Shades of #DFA059

#DFA059
(223,160,89)
#CB9251
(203,146,81)
#B78449
(183,132,73)
#A37641
(163,118,65)
#8F6839
(143,104,57)
#7B5A31
(123,90,49)
#674C29
(103,76,41)
#533E21
(83,62,33)
#3F3019
(63,48,25)
#2B2211
(43,34,17)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #DFA059

#DFA059
(223,160,89)
#E1A868
(225,168,104)
#E3B077
(227,176,119)
#E5B886
(229,184,134)
#E7C095
(231,192,149)
#E9C8A4
(233,200,164)
#EBD0B3
(235,208,179)
#EDD8C2
(237,216,194)
#EFE0D1
(239,224,209)
#F1E8E0
(241,232,224)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA059; }

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

This text font color is #DFA059.

Background Color

.myBgColor { background-color: #DFA059; }

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

This div background color is #DFA059.

Border color

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

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

This div border color is #DFA059.

Opacity

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

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

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

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

This text has shadow with #DFA059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA059.

Preview

Color preview on black background

This text has color #DFA059 on black background.


Color preview on white background

This text has color #DFA059 on white background.


Black color preview on #DFA059 background

This text has black color on #DFA059 background.


White color preview on #DFA059 background

This text has white color on #DFA059 background.


Related colors

Complementary color

Complementary color for #hex is #205FA6.


I love getcolorcode.com

Triadic colors

1 #59DFA0 and #A059DF with #DFA059 are triadic colors.

2 #59A0DF and #A0DF59 with #DFA059 are triadic colors.