Color Hex Logo

#dfc716 Color Hex

#DFC716
(223,199,22)
0 Favorites   0 Comments

Color spaces of #dfc716

RGB 22319922
HSL0.150.820.48
HSV53°90°87°
CMYK 0.000.110.90   0.13
XYZ50.999756.59288.9946
Yxy56.59280.43740.4854
Hunter Lab75.2282-10.638245.5708
CIE-Lab79.9500-7.278078.3272

#dfc716 color RGB value is (223,199,22).

#dfc716 hex color red value is 223, green value is 199 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dfc716 hue: 0.15 , saturation: 0.82 and the lightness value of dfc716 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00010110
Octal 337 307 26
Decimal 223 199 22
Hex DF C7 16

RGB Percentages of Color #dfc716

%50.23
%44.82
%4.95

CMYK Percentages of Color #dfc716

%0
%11
%90
%13

Triadic Colors of #dfc716

#dfc716 #16dfc7 #c716df

Analogous Colors of #dfc716

#dfc716 #93df16 #df6316

Monochromatic Colors of #dfc716

#dfc716

Complementary Color

#dfc716 #162edf

#dfc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc716 Color CSS Codes

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

#dfc716 Text Font Color

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

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


#dfc716 Background Color

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

This div background color is #dfc716


#dfc716 Border Color

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

This div border color is #dfc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc716


Comments

No comments written yet.

Please login to write comment.