COLOR #DFC02A

HEX: #DFC02A
RGB: (223,192,42)

Color info

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

RGB color model

#DFC02A color RGB value is (223,192,42).

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

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 42 of 255 = 16%

223
192
42

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

Portions of RGB colors in percentages

R + G + B =
223 + 192 + 42 = 457 (100%)
R 223 of 457 ~ 48.8%
G 192 of 457 ~ 42.01%
B 42 of 457 ~ 9.19%

%48.8
%42.01

CMYK color model

#DFC02A color CMYK value is (0,14,81,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 81.17%
  • key color value is 12.55%
CMYK:
(0,14,81,13)
C0M14Y81K13 
(0%,14%,81%,13%)
(0.00/0.14/0.81/0.13)	

CMYK percentages

%0
%13.9
%81.17
%12.55

Codes

Color #DFC02A in popluar color models

DFC02A
RGB22319242
HSL50°73.88%51.96%
HSB/HSV50°81.17%87.45%
CMYK0.00%13.90%81.17%
12.55%

Color #DFC02A in popluar number systems.

HEXDFC02A
Decimal22319242
Binary1101111111000000101010
Octal33730052

Shades and tints

Shades of #DFC02A

#DFC02A
(223,192,42)
#CBAF27
(203,175,39)
#B79E24
(183,158,36)
#A38D21
(163,141,33)
#8F7C1E
(143,124,30)
#7B6B1B
(123,107,27)
#675A18
(103,90,24)
#534915
(83,73,21)
#3F3812
(63,56,18)
#2B270F
(43,39,15)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #DFC02A

#DFC02A
(223,192,42)
#E1C53D
(225,197,61)
#E3CA50
(227,202,80)
#E5CF63
(229,207,99)
#E7D476
(231,212,118)
#E9D989
(233,217,137)
#EBDE9C
(235,222,156)
#EDE3AF
(237,227,175)
#EFE8C2
(239,232,194)
#F1EDD5
(241,237,213)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC02A; }

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

This text font color is #DFC02A.


Background Color

.myBgColor { background-color: #DFC02A; }

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

This div background color is #DFC02A.


Border color

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

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

This div border color is #DFC02A.


Opacity

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

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

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

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

This text has shadow with #DFC02A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC02A on black background.


Color preview on white background

This text has color #DFC02A on white background.



Black color preview on #DFC02A background

This text has black color on #DFC02A background.


White color preview on #DFC02A background

This text has white color on #DFC02A background.