COLOR #DFB531

HEX: #DFB531
RGB: (223,181,49)

Color info

#DFB531 contains mainly red and green colors. Web safe color of #DFB531 is #CCCC33 (or #CC3).

RGB color model

#DFB531 color RGB value is (223,181,49).

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

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 49 of 255 = 19%

223
181
49

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

Portions of RGB colors in percentages

R + G + B =
223 + 181 + 49 = 453 (100%)
R 223 of 453 ~ 49.23%
G 181 of 453 ~ 39.96%
B 49 of 453 ~ 10.82%

%49.23
%39.96
%10.82

CMYK color model

#DFB531 color CMYK value is (0,19,78,13).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 78.03%
  • key color value is 12.55%
CMYK:
(0,19,78,13)
C0M19Y78K13 
(0%,19%,78%,13%)
(0.00/0.19/0.78/0.13)	

CMYK percentages

%0
%18.83
%78.03
%12.55

Codes

Color #DFB531 in popluar color models

DFB531
RGB22318149
HSL46°73.11%53.33%
HSB/HSV46°78.03%87.45%
CMYK0.00%18.83%78.03%
12.55%

Color #DFB531 in popluar number systems.

HEXDFB531
Decimal22318149
Binary1101111110110101110001
Octal33726561

Shades and tints

Shades of #DFB531

#DFB531
(223,181,49)
#CBA52D
(203,165,45)
#B79529
(183,149,41)
#A38525
(163,133,37)
#8F7521
(143,117,33)
#7B651D
(123,101,29)
#675519
(103,85,25)
#534515
(83,69,21)
#3F3511
(63,53,17)
#2B250D
(43,37,13)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #DFB531

#DFB531
(223,181,49)
#E1BB43
(225,187,67)
#E3C155
(227,193,85)
#E5C767
(229,199,103)
#E7CD79
(231,205,121)
#E9D38B
(233,211,139)
#EBD99D
(235,217,157)
#EDDFAF
(237,223,175)
#EFE5C1
(239,229,193)
#F1EBD3
(241,235,211)
#F3F1E5
(243,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB531; }

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

This text font color is #DFB531.


Background Color

.myBgColor { background-color: #DFB531; }

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

This div background color is #DFB531.


Border color

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

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

This div border color is #DFB531.


Opacity

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

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

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

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

This text has shadow with #DFB531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB531 on black background.


Color preview on white background

This text has color #DFB531 on white background.



Black color preview on #DFB531 background

This text has black color on #DFB531 background.


White color preview on #DFB531 background

This text has white color on #DFB531 background.