Color Hex Logo

#dfd56e Color Hex

#DFD56E
(223,213,110)
0 Favorites   0 Comments

Color spaces of #dfd56e

RGB 223213110
HSL0.150.640.65
HSV55°51°87°
CMYK 0.000.040.51   0.13
XYZ57.040164.402324.1764
Yxy64.40230.39170.4423
Hunter Lab80.2510-13.566738.3140
CIE-Lab84.1748-10.042251.6069

#dfd56e color RGB value is (223,213,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01101110
Octal 337 325 156
Decimal 223 213 110
Hex DF D5 6E

RGB Percentages of Color #dfd56e

%40.84
%39.01
%20.15

CMYK Percentages of Color #dfd56e

%0
%4
%51
%13

Triadic Colors of #dfd56e

#dfd56e #6edfd5 #d56edf

Analogous Colors of #dfd56e

#dfd56e #b1df6e #df9d6e

Monochromatic Colors of #dfd56e

#dfd56e

Complementary Color

#dfd56e #6e78df

#dfd56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd56e Color CSS Codes

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

#dfd56e Text Font Color

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

This sample text font color is #dfd56e
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.


#dfd56e Background Color

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

This div background color is #dfd56e


#dfd56e Border Color

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

This div border color is #dfd56e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,213,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 #dfd56e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd56e


Comments

No comments written yet.

Please login to write comment.