COLOR #DFD000

HEX: #DFD000
RGB: (223,208,0)

Color info

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

RGB color model

#DFD000 color RGB value is (223,208,0).

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

RGB channels and saturation

R 223 of 255 = 87%
G 208 of 255 = 82%
B 0 of 255 = 0%

223
208
0

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

Portions of RGB colors in percentages

R + G + B =
223 + 208 + 0 = 431 (100%)
R 223 of 431 ~ 51.74%
G 208 of 431 ~ 48.26%
B 0 of 431 ~ 0%

%51.74
%48.26

CMYK color model

#DFD000 color CMYK value is (0,7,100,13).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 100.00%
  • key color value is 12.55%
CMYK:
(0,7,100,13)
C0M7Y100K13 
(0%,7%,100%,13%)
(0.00/0.07/1.00/0.13)	

CMYK percentages

%0
%6.73
%100
%12.55

Codes

Color #DFD000 in popluar color models

DFD000
RGB2232080
HSL56°100.00%43.73%
HSB/HSV56°100.00%87.45%
CMYK0.00%6.73%100.00%
12.55%

Color #DFD000 in popluar number systems.

HEXDFD000
Decimal2232080
Binary11011111110100000
Octal3373200

Shades and tints

Shades of #DFD000

#DFD000
(223,208,0)
#CBBE00
(203,190,0)
#B7AC00
(183,172,0)
#A39A00
(163,154,0)
#8F8800
(143,136,0)
#7B7600
(123,118,0)
#676400
(103,100,0)
#535200
(83,82,0)
#3F4000
(63,64,0)
#2B2E00
(43,46,0)
#171C00
(23,28,0)
#000000
(0,0,0)

Tints of #DFD000

#DFD000
(223,208,0)
#E1D417
(225,212,23)
#E3D82E
(227,216,46)
#E5DC45
(229,220,69)
#E7E05C
(231,224,92)
#E9E473
(233,228,115)
#EBE88A
(235,232,138)
#EDECA1
(237,236,161)
#EFF0B8
(239,240,184)
#F1F4CF
(241,244,207)
#F3F8E6
(243,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD000; }

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

This text font color is #DFD000.


Background Color

.myBgColor { background-color: #DFD000; }

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

This div background color is #DFD000.


Border color

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

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

This div border color is #DFD000.


Opacity

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

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

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

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

This text has shadow with #DFD000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD000 on black background.


Color preview on white background

This text has color #DFD000 on white background.



Black color preview on #DFD000 background

This text has black color on #DFD000 background.


White color preview on #DFD000 background

This text has white color on #DFD000 background.