COLOR #DFA933

HEX: #DFA933
RGB: (223,169,51)

Color info

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

RGB color model

#DFA933 color RGB value is (223,169,51).

  • red value is 223;
  • green value is 169;
  • blue value is 51.
RGB:
(223,169,51)
(87%,66%,20%)

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 51 of 255 = 20%

223
169
51

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

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 51 = 443 (100%)
R 223 of 443 ~ 50.34%
G 169 of 443 ~ 38.15%
B 51 of 443 ~ 11.51%

%50.34
%38.15
%11.51

CMYK color model

#DFA933 color CMYK value is (0,24,77,13).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 77.13%
  • key color value is 12.55%
CMYK:
(0,24,77,13)
C0M24Y77K13 
(0%,24%,77%,13%)
(0.00/0.24/0.77/0.13)	

CMYK percentages

%0
%24.22
%77.13
%12.55

Codes

Color #DFA933 in popluar color models

DFA933
RGB22316951
HSL41°72.88%53.73%
HSB/HSV41°77.13%87.45%
CMYK0.00%24.22%77.13%
12.55%

Color #DFA933 in popluar number systems.

HEXDFA933
Decimal22316951
Binary1101111110101001110011
Octal33725163

Shades and tints

Shades of #DFA933

#DFA933
(223,169,51)
#CB9A2F
(203,154,47)
#B78B2B
(183,139,43)
#A37C27
(163,124,39)
#8F6D23
(143,109,35)
#7B5E1F
(123,94,31)
#674F1B
(103,79,27)
#534017
(83,64,23)
#3F3113
(63,49,19)
#2B220F
(43,34,15)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #DFA933

#DFA933
(223,169,51)
#E1B045
(225,176,69)
#E3B757
(227,183,87)
#E5BE69
(229,190,105)
#E7C57B
(231,197,123)
#E9CC8D
(233,204,141)
#EBD39F
(235,211,159)
#EDDAB1
(237,218,177)
#EFE1C3
(239,225,195)
#F1E8D5
(241,232,213)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA933 color. Also use rgb(223,169,51) instead hex code.

Text Font Color

.myTextColor { color: #DFA933; }

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

This text font color is #DFA933.


Background Color

.myBgColor { background-color: #DFA933; }

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

This div background color is #DFA933.


Border color

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

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

This div border color is #DFA933.


Opacity

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

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

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

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

This text has shadow with #DFA933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA933 on black background.


Color preview on white background

This text has color #DFA933 on white background.



Black color preview on #DFA933 background

This text has black color on #DFA933 background.


White color preview on #DFA933 background

This text has white color on #DFA933 background.