Color Hex Logo

#dfc22e Color Hex

#DFC22E
(223,194,46)
0 Favorites   0 Comments

Color spaces of #dfc22e

RGB 22319446
HSL0.140.730.53
HSV50°79°87°
CMYK 0.000.130.79   0.13
XYZ50.216454.468810.4516
Yxy54.46880.43610.4731
Hunter Lab73.8030-7.701843.2657
CIE-Lab78.7343-4.128771.7613

#dfc22e color RGB value is (223,194,46).

#dfc22e hex color red value is 223, green value is 194 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfc22e hue: 0.14 , saturation: 0.73 and the lightness value of dfc22e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00101110
Octal 337 302 56
Decimal 223 194 46
Hex DF C2 2E

RGB Percentages of Color #dfc22e

%48.16
%41.90
%9.94

CMYK Percentages of Color #dfc22e

%0
%13
%79
%13

Triadic Colors of #dfc22e

#dfc22e #2edfc2 #c22edf

Analogous Colors of #dfc22e

#dfc22e #a4df2e #df6a2e

Monochromatic Colors of #dfc22e

#dfc22e

Complementary Color

#dfc22e #2e4bdf

#dfc22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc22e Color CSS Codes

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

#dfc22e Text Font Color

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

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


#dfc22e Background Color

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

This div background color is #dfc22e


#dfc22e Border Color

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

This div border color is #dfc22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc22e


Comments

No comments written yet.

Please login to write comment.