Color Hex Logo

#dfd63e Color Hex

#DFD63E
(223,214,62)
0 Favorites   0 Comments

Color spaces of #dfd63e

RGB 22321462
HSL0.160.720.56
HSV57°72°87°
CMYK 0.000.040.72   0.13
XYZ55.347564.128914.0184
Yxy64.12890.41460.4804
Hunter Lab80.0805-16.771045.6774
CIE-Lab84.0328-13.643971.4809

#dfd63e color RGB value is (223,214,62).

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

The process color (four color CMYK) of #dfd63e color hex is 0.00, 0.04, 0.72, 0.13. Web safe color of #dfd63e is #cccc33. Color #dfd63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 00111110
Octal 337 326 76
Decimal 223 214 62
Hex DF D6 3E

RGB Percentages of Color #dfd63e

%44.69
%42.89
%12.42

CMYK Percentages of Color #dfd63e

%0
%4
%72
%13

Triadic Colors of #dfd63e

#dfd63e #3edfd6 #d63edf

Analogous Colors of #dfd63e

#dfd63e #98df3e #df863e

Monochromatic Colors of #dfd63e

#dfd63e

Complementary Color

#dfd63e #3e47df

#dfd63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd63e Color CSS Codes

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

#dfd63e Text Font Color

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

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


#dfd63e Background Color

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

This div background color is #dfd63e


#dfd63e Border Color

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

This div border color is #dfd63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd63e


Comments

No comments written yet.

Please login to write comment.