COLOR #DFAD47

HEX: #DFAD47
RGB: (223,173,71)

Color info

#DFAD47 contains mainly red and green colors. Web safe color of #DFAD47 is #CC9933 (or #C93).

RGB color model

#DFAD47 color RGB value is (223,173,71).

  • red value is 223;
  • green value is 173;
  • blue value is 71.
RGB:
(223,173,71)
(87%,68%,28%)

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 71 of 255 = 28%

223
173
71

R + G + B ~ 61%. #DFAD47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 71 = 467 (100%)
R 223 of 467 ~ 47.75%
G 173 of 467 ~ 37.04%
B 71 of 467 ~ 15.2%

%47.75
%37.04
%15.2

CMYK color model

#DFAD47 color CMYK value is (0,22,68,13).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 68.16%
  • key color value is 12.55%
CMYK:
(0,22,68,13)
C0M22Y68K13 
(0%,22%,68%,13%)
(0.00/0.22/0.68/0.13)	

CMYK percentages

%0
%22.42
%68.16
%12.55

Codes

Color #DFAD47 in popluar color models

DFAD47
RGB22317371
HSL40°70.37%57.65%
HSB/HSV40°68.16%87.45%
CMYK0.00%22.42%68.16%
12.55%

Color #DFAD47 in popluar number systems.

HEXDFAD47
Decimal22317371
Binary11011111101011011000111
Octal337255107

Shades and tints

Shades of #DFAD47

#DFAD47
(223,173,71)
#CB9E41
(203,158,65)
#B78F3B
(183,143,59)
#A38035
(163,128,53)
#8F712F
(143,113,47)
#7B6229
(123,98,41)
#675323
(103,83,35)
#53441D
(83,68,29)
#3F3517
(63,53,23)
#2B2611
(43,38,17)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #DFAD47

#DFAD47
(223,173,71)
#E1B457
(225,180,87)
#E3BB67
(227,187,103)
#E5C277
(229,194,119)
#E7C987
(231,201,135)
#E9D097
(233,208,151)
#EBD7A7
(235,215,167)
#EDDEB7
(237,222,183)
#EFE5C7
(239,229,199)
#F1ECD7
(241,236,215)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAD47 color. Also use rgb(223,173,71) instead hex code.

Text Font Color

.myTextColor { color: #DFAD47; }

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

This text font color is #DFAD47.


Background Color

.myBgColor { background-color: #DFAD47; }

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

This div background color is #DFAD47.


Border color

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

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

This div border color is #DFAD47.


Opacity

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

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

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

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

This text has shadow with #DFAD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAD47 on black background.


Color preview on white background

This text has color #DFAD47 on white background.



Black color preview on #DFAD47 background

This text has black color on #DFAD47 background.


White color preview on #DFAD47 background

This text has white color on #DFAD47 background.