COLOR #DFBC34

HEX: #DFBC34
RGB: (223,188,52)

Color info

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

RGB color model

#DFBC34 color RGB value is (223,188,52).

  • red value is 223;
  • green value is 188;
  • blue value is 52.
RGB:
(223,188,52)
(87%,74%,20%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 52 of 255 = 20%

223
188
52

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

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 52 = 463 (100%)
R 223 of 463 ~ 48.16%
G 188 of 463 ~ 40.6%
B 52 of 463 ~ 11.23%

%48.16
%40.6
%11.23

CMYK color model

#DFBC34 color CMYK value is (0,16,77,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 76.68%
  • key color value is 12.55%
CMYK:
(0,16,77,13)
C0M16Y77K13 
(0%,16%,77%,13%)
(0.00/0.16/0.77/0.13)	

CMYK percentages

%0
%15.7
%76.68
%12.55

Codes

Color #DFBC34 in popluar color models

DFBC34
RGB22318852
HSL48°72.77%53.92%
HSB/HSV48°76.68%87.45%
CMYK0.00%15.70%76.68%
12.55%

Color #DFBC34 in popluar number systems.

HEXDFBC34
Decimal22318852
Binary1101111110111100110100
Octal33727464

Shades and tints

Shades of #DFBC34

#DFBC34
(223,188,52)
#CBAB30
(203,171,48)
#B79A2C
(183,154,44)
#A38928
(163,137,40)
#8F7824
(143,120,36)
#7B6720
(123,103,32)
#67561C
(103,86,28)
#534518
(83,69,24)
#3F3414
(63,52,20)
#2B2310
(43,35,16)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #DFBC34

#DFBC34
(223,188,52)
#E1C246
(225,194,70)
#E3C858
(227,200,88)
#E5CE6A
(229,206,106)
#E7D47C
(231,212,124)
#E9DA8E
(233,218,142)
#EBE0A0
(235,224,160)
#EDE6B2
(237,230,178)
#EFECC4
(239,236,196)
#F1F2D6
(241,242,214)
#F3F8E8
(243,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBC34 color. Also use rgb(223,188,52) instead hex code.

Text Font Color

.myTextColor { color: #DFBC34; }

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

This text font color is #DFBC34.


Background Color

.myBgColor { background-color: #DFBC34; }

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

This div background color is #DFBC34.


Border color

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

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

This div border color is #DFBC34.


Opacity

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

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

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

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

This text has shadow with #DFBC34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBC34 on black background.


Color preview on white background

This text has color #DFBC34 on white background.



Black color preview on #DFBC34 background

This text has black color on #DFBC34 background.


White color preview on #DFBC34 background

This text has white color on #DFBC34 background.