COLOR #DFD535

HEX: #DFD535
RGB: (223,213,53)

Color info

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

RGB color model

#DFD535 color RGB value is (223,213,53).

  • red value is 223;
  • green value is 213;
  • blue value is 53.
RGB:
(223,213,53)
(87%,84%,21%)

RGB channels and saturation

R 223 of 255 = 87%
G 213 of 255 = 84%
B 53 of 255 = 21%

223
213
53

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

Portions of RGB colors in percentages

R + G + B =
223 + 213 + 53 = 489 (100%)
R 223 of 489 ~ 45.6%
G 213 of 489 ~ 43.56%
B 53 of 489 ~ 10.84%

%45.6
%43.56
%10.84

CMYK color model

#DFD535 color CMYK value is (0,4,76,13).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 76.23%
  • key color value is 12.55%
CMYK:
(0,4,76,13)
C0M4Y76K13 
(0%,4%,76%,13%)
(0.00/0.04/0.76/0.13)	

CMYK percentages

%0
%4.48
%76.23
%12.55

Codes

Color #DFD535 in popluar color models

DFD535
RGB22321353
HSL56°72.65%54.12%
HSB/HSV56°76.23%87.45%
CMYK0.00%4.48%76.23%
12.55%

Color #DFD535 in popluar number systems.

HEXDFD535
Decimal22321353
Binary1101111111010101110101
Octal33732565

Shades and tints

Shades of #DFD535

#DFD535
(223,213,53)
#CBC231
(203,194,49)
#B7AF2D
(183,175,45)
#A39C29
(163,156,41)
#8F8925
(143,137,37)
#7B7621
(123,118,33)
#67631D
(103,99,29)
#535019
(83,80,25)
#3F3D15
(63,61,21)
#2B2A11
(43,42,17)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #DFD535

#DFD535
(223,213,53)
#E1D847
(225,216,71)
#E3DB59
(227,219,89)
#E5DE6B
(229,222,107)
#E7E17D
(231,225,125)
#E9E48F
(233,228,143)
#EBE7A1
(235,231,161)
#EDEAB3
(237,234,179)
#EFEDC5
(239,237,197)
#F1F0D7
(241,240,215)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD535 color. Also use rgb(223,213,53) instead hex code.

Text Font Color

.myTextColor { color: #DFD535; }

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

This text font color is #DFD535.


Background Color

.myBgColor { background-color: #DFD535; }

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

This div background color is #DFD535.


Border color

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

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

This div border color is #DFD535.


Opacity

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

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

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

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

This text has shadow with #DFD535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD535 on black background.


Color preview on white background

This text has color #DFD535 on white background.



Black color preview on #DFD535 background

This text has black color on #DFD535 background.


White color preview on #DFD535 background

This text has white color on #DFD535 background.