Color Hex Logo

#dfc94e Color Hex

#DFC94E
(223,201,78)
0 Favorites   0 Comments

Color spaces of #dfc94e

RGB 22320178
HSL0.140.690.59
HSV51°65°87°
CMYK 0.000.100.65   0.13
XYZ52.693258.011315.6278
Yxy58.01130.41710.4592
Hunter Lab76.1651-9.797741.1503
CIE-Lab80.7451-6.256762.0868

#dfc94e color RGB value is (223,201,78).

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

The process color (four color CMYK) of #dfc94e color hex is 0.00, 0.10, 0.65, 0.13. Web safe color of #dfc94e is #cccc66. Color #dfc94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01001110
Octal 337 311 116
Decimal 223 201 78
Hex DF C9 4E

RGB Percentages of Color #dfc94e

%44.42
%40.04
%15.54

CMYK Percentages of Color #dfc94e

%0
%10
%65
%13

Triadic Colors of #dfc94e

#dfc94e #4edfc9 #c94edf

Analogous Colors of #dfc94e

#dfc94e #addf4e #df814e

Monochromatic Colors of #dfc94e

#dfc94e

Complementary Color

#dfc94e #4e64df

#dfc94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc94e Color CSS Codes

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

#dfc94e Text Font Color

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

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


#dfc94e Background Color

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

This div background color is #dfc94e


#dfc94e Border Color

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

This div border color is #dfc94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc94e


Comments

No comments written yet.

Please login to write comment.