COLOR #DFD76A

HEX: #DFD76A
RGB: (223,215,106)

Color info

#DFD76A contains mainly red and green colors. Web safe color of #DFD76A is #CCCC66 (or #CC6).

RGB color model

#DFD76A color RGB value is (223,215,106).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 106 of 255 = 42%

223
215
106

R + G + B ~ 71%. #DFD76A is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 106 = 544 (100%)
R 223 of 544 ~ 40.99%
G 215 of 544 ~ 39.52%
B 106 of 544 ~ 19.49%

%40.99
%39.52
%19.49

CMYK color model

#DFD76A color CMYK value is (0,4,52,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 52.47%
  • key color value is 12.55%
CMYK:
(0,4,52,13)
C0M4Y52K13 
(0%,4%,52%,13%)
(0.00/0.04/0.52/0.13)	

CMYK percentages

%0
%3.59
%52.47
%12.55

Codes

Color #DFD76A in popluar color models

DFD76A
RGB223215106
HSL56°64.64%64.51%
HSB/HSV56°52.47%87.45%
CMYK0.00%3.59%52.47%
12.55%

Color #DFD76A in popluar number systems.

HEXDFD76A
Decimal223215106
Binary11011111110101111101010
Octal337327152

Shades and tints

Shades of #DFD76A

#DFD76A
(223,215,106)
#CBC461
(203,196,97)
#B7B158
(183,177,88)
#A39E4F
(163,158,79)
#8F8B46
(143,139,70)
#7B783D
(123,120,61)
#676534
(103,101,52)
#53522B
(83,82,43)
#3F3F22
(63,63,34)
#2B2C19
(43,44,25)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #DFD76A

#DFD76A
(223,215,106)
#E1DA77
(225,218,119)
#E3DD84
(227,221,132)
#E5E091
(229,224,145)
#E7E39E
(231,227,158)
#E9E6AB
(233,230,171)
#EBE9B8
(235,233,184)
#EDECC5
(237,236,197)
#EFEFD2
(239,239,210)
#F1F2DF
(241,242,223)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD76A; }

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

This text font color is #DFD76A.


Background Color

.myBgColor { background-color: #DFD76A; }

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

This div background color is #DFD76A.


Border color

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

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

This div border color is #DFD76A.


Opacity

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

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

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

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

This text has shadow with #DFD76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD76A on black background.


Color preview on white background

This text has color #DFD76A on white background.



Black color preview on #DFD76A background

This text has black color on #DFD76A background.


White color preview on #DFD76A background

This text has white color on #DFD76A background.