Color Hex Logo

#dfd319 Color Hex

#DFD319
(223,211,25)
0 Favorites   0 Comments

Color spaces of #dfd319

RGB 22321125
HSL0.160.800.49
HSV56°89°87°
CMYK 0.000.050.89   0.13
XYZ53.901262.346710.1129
Yxy62.34670.42660.4934
Hunter Lab78.9599-16.328647.6783
CIE-Lab83.0975-13.281180.2840

#dfd319 color RGB value is (223,211,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00011001
Octal 337 323 31
Decimal 223 211 25
Hex DF D3 19

RGB Percentages of Color #dfd319

%48.58
%45.97
%5.45

CMYK Percentages of Color #dfd319

%0
%5
%89
%13

Triadic Colors of #dfd319

#dfd319 #19dfd3 #d319df

Analogous Colors of #dfd319

#dfd319 #88df19 #df7019

Monochromatic Colors of #dfd319

#dfd319

Complementary Color

#dfd319 #1925df

#dfd319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd319 Color CSS Codes

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

#dfd319 Text Font Color

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

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


#dfd319 Background Color

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

This div background color is #dfd319


#dfd319 Border Color

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

This div border color is #dfd319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,211,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 #dfd319">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd319


Comments

No comments written yet.

Please login to write comment.