Color Hex Logo

#dfda4f Color Hex

#DFDA4F
(223,218,79)
0 Favorites   0 Comments

Color spaces of #dfda4f

RGB 22321879
HSL0.160.690.59
HSV58°65°87°
CMYK 0.000.020.65   0.13
XYZ56.914166.395317.2130
Yxy66.39530.40500.4725
Hunter Lab81.4833-17.917944.5136
CIE-Lab85.1977-14.761966.3364

#dfda4f color RGB value is (223,218,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01001111
Octal 337 332 117
Decimal 223 218 79
Hex DF DA 4F

RGB Percentages of Color #dfda4f

%42.88
%41.92
%15.19

CMYK Percentages of Color #dfda4f

%0
%2
%65
%13

Triadic Colors of #dfda4f

#dfda4f #4fdfda #da4fdf

Analogous Colors of #dfda4f

#dfda4f #9cdf4f #df924f

Monochromatic Colors of #dfda4f

#dfda4f

Complementary Color

#dfda4f #4f54df

#dfda4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda4f Color CSS Codes

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

#dfda4f Text Font Color

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

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


#dfda4f Background Color

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

This div background color is #dfda4f


#dfda4f Border Color

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

This div border color is #dfda4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda4f


Comments

No comments written yet.

Please login to write comment.