COLOR #DFD665

HEX: #DFD665
RGB: (223,214,101)

Color info

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

RGB color model

#DFD665 color RGB value is (223,214,101).

  • red value is 223;
  • green value is 214;
  • blue value is 101.
RGB:
(223,214,101)
(87%,84%,40%)

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 101 of 255 = 40%

223
214
101

R + G + B ~ 70%. #DFD665 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 101 = 538 (100%)
R 223 of 538 ~ 41.45%
G 214 of 538 ~ 39.78%
B 101 of 538 ~ 18.77%

%41.45
%39.78
%18.77

CMYK color model

#DFD665 color CMYK value is (0,4,55,13).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 54.71%
  • key color value is 12.55%
CMYK:
(0,4,55,13)
C0M4Y55K13 
(0%,4%,55%,13%)
(0.00/0.04/0.55/0.13)	

CMYK percentages

%0
%4.04
%54.71
%12.55

Codes

Color #DFD665 in popluar color models

DFD665
RGB223214101
HSL56°65.59%63.53%
HSB/HSV56°54.71%87.45%
CMYK0.00%4.04%54.71%
12.55%

Color #DFD665 in popluar number systems.

HEXDFD665
Decimal223214101
Binary11011111110101101100101
Octal337326145

Shades and tints

Shades of #DFD665

#DFD665
(223,214,101)
#CBC35C
(203,195,92)
#B7B053
(183,176,83)
#A39D4A
(163,157,74)
#8F8A41
(143,138,65)
#7B7738
(123,119,56)
#67642F
(103,100,47)
#535126
(83,81,38)
#3F3E1D
(63,62,29)
#2B2B14
(43,43,20)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #DFD665

#DFD665
(223,214,101)
#E1D973
(225,217,115)
#E3DC81
(227,220,129)
#E5DF8F
(229,223,143)
#E7E29D
(231,226,157)
#E9E5AB
(233,229,171)
#EBE8B9
(235,232,185)
#EDEBC7
(237,235,199)
#EFEED5
(239,238,213)
#F1F1E3
(241,241,227)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD665 color. Also use rgb(223,214,101) instead hex code.

Text Font Color

.myTextColor { color: #DFD665; }

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

This text font color is #DFD665.


Background Color

.myBgColor { background-color: #DFD665; }

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

This div background color is #DFD665.


Border color

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

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

This div border color is #DFD665.


Opacity

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

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

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

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

This text has shadow with #DFD665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD665 on black background.


Color preview on white background

This text has color #DFD665 on white background.



Black color preview on #DFD665 background

This text has black color on #DFD665 background.


White color preview on #DFD665 background

This text has white color on #DFD665 background.