Color Hex Logo

#dfda2f Color Hex

#DFDA2F
(223,218,47)
0 Favorites   0 Comments

Color spaces of #dfda2f

RGB 22321847
HSL0.160.730.53
HSV58°79°87°
CMYK 0.000.020.79   0.13
XYZ56.015966.036012.4832
Yxy66.03600.41640.4908
Hunter Lab81.2625-19.165847.7759
CIE-Lab85.0148-16.202477.0039

#dfda2f color RGB value is (223,218,47).

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

The process color (four color CMYK) of #dfda2f color hex is 0.00, 0.02, 0.79, 0.13. Web safe color of #dfda2f is #cccc33. Color #dfda2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 00101111
Octal 337 332 57
Decimal 223 218 47
Hex DF DA 2F

RGB Percentages of Color #dfda2f

%45.70
%44.67
%9.63

CMYK Percentages of Color #dfda2f

%0
%2
%79
%13

Triadic Colors of #dfda2f

#dfda2f #2fdfda #da2fdf

Analogous Colors of #dfda2f

#dfda2f #8cdf2f #df822f

Monochromatic Colors of #dfda2f

#dfda2f

Complementary Color

#dfda2f #2f34df

#dfda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda2f Color CSS Codes

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

#dfda2f Text Font Color

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

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


#dfda2f Background Color

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

This div background color is #dfda2f


#dfda2f Border Color

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

This div border color is #dfda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda2f


Comments

No comments written yet.

Please login to write comment.