Color Hex Logo

#dfdc1f Color Hex

#DFDC1F
(223,220,31)
0 Favorites   0 Comments

Color spaces of #dfdc1f

RGB 22322031
HSL0.160.760.50
HSV59°86°87°
CMYK 0.000.010.86   0.13
XYZ56.271966.973311.2576
Yxy66.97330.41840.4979
Hunter Lab81.8372-20.477249.1301
CIE-Lab85.4905-17.615181.1139

#dfdc1f color RGB value is (223,220,31).

#dfdc1f hex color red value is 223, green value is 220 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfdc1f hue: 0.16 , saturation: 0.76 and the lightness value of dfdc1f is 0.50.

The process color (four color CMYK) of #dfdc1f color hex is 0.00, 0.01, 0.86, 0.13. Web safe color of #dfdc1f is #cccc33. Color #dfdc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 00011111
Octal 337 334 37
Decimal 223 220 31
Hex DF DC 1F

RGB Percentages of Color #dfdc1f

%47.05
%46.41
%6.54

CMYK Percentages of Color #dfdc1f

%0
%1
%86
%13

Triadic Colors of #dfdc1f

#dfdc1f #1fdfdc #dc1fdf

Analogous Colors of #dfdc1f

#dfdc1f #82df1f #df7c1f

Monochromatic Colors of #dfdc1f

#dfdc1f

Complementary Color

#dfdc1f #1f22df

#dfdc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdc1f Color CSS Codes

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

#dfdc1f Text Font Color

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

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


#dfdc1f Background Color

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

This div background color is #dfdc1f


#dfdc1f Border Color

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

This div border color is #dfdc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdc1f


Comments

No comments written yet.

Please login to write comment.