Color Hex Logo

#dfd93f Color Hex

#DFD93F
(223,217,63)
0 Favorites   0 Comments

Color spaces of #dfd93f

RGB 22321763
HSL0.160.710.56
HSV58°72°87°
CMYK 0.000.030.72   0.13
XYZ56.141565.672614.4197
Yxy65.67260.41210.4821
Hunter Lab81.0386-18.157446.1772
CIE-Lab84.8291-15.089171.8993

#dfd93f color RGB value is (223,217,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 00111111
Octal 337 331 77
Decimal 223 217 63
Hex DF D9 3F

RGB Percentages of Color #dfd93f

%44.33
%43.14
%12.52

CMYK Percentages of Color #dfd93f

%0
%3
%72
%13

Triadic Colors of #dfd93f

#dfd93f #3fdfd9 #d93fdf

Analogous Colors of #dfd93f

#dfd93f #95df3f #df893f

Monochromatic Colors of #dfd93f

#dfd93f

Complementary Color

#dfd93f #3f45df

#dfd93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd93f Color CSS Codes

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

#dfd93f Text Font Color

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

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


#dfd93f Background Color

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

This div background color is #dfd93f


#dfd93f Border Color

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

This div border color is #dfd93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd93f


Comments

No comments written yet.

Please login to write comment.