COLOR #DFD166

HEX: #DFD166
RGB: (223,209,102)

Color info

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

RGB color model

#DFD166 color RGB value is (223,209,102).

  • red value is 223;
  • green value is 209;
  • blue value is 102.
RGB:
(223,209,102)
(87%,82%,40%)

RGB channels and saturation

R 223 of 255 = 87%
G 209 of 255 = 82%
B 102 of 255 = 40%

223
209
102

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

Portions of RGB colors in percentages

R + G + B =
223 + 209 + 102 = 534 (100%)
R 223 of 534 ~ 41.76%
G 209 of 534 ~ 39.14%
B 102 of 534 ~ 19.1%

%41.76
%39.14
%19.1

CMYK color model

#DFD166 color CMYK value is (0,6,54,13).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 54.26%
  • key color value is 12.55%
CMYK:
(0,6,54,13)
C0M6Y54K13 
(0%,6%,54%,13%)
(0.00/0.06/0.54/0.13)	

CMYK percentages

%0
%6.28
%54.26
%12.55

Codes

Color #DFD166 in popluar color models

DFD166
RGB223209102
HSL53°65.41%63.73%
HSB/HSV53°54.26%87.45%
CMYK0.00%6.28%54.26%
12.55%

Color #DFD166 in popluar number systems.

HEXDFD166
Decimal223209102
Binary11011111110100011100110
Octal337321146

Shades and tints

Shades of #DFD166

#DFD166
(223,209,102)
#CBBE5D
(203,190,93)
#B7AB54
(183,171,84)
#A3984B
(163,152,75)
#8F8542
(143,133,66)
#7B7239
(123,114,57)
#675F30
(103,95,48)
#534C27
(83,76,39)
#3F391E
(63,57,30)
#2B2615
(43,38,21)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #DFD166

#DFD166
(223,209,102)
#E1D573
(225,213,115)
#E3D980
(227,217,128)
#E5DD8D
(229,221,141)
#E7E19A
(231,225,154)
#E9E5A7
(233,229,167)
#EBE9B4
(235,233,180)
#EDEDC1
(237,237,193)
#EFF1CE
(239,241,206)
#F1F5DB
(241,245,219)
#F3F9E8
(243,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD166 color. Also use rgb(223,209,102) instead hex code.

Text Font Color

.myTextColor { color: #DFD166; }

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

This text font color is #DFD166.


Background Color

.myBgColor { background-color: #DFD166; }

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

This div background color is #DFD166.


Border color

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

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

This div border color is #DFD166.


Opacity

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

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

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

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

This text has shadow with #DFD166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD166 on black background.


Color preview on white background

This text has color #DFD166 on white background.



Black color preview on #DFD166 background

This text has black color on #DFD166 background.


White color preview on #DFD166 background

This text has white color on #DFD166 background.