Color Hex Logo

#dfc20e Color Hex

#DFC20E
(223,194,14)
0 Favorites   0 Comments

Color spaces of #dfc20e

RGB 22319414
HSL0.140.880.46
HSV52°94°87°
CMYK 0.000.130.94   0.13
XYZ49.802554.30338.2722
Yxy54.30330.44320.4832
Hunter Lab73.6908-8.323044.9279
CIE-Lab78.6383-4.828478.4629

#dfc20e color RGB value is (223,194,14).

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

The process color (four color CMYK) of #dfc20e color hex is 0.00, 0.13, 0.94, 0.13. Web safe color of #dfc20e is #cccc00. Color #dfc20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00001110
Octal 337 302 16
Decimal 223 194 14
Hex DF C2 E

RGB Percentages of Color #dfc20e

%51.74
%45.01
%3.25

CMYK Percentages of Color #dfc20e

%0
%13
%94
%13

Triadic Colors of #dfc20e

#dfc20e #0edfc2 #c20edf

Analogous Colors of #dfc20e

#dfc20e #94df0e #df5a0e

Monochromatic Colors of #dfc20e

#dfc20e

Complementary Color

#dfc20e #0e2bdf

#dfc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc20e Color CSS Codes

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

#dfc20e Text Font Color

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

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


#dfc20e Background Color

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

This div background color is #dfc20e


#dfc20e Border Color

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

This div border color is #dfc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc20e


Comments

No comments written yet.

Please login to write comment.