Color Hex Logo

#dfd16e Color Hex

#DFD16E
(223,209,110)
0 Favorites   0 Comments

Color spaces of #dfd16e

RGB 223209110
HSL0.150.640.65
HSV53°51°87°
CMYK 0.000.060.51   0.13
XYZ56.046462.414723.8451
Yxy62.41470.39380.4386
Hunter Lab79.0030-11.623537.4069
CIE-Lab83.1335-8.017250.3672

#dfd16e color RGB value is (223,209,110).

#dfd16e hex color red value is 223, green value is 209 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfd16e hue: 0.15 , saturation: 0.64 and the lightness value of dfd16e is 0.65.

The process color (four color CMYK) of #dfd16e color hex is 0.00, 0.06, 0.51, 0.13. Web safe color of #dfd16e is #cccc66. Color #dfd16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01101110
Octal 337 321 156
Decimal 223 209 110
Hex DF D1 6E

RGB Percentages of Color #dfd16e

%41.14
%38.56
%20.30

CMYK Percentages of Color #dfd16e

%0
%6
%51
%13

Triadic Colors of #dfd16e

#dfd16e #6edfd1 #d16edf

Analogous Colors of #dfd16e

#dfd16e #b5df6e #df996e

Monochromatic Colors of #dfd16e

#dfd16e

Complementary Color

#dfd16e #6e7cdf

#dfd16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd16e Color CSS Codes

.mybgcolor {background-color:#dfd16e; } 
.myforecolor {color:#dfd16e; }
.mybordercolor {border:3px solid #dfd16e; }

#dfd16e Text Font Color

<p style="color:#dfd16e">Text here</p>

This sample text font color is #dfd16e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfd16e Background Color

<div style="background-color:#dfd16e">
Div content here</div>

This div background color is #dfd16e


#dfd16e Border Color

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

This div border color is #dfd16e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,209,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfd16e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfd16e;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd16e;
  box-shadow:         1px 1px 3px 2px #dfd16e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,209,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfd16e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd16e;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd16e;
  box-shadow:         1px 1px 3px 2px #dfd16e;">
Div content here</div>

This div box has shadow with color #dfd16e


Comments

No comments written yet.

Please login to write comment.