COLOR #DFAD48

HEX: #DFAD48
RGB: (223,173,72)

Color info

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

RGB color model

#DFAD48 color RGB value is (223,173,72).

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

RGB channels and saturation

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

223
173
72

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

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 72 = 468 (100%)
R 223 of 468 ~ 47.65%
G 173 of 468 ~ 36.97%
B 72 of 468 ~ 15.38%

%47.65
%36.97
%15.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 67.71%
  • 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
%67.71
%12.55

Codes

Color #DFAD48 in popluar color models

DFAD48
RGB22317372
HSL40°70.23%57.84%
HSB/HSV40°67.71%87.45%
CMYK0.00%22.42%67.71%
12.55%

Color #DFAD48 in popluar number systems.

HEXDFAD48
Decimal22317372
Binary11011111101011011001000
Octal337255110

Shades and tints

Shades of #DFAD48

#DFAD48
(223,173,72)
#CB9E42
(203,158,66)
#B78F3C
(183,143,60)
#A38036
(163,128,54)
#8F7130
(143,113,48)
#7B622A
(123,98,42)
#675324
(103,83,36)
#53441E
(83,68,30)
#3F3518
(63,53,24)
#2B2612
(43,38,18)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #DFAD48

#DFAD48
(223,173,72)
#E1B458
(225,180,88)
#E3BB68
(227,187,104)
#E5C278
(229,194,120)
#E7C988
(231,201,136)
#E9D098
(233,208,152)
#EBD7A8
(235,215,168)
#EDDEB8
(237,222,184)
#EFE5C8
(239,229,200)
#F1ECD8
(241,236,216)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAD48; }

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

This text font color is #DFAD48.


Background Color

.myBgColor { background-color: #DFAD48; }

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

This div background color is #DFAD48.


Border color

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

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

This div border color is #DFAD48.


Opacity

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

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

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

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

This text has shadow with #DFAD48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAD48 on black background.


Color preview on white background

This text has color #DFAD48 on white background.



Black color preview on #DFAD48 background

This text has black color on #DFAD48 background.


White color preview on #DFAD48 background

This text has white color on #DFAD48 background.