Color Hex Logo

#dfd419 Color Hex

#DFD419
(223,212,25)
0 Favorites   0 Comments

Color spaces of #dfd419

RGB 22321225
HSL0.160.800.49
HSV57°89°87°
CMYK 0.000.050.89   0.13
XYZ54.150462.845110.1960
Yxy62.84510.42570.4941
Hunter Lab79.2749-16.802947.8668
CIE-Lab83.3608-13.779580.4907

#dfd419 color RGB value is (223,212,25).

#dfd419 hex color red value is 223, green value is 212 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dfd419 hue: 0.16 , saturation: 0.80 and the lightness value of dfd419 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 00011001
Octal 337 324 31
Decimal 223 212 25
Hex DF D4 19

RGB Percentages of Color #dfd419

%48.48
%46.09
%5.43

CMYK Percentages of Color #dfd419

%0
%5
%89
%13

Triadic Colors of #dfd419

#dfd419 #19dfd4 #d419df

Analogous Colors of #dfd419

#dfd419 #87df19 #df7119

Monochromatic Colors of #dfd419

#dfd419

Complementary Color

#dfd419 #1924df

#dfd419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd419 Color CSS Codes

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

#dfd419 Text Font Color

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

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


#dfd419 Background Color

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

This div background color is #dfd419


#dfd419 Border Color

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

This div border color is #dfd419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd419


Comments

No comments written yet.

Please login to write comment.