COLOR #DFBA28

HEX: #DFBA28
RGB: (223,186,40)

Color info

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

RGB color model

#DFBA28 color RGB value is (223,186,40).

  • red value is 223;
  • green value is 186;
  • blue value is 40.
RGB:
(223,186,40)
(87%,73%,16%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 40 of 255 = 16%

223
186
40

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

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 40 = 449 (100%)
R 223 of 449 ~ 49.67%
G 186 of 449 ~ 41.43%
B 40 of 449 ~ 8.91%

%49.67
%41.43

CMYK color model

#DFBA28 color CMYK value is (0,17,82,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 82.06%
  • key color value is 12.55%
CMYK:
(0,17,82,13)
C0M17Y82K13 
(0%,17%,82%,13%)
(0.00/0.17/0.82/0.13)	

CMYK percentages

%0
%16.59
%82.06
%12.55

Codes

Color #DFBA28 in popluar color models

DFBA28
RGB22318640
HSL48°74.09%51.57%
HSB/HSV48°82.06%87.45%
CMYK0.00%16.59%82.06%
12.55%

Color #DFBA28 in popluar number systems.

HEXDFBA28
Decimal22318640
Binary1101111110111010101000
Octal33727250

Shades and tints

Shades of #DFBA28

#DFBA28
(223,186,40)
#CBAA25
(203,170,37)
#B79A22
(183,154,34)
#A38A1F
(163,138,31)
#8F7A1C
(143,122,28)
#7B6A19
(123,106,25)
#675A16
(103,90,22)
#534A13
(83,74,19)
#3F3A10
(63,58,16)
#2B2A0D
(43,42,13)
#171A0A
(23,26,10)
#000000
(0,0,0)

Tints of #DFBA28

#DFBA28
(223,186,40)
#E1C03B
(225,192,59)
#E3C64E
(227,198,78)
#E5CC61
(229,204,97)
#E7D274
(231,210,116)
#E9D887
(233,216,135)
#EBDE9A
(235,222,154)
#EDE4AD
(237,228,173)
#EFEAC0
(239,234,192)
#F1F0D3
(241,240,211)
#F3F6E6
(243,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBA28 color. Also use rgb(223,186,40) instead hex code.

Text Font Color

.myTextColor { color: #DFBA28; }

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

This text font color is #DFBA28.


Background Color

.myBgColor { background-color: #DFBA28; }

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

This div background color is #DFBA28.


Border color

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

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

This div border color is #DFBA28.


Opacity

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

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

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

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

This text has shadow with #DFBA28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBA28 on black background.


Color preview on white background

This text has color #DFBA28 on white background.



Black color preview on #DFBA28 background

This text has black color on #DFBA28 background.


White color preview on #DFBA28 background

This text has white color on #DFBA28 background.