Color Hex Logo

#dfc93e Color Hex

#DFC93E
(223,201,62)
0 Favorites   0 Comments

Color spaces of #dfc93e

RGB 22320162
HSL0.140.720.56
HSV52°72°87°
CMYK 0.000.100.72   0.13
XYZ52.187657.809112.9651
Yxy57.80910.42440.4701
Hunter Lab76.0323-10.536443.1124
CIE-Lab80.6325-7.089668.2138

#dfc93e color RGB value is (223,201,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00111110
Octal 337 311 76
Decimal 223 201 62
Hex DF C9 3E

RGB Percentages of Color #dfc93e

%45.88
%41.36
%12.76

CMYK Percentages of Color #dfc93e

%0
%10
%72
%13

Triadic Colors of #dfc93e

#dfc93e #3edfc9 #c93edf

Analogous Colors of #dfc93e

#dfc93e #a5df3e #df793e

Monochromatic Colors of #dfc93e

#dfc93e

Complementary Color

#dfc93e #3e54df

#dfc93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc93e Color CSS Codes

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

#dfc93e Text Font Color

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

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


#dfc93e Background Color

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

This div background color is #dfc93e


#dfc93e Border Color

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

This div border color is #dfc93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc93e


Comments

No comments written yet.

Please login to write comment.