COLOR #DFAF3A

HEX: #DFAF3A
RGB: (223,175,58)

Color info

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

RGB color model

#DFAF3A color RGB value is (223,175,58).

  • red value is 223;
  • green value is 175;
  • blue value is 58.
RGB:
(223,175,58)
(87%,69%,23%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 58 of 255 = 23%

223
175
58

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

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 58 = 456 (100%)
R 223 of 456 ~ 48.9%
G 175 of 456 ~ 38.38%
B 58 of 456 ~ 12.72%

%48.9
%38.38
%12.72

CMYK color model

#DFAF3A color CMYK value is (0,22,74,13).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 73.99%
  • key color value is 12.55%
CMYK:
(0,22,74,13)
C0M22Y74K13 
(0%,22%,74%,13%)
(0.00/0.22/0.74/0.13)	

CMYK percentages

%0
%21.52
%73.99
%12.55

Codes

Color #DFAF3A in popluar color models

DFAF3A
RGB22317558
HSL43°72.05%55.10%
HSB/HSV43°73.99%87.45%
CMYK0.00%21.52%73.99%
12.55%

Color #DFAF3A in popluar number systems.

HEXDFAF3A
Decimal22317558
Binary1101111110101111111010
Octal33725772

Shades and tints

Shades of #DFAF3A

#DFAF3A
(223,175,58)
#CBA035
(203,160,53)
#B79130
(183,145,48)
#A3822B
(163,130,43)
#8F7326
(143,115,38)
#7B6421
(123,100,33)
#67551C
(103,85,28)
#534617
(83,70,23)
#3F3712
(63,55,18)
#2B280D
(43,40,13)
#171908
(23,25,8)
#000000
(0,0,0)

Tints of #DFAF3A

#DFAF3A
(223,175,58)
#E1B64B
(225,182,75)
#E3BD5C
(227,189,92)
#E5C46D
(229,196,109)
#E7CB7E
(231,203,126)
#E9D28F
(233,210,143)
#EBD9A0
(235,217,160)
#EDE0B1
(237,224,177)
#EFE7C2
(239,231,194)
#F1EED3
(241,238,211)
#F3F5E4
(243,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAF3A color. Also use rgb(223,175,58) instead hex code.

Text Font Color

.myTextColor { color: #DFAF3A; }

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

This text font color is #DFAF3A.


Background Color

.myBgColor { background-color: #DFAF3A; }

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

This div background color is #DFAF3A.


Border color

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

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

This div border color is #DFAF3A.


Opacity

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

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

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

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

This text has shadow with #DFAF3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAF3A on black background.


Color preview on white background

This text has color #DFAF3A on white background.



Black color preview on #DFAF3A background

This text has black color on #DFAF3A background.


White color preview on #DFAF3A background

This text has white color on #DFAF3A background.