Color Hex Logo

#dfd65e Color Hex

#DFD65E
(223,214,94)
0 Favorites   0 Comments

Color spaces of #dfd65e

RGB 22321494
HSL0.160.670.62
HSV56°58°87°
CMYK 0.000.040.58   0.13
XYZ56.498464.589320.0789
Yxy64.58930.40020.4575
Hunter Lab80.3675-15.157441.4443
CIE-Lab84.2717-11.799159.0435

#dfd65e color RGB value is (223,214,94).

#dfd65e hex color red value is 223, green value is 214 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfd65e hue: 0.16 , saturation: 0.67 and the lightness value of dfd65e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01011110
Octal 337 326 136
Decimal 223 214 94
Hex DF D6 5E

RGB Percentages of Color #dfd65e

%42.00
%40.30
%17.70

CMYK Percentages of Color #dfd65e

%0
%4
%58
%13

Triadic Colors of #dfd65e

#dfd65e #5edfd6 #d65edf

Analogous Colors of #dfd65e

#dfd65e #a8df5e #df965e

Monochromatic Colors of #dfd65e

#dfd65e

Complementary Color

#dfd65e #5e67df

#dfd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd65e Color CSS Codes

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

#dfd65e Text Font Color

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

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


#dfd65e Background Color

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

This div background color is #dfd65e


#dfd65e Border Color

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

This div border color is #dfd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd65e


Comments

No comments written yet.

Please login to write comment.