COLOR #DFC53E

HEX: #DFC53E RGB: (223,197,62)

Color info

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

RGB color model

#DFC53E color RGB value is (223,197,62).

RGB: (223,197,62) (87%, 77%, 24%)

RGB channels and saturation

R 223 of 255 = 87%
G 197 of 255 = 77%
B 62 of 255 = 24%

223
197
62

R + G + B ~ 63%. #DFC53E is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 197 + 62 = 482 (100%)
R 223 of 482 ~ 46.27%
G 197 of 482 ~ 40.87%
B 62 of 482 ~ 12.86'%

%46.27
%40.87
%12.86

CMYK color model

#DFC53E color CMYK value is (0,12,72,13).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 72.20%
  • key color value is 12.55%
CMYK: (0,12,72,13) C0M12Y72K13 (0%,12%,72%,13%) (0.00/0.12/0.72/0.13) 

CMYK percentages

%0
%11.66
%72.2
%12.55

Codes

Color #DFC53E in popluar color models

DF C5 3E
RGB 223 197 62
HSL 50° 71.56% 55.88%
HSB/HSV 50° 72.20% 87.45%
CMYK 0.00% 11.66% 72.20%
12.55%

Color #DFC53E in popluar number systems.

HEX DF C5 3E
Decimal 223 197 62
Binary 11011111 11000101 111110
Octal 337 305 76

Shades and tints

Shades of #DFC53E

#DFC53E
(223,197,62)
#CBB439
(203,180,57)
#B7A334
(183,163,52)
#A3922F
(163,146,47)
#8F812A
(143,129,42)
#7B7025
(123,112,37)
#675F20
(103,95,32)
#534E1B
(83,78,27)
#3F3D16
(63,61,22)
#2B2C11
(43,44,17)
#171B0C
(23,27,12)
#000000
(0,0,0)

Tints of #DFC53E

#DFC53E
(223,197,62)
#E1CA4F
(225,202,79)
#E3CF60
(227,207,96)
#E5D471
(229,212,113)
#E7D982
(231,217,130)
#E9DE93
(233,222,147)
#EBE3A4
(235,227,164)
#EDE8B5
(237,232,181)
#EFEDC6
(239,237,198)
#F1F2D7
(241,242,215)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC53E color. Also use rgb(223,197,62) instead hex code.

Text Font Color

.myTextColor { color: #DFC53E; }

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

This text font color is #DFC53E.

Background Color

.myBgColor { background-color: #DFC53E; }

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

This div background color is #DFC53E.

Border color

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

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

This div border color is #DFC53E.

Opacity

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

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

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

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

This text has shadow with #DFC53E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC53E.

Preview

Color preview on black background

This text has color #DFC53E on black background.


Color preview on white background

This text has color #DFC53E on white background.


Black color preview on #DFC53E background

This text has black color on #DFC53E background.


White color preview on #DFC53E background

This text has white color on #DFC53E background.


Related colors

Complementary color

Complementary color for #hex is #203AC1.


I love getcolorcode.com

Triadic colors

1 #3EDFC5 and #C53EDF with #DFC53E are triadic colors.

2 #3EC5DF and #C5DF3E with #DFC53E are triadic colors.