Color Hex Logo

#dfd517 Color Hex

#DFD517
(223,213,23)
0 Favorites   0 Comments

Color spaces of #dfd517

RGB 22321323
HSL0.160.810.48
HSV57°90°87°
CMYK 0.000.040.90   0.13
XYZ54.380363.338310.1700
Yxy63.33830.42520.4953
Hunter Lab79.5854-17.306248.1332
CIE-Lab83.6201-14.311181.0149

#dfd517 color RGB value is (223,213,23).

#dfd517 hex color red value is 223, green value is 213 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dfd517 hue: 0.16 , saturation: 0.81 and the lightness value of dfd517 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00010111
Octal 337 325 27
Decimal 223 213 23
Hex DF D5 17

RGB Percentages of Color #dfd517

%48.58
%46.41
%5.01

CMYK Percentages of Color #dfd517

%0
%4
%90
%13

Triadic Colors of #dfd517

#dfd517 #17dfd5 #d517df

Analogous Colors of #dfd517

#dfd517 #85df17 #df7117

Monochromatic Colors of #dfd517

#dfd517

Complementary Color

#dfd517 #1721df

#dfd517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd517 Color CSS Codes

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

#dfd517 Text Font Color

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

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


#dfd517 Background Color

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

This div background color is #dfd517


#dfd517 Border Color

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

This div border color is #dfd517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd517


Comments

No comments written yet.

Please login to write comment.