Color Hex Logo

#dfc24f Color Hex

#DFC24F
(223,194,79)
0 Favorites   0 Comments

Color spaces of #dfc24f

RGB 22319479
HSL0.130.690.59
HSV48°65°87°
CMYK 0.000.130.65   0.13
XYZ51.134554.836115.2865
Yxy54.83610.42170.4522
Hunter Lab74.0514-6.330939.5967
CIE-Lab78.9468-2.596059.7542

#dfc24f color RGB value is (223,194,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01001111
Octal 337 302 117
Decimal 223 194 79
Hex DF C2 4F

RGB Percentages of Color #dfc24f

%44.96
%39.11
%15.93

CMYK Percentages of Color #dfc24f

%0
%13
%65
%13

Triadic Colors of #dfc24f

#dfc24f #4fdfc2 #c24fdf

Analogous Colors of #dfc24f

#dfc24f #b4df4f #df7a4f

Monochromatic Colors of #dfc24f

#dfc24f

Complementary Color

#dfc24f #4f6cdf

#dfc24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc24f Color CSS Codes

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

#dfc24f Text Font Color

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

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


#dfc24f Background Color

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

This div background color is #dfc24f


#dfc24f Border Color

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

This div border color is #dfc24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc24f


Comments

No comments written yet.

Please login to write comment.