COLOR #DFA831

HEX: #DFA831
RGB: (223,168,49)

Color info

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

RGB color model

#DFA831 color RGB value is (223,168,49).

  • red value is 223;
  • green value is 168;
  • blue value is 49.
RGB:
(223,168,49)
(87%,66%,19%)

RGB channels and saturation

R 223 of 255 = 87%
G 168 of 255 = 66%
B 49 of 255 = 19%

223
168
49

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

Portions of RGB colors in percentages

R + G + B =
223 + 168 + 49 = 440 (100%)
R 223 of 440 ~ 50.68%
G 168 of 440 ~ 38.18%
B 49 of 440 ~ 11.14%

%50.68
%38.18
%11.14

CMYK color model

#DFA831 color CMYK value is (0,25,78,13).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 78.03%
  • key color value is 12.55%
CMYK:
(0,25,78,13)
C0M25Y78K13 
(0%,25%,78%,13%)
(0.00/0.25/0.78/0.13)	

CMYK percentages

%0
%24.66
%78.03
%12.55

Codes

Color #DFA831 in popluar color models

DFA831
RGB22316849
HSL41°73.11%53.33%
HSB/HSV41°78.03%87.45%
CMYK0.00%24.66%78.03%
12.55%

Color #DFA831 in popluar number systems.

HEXDFA831
Decimal22316849
Binary1101111110101000110001
Octal33725061

Shades and tints

Shades of #DFA831

#DFA831
(223,168,49)
#CB992D
(203,153,45)
#B78A29
(183,138,41)
#A37B25
(163,123,37)
#8F6C21
(143,108,33)
#7B5D1D
(123,93,29)
#674E19
(103,78,25)
#533F15
(83,63,21)
#3F3011
(63,48,17)
#2B210D
(43,33,13)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #DFA831

#DFA831
(223,168,49)
#E1AF43
(225,175,67)
#E3B655
(227,182,85)
#E5BD67
(229,189,103)
#E7C479
(231,196,121)
#E9CB8B
(233,203,139)
#EBD29D
(235,210,157)
#EDD9AF
(237,217,175)
#EFE0C1
(239,224,193)
#F1E7D3
(241,231,211)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA831 color. Also use rgb(223,168,49) instead hex code.

Text Font Color

.myTextColor { color: #DFA831; }

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

This text font color is #DFA831.


Background Color

.myBgColor { background-color: #DFA831; }

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

This div background color is #DFA831.


Border color

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

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

This div border color is #DFA831.


Opacity

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

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

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

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

This text has shadow with #DFA831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA831 on black background.


Color preview on white background

This text has color #DFA831 on white background.



Black color preview on #DFA831 background

This text has black color on #DFA831 background.


White color preview on #DFA831 background

This text has white color on #DFA831 background.