COLOR #DFC04B

HEX: #DFC04B
RGB: (223,192,75)

Color info

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

RGB color model

#DFC04B color RGB value is (223,192,75).

  • red value is 223;
  • green value is 192;
  • blue value is 75.
RGB:
(223,192,75)
(87%,75%,29%)

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 75 of 255 = 29%

223
192
75

R + G + B ~ 64%. #DFC04B is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 192 + 75 = 490 (100%)
R 223 of 490 ~ 45.51%
G 192 of 490 ~ 39.18%
B 75 of 490 ~ 15.31%

%45.51
%39.18
%15.31

CMYK color model

#DFC04B color CMYK value is (0,14,66,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 66.37%
  • key color value is 12.55%
CMYK:
(0,14,66,13)
C0M14Y66K13 
(0%,14%,66%,13%)
(0.00/0.14/0.66/0.13)	

CMYK percentages

%0
%13.9
%66.37
%12.55

Codes

Color #DFC04B in popluar color models

DFC04B
RGB22319275
HSL47°69.81%58.43%
HSB/HSV47°66.37%87.45%
CMYK0.00%13.90%66.37%
12.55%

Color #DFC04B in popluar number systems.

HEXDFC04B
Decimal22319275
Binary11011111110000001001011
Octal337300113

Shades and tints

Shades of #DFC04B

#DFC04B
(223,192,75)
#CBAF45
(203,175,69)
#B79E3F
(183,158,63)
#A38D39
(163,141,57)
#8F7C33
(143,124,51)
#7B6B2D
(123,107,45)
#675A27
(103,90,39)
#534921
(83,73,33)
#3F381B
(63,56,27)
#2B2715
(43,39,21)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #DFC04B

#DFC04B
(223,192,75)
#E1C55B
(225,197,91)
#E3CA6B
(227,202,107)
#E5CF7B
(229,207,123)
#E7D48B
(231,212,139)
#E9D99B
(233,217,155)
#EBDEAB
(235,222,171)
#EDE3BB
(237,227,187)
#EFE8CB
(239,232,203)
#F1EDDB
(241,237,219)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC04B color. Also use rgb(223,192,75) instead hex code.

Text Font Color

.myTextColor { color: #DFC04B; }

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

This text font color is #DFC04B.


Background Color

.myBgColor { background-color: #DFC04B; }

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

This div background color is #DFC04B.


Border color

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

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

This div border color is #DFC04B.


Opacity

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

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

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

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

This text has shadow with #DFC04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC04B on black background.


Color preview on white background

This text has color #DFC04B on white background.



Black color preview on #DFC04B background

This text has black color on #DFC04B background.


White color preview on #DFC04B background

This text has white color on #DFC04B background.