COLOR #DFA748

HEX: #DFA748
RGB: (223,167,72)

Color info

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

RGB color model

#DFA748 color RGB value is (223,167,72).

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

RGB channels and saturation

R 223 of 255 = 87%
G 167 of 255 = 65%
B 72 of 255 = 28%

223
167
72

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

Portions of RGB colors in percentages

R + G + B =
223 + 167 + 72 = 462 (100%)
R 223 of 462 ~ 48.27%
G 167 of 462 ~ 36.15%
B 72 of 462 ~ 15.58%

%48.27
%36.15
%15.58

CMYK color model

#DFA748 color CMYK value is (0,25,68,13).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 67.71%
  • key color value is 12.55%
CMYK:
(0,25,68,13)
C0M25Y68K13 
(0%,25%,68%,13%)
(0.00/0.25/0.68/0.13)	

CMYK percentages

%0
%25.11
%67.71
%12.55

Codes

Color #DFA748 in popluar color models

DFA748
RGB22316772
HSL38°70.23%57.84%
HSB/HSV38°67.71%87.45%
CMYK0.00%25.11%67.71%
12.55%

Color #DFA748 in popluar number systems.

HEXDFA748
Decimal22316772
Binary11011111101001111001000
Octal337247110

Shades and tints

Shades of #DFA748

#DFA748
(223,167,72)
#CB9842
(203,152,66)
#B7893C
(183,137,60)
#A37A36
(163,122,54)
#8F6B30
(143,107,48)
#7B5C2A
(123,92,42)
#674D24
(103,77,36)
#533E1E
(83,62,30)
#3F2F18
(63,47,24)
#2B2012
(43,32,18)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #DFA748

#DFA748
(223,167,72)
#E1AF58
(225,175,88)
#E3B768
(227,183,104)
#E5BF78
(229,191,120)
#E7C788
(231,199,136)
#E9CF98
(233,207,152)
#EBD7A8
(235,215,168)
#EDDFB8
(237,223,184)
#EFE7C8
(239,231,200)
#F1EFD8
(241,239,216)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA748; }

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

This text font color is #DFA748.


Background Color

.myBgColor { background-color: #DFA748; }

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

This div background color is #DFA748.


Border color

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

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

This div border color is #DFA748.


Opacity

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

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

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

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

This text has shadow with #DFA748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA748 on black background.


Color preview on white background

This text has color #DFA748 on white background.



Black color preview on #DFA748 background

This text has black color on #DFA748 background.


White color preview on #DFA748 background

This text has white color on #DFA748 background.