COLOR #DFD700

HEX: #DFD700
RGB: (223,215,0)

Color info

#DFD700 contains only red and green colors. Web safe color of #DFD700 is #CCCC00 (or #CC0).

RGB color model

#DFD700 color RGB value is (223,215,0).

  • red value is 223;
  • green value is 215;
  • blue value is 0.
RGB:
(223,215,0)
(87%,84%,0%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 0 of 255 = 0%

223
215
0

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

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 0 = 438 (100%)
R 223 of 438 ~ 50.91%
G 215 of 438 ~ 49.09%
B 0 of 438 ~ 0%

%50.91
%49.09

CMYK color model

#DFD700 color CMYK value is (0,4,100,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 100.00%
  • key color value is 12.55%
CMYK:
(0,4,100,13)
C0M4Y100K13 
(0%,4%,100%,13%)
(0.00/0.04/1.00/0.13)	

CMYK percentages

%0
%3.59
%100
%12.55

Codes

Color #DFD700 in popluar color models

DFD700
RGB2232150
HSL58°100.00%43.73%
HSB/HSV58°100.00%87.45%
CMYK0.00%3.59%100.00%
12.55%

Color #DFD700 in popluar number systems.

HEXDFD700
Decimal2232150
Binary11011111110101110
Octal3373270

Shades and tints

Shades of #DFD700

#DFD700
(223,215,0)
#CBC400
(203,196,0)
#B7B100
(183,177,0)
#A39E00
(163,158,0)
#8F8B00
(143,139,0)
#7B7800
(123,120,0)
#676500
(103,101,0)
#535200
(83,82,0)
#3F3F00
(63,63,0)
#2B2C00
(43,44,0)
#171900
(23,25,0)
#000000
(0,0,0)

Tints of #DFD700

#DFD700
(223,215,0)
#E1DA17
(225,218,23)
#E3DD2E
(227,221,46)
#E5E045
(229,224,69)
#E7E35C
(231,227,92)
#E9E673
(233,230,115)
#EBE98A
(235,233,138)
#EDECA1
(237,236,161)
#EFEFB8
(239,239,184)
#F1F2CF
(241,242,207)
#F3F5E6
(243,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD700 color. Also use rgb(223,215,0) instead hex code.

Text Font Color

.myTextColor { color: #DFD700; }

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

This text font color is #DFD700.


Background Color

.myBgColor { background-color: #DFD700; }

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

This div background color is #DFD700.


Border color

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

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

This div border color is #DFD700.


Opacity

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

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

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

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

This text has shadow with #DFD700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD700 on black background.


Color preview on white background

This text has color #DFD700 on white background.



Black color preview on #DFD700 background

This text has black color on #DFD700 background.


White color preview on #DFD700 background

This text has white color on #DFD700 background.