Color Hex Logo

#dfd24f Color Hex

#DFD24F
(223,210,79)
0 Favorites   0 Comments

Color spaces of #dfd24f

RGB 22321079
HSL0.150.690.59
HSV55°65°87°
CMYK 0.000.060.65   0.13
XYZ54.889362.345716.5381
Yxy62.34570.41030.4661
Hunter Lab78.9593-14.092842.8532
CIE-Lab83.0969-10.765264.1467

#dfd24f color RGB value is (223,210,79).

#dfd24f hex color red value is 223, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dfd24f hue: 0.15 , saturation: 0.69 and the lightness value of dfd24f is 0.59.

The process color (four color CMYK) of #dfd24f color hex is 0.00, 0.06, 0.65, 0.13. Web safe color of #dfd24f is #cccc66. Color #dfd24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01001111
Octal 337 322 117
Decimal 223 210 79
Hex DF D2 4F

RGB Percentages of Color #dfd24f

%43.55
%41.02
%15.43

CMYK Percentages of Color #dfd24f

%0
%6
%65
%13

Triadic Colors of #dfd24f

#dfd24f #4fdfd2 #d24fdf

Analogous Colors of #dfd24f

#dfd24f #a4df4f #df8a4f

Monochromatic Colors of #dfd24f

#dfd24f

Complementary Color

#dfd24f #4f5cdf

#dfd24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd24f Color CSS Codes

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

#dfd24f Text Font Color

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

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


#dfd24f Background Color

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

This div background color is #dfd24f


#dfd24f Border Color

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

This div border color is #dfd24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd24f


Comments

No comments written yet.

Please login to write comment.