Color Hex Logo

#dfd53f Color Hex

#DFD53F
(223,213,63)
0 Favorites   0 Comments

Color spaces of #dfd53f

RGB 22321363
HSL0.160.710.56
HSV56°72°87°
CMYK 0.000.040.72   0.13
XYZ55.122963.635414.0802
Yxy63.63540.41500.4790
Hunter Lab79.7718-16.255845.3752
CIE-Lab83.7756-13.100670.8892

#dfd53f color RGB value is (223,213,63).

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

The process color (four color CMYK) of #dfd53f color hex is 0.00, 0.04, 0.72, 0.13. Web safe color of #dfd53f is #cccc33. Color #dfd53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00111111
Octal 337 325 77
Decimal 223 213 63
Hex DF D5 3F

RGB Percentages of Color #dfd53f

%44.69
%42.69
%12.63

CMYK Percentages of Color #dfd53f

%0
%4
%72
%13

Triadic Colors of #dfd53f

#dfd53f #3fdfd5 #d53fdf

Analogous Colors of #dfd53f

#dfd53f #99df3f #df853f

Monochromatic Colors of #dfd53f

#dfd53f

Complementary Color

#dfd53f #3f49df

#dfd53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd53f Color CSS Codes

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

#dfd53f Text Font Color

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

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


#dfd53f Background Color

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

This div background color is #dfd53f


#dfd53f Border Color

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

This div border color is #dfd53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd53f


Comments

No comments written yet.

Please login to write comment.