Color Hex Logo

#dfc45e Color Hex

#DFC45E
(223,196,94)
0 Favorites   0 Comments

Color spaces of #dfc45e

RGB 22319694
HSL0.130.670.62
HSV47°58°87°
CMYK 0.000.120.58   0.13
XYZ52.191755.976018.6433
Yxy55.97600.41160.4414
Hunter Lab74.8171-6.410137.5978
CIE-Lab79.6002-2.628953.7696

#dfc45e color RGB value is (223,196,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01011110
Octal 337 304 136
Decimal 223 196 94
Hex DF C4 5E

RGB Percentages of Color #dfc45e

%43.47
%38.21
%18.32

CMYK Percentages of Color #dfc45e

%0
%12
%58
%13

Triadic Colors of #dfc45e

#dfc45e #5edfc4 #c45edf

Analogous Colors of #dfc45e

#dfc45e #badf5e #df845e

Monochromatic Colors of #dfc45e

#dfc45e

Complementary Color

#dfc45e #5e79df

#dfc45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc45e Color CSS Codes

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

#dfc45e Text Font Color

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

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


#dfc45e Background Color

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

This div background color is #dfc45e


#dfc45e Border Color

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

This div border color is #dfc45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc45e


Comments

No comments written yet.

Please login to write comment.