Color Hex Logo

#dfdd4f Color Hex

#DFDD4F
(223,221,79)
0 Favorites   0 Comments

Color spaces of #dfdd4f

RGB 22322179
HSL0.160.690.59
HSV59°65°87°
CMYK 0.000.010.65   0.13
XYZ57.699267.965417.4747
Yxy67.96540.40310.4748
Hunter Lab82.4411-19.342745.1413
CIE-Lab85.9891-16.244567.1558

#dfdd4f color RGB value is (223,221,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01001111
Octal 337 335 117
Decimal 223 221 79
Hex DF DD 4F

RGB Percentages of Color #dfdd4f

%42.64
%42.26
%15.11

CMYK Percentages of Color #dfdd4f

%0
%1
%65
%13

Triadic Colors of #dfdd4f

#dfdd4f #4fdfdd #dd4fdf

Analogous Colors of #dfdd4f

#dfdd4f #99df4f #df954f

Monochromatic Colors of #dfdd4f

#dfdd4f

Complementary Color

#dfdd4f #4f51df

#dfdd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd4f Color CSS Codes

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

#dfdd4f Text Font Color

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

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


#dfdd4f Background Color

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

This div background color is #dfdd4f


#dfdd4f Border Color

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

This div border color is #dfdd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd4f


Comments

No comments written yet.

Please login to write comment.