Color Hex Logo

#dfc05e Color Hex

#DFC05E
(223,192,94)
0 Favorites   0 Comments

Color spaces of #dfc05e

RGB 22319294
HSL0.130.670.62
HSV46°58°87°
CMYK 0.000.140.58   0.13
XYZ51.301454.195418.3466
Yxy54.19540.41420.4376
Hunter Lab73.6175-4.440536.7563
CIE-Lab78.5755-0.553952.5953

#dfc05e color RGB value is (223,192,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01011110
Octal 337 300 136
Decimal 223 192 94
Hex DF C0 5E

RGB Percentages of Color #dfc05e

%43.81
%37.72
%18.47

CMYK Percentages of Color #dfc05e

%0
%14
%58
%13

Triadic Colors of #dfc05e

#dfc05e #5edfc0 #c05edf

Analogous Colors of #dfc05e

#dfc05e #bedf5e #df805e

Monochromatic Colors of #dfc05e

#dfc05e

Complementary Color

#dfc05e #5e7ddf

#dfc05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc05e Color CSS Codes

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

#dfc05e Text Font Color

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

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


#dfc05e Background Color

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

This div background color is #dfc05e


#dfc05e Border Color

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

This div border color is #dfc05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc05e


Comments

No comments written yet.

Please login to write comment.