Color Hex Logo

#dfd522 Color Hex

#DFD522
(223,213,34)
0 Favorites   0 Comments

Color spaces of #dfd522

RGB 22321334
HSL0.160.750.50
HSV57°85°87°
CMYK 0.000.040.85   0.13
XYZ54.514463.392010.8760
Yxy63.39200.42330.4922
Hunter Lab79.6191-17.116247.6343
CIE-Lab83.6482-14.091579.0104

#dfd522 color RGB value is (223,213,34).

#dfd522 hex color red value is 223, green value is 213 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dfd522 hue: 0.16 , saturation: 0.75 and the lightness value of dfd522 is 0.50.

The process color (four color CMYK) of #dfd522 color hex is 0.00, 0.04, 0.85, 0.13. Web safe color of #dfd522 is #cccc33. Color #dfd522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00100010
Octal 337 325 42
Decimal 223 213 34
Hex DF D5 22

RGB Percentages of Color #dfd522

%47.45
%45.32
%7.23

CMYK Percentages of Color #dfd522

%0
%4
%85
%13

Triadic Colors of #dfd522

#dfd522 #22dfd5 #d522df

Analogous Colors of #dfd522

#dfd522 #8bdf22 #df7722

Monochromatic Colors of #dfd522

#dfd522

Complementary Color

#dfd522 #222cdf

#dfd522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd522 Color CSS Codes

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

#dfd522 Text Font Color

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

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


#dfd522 Background Color

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

This div background color is #dfd522


#dfd522 Border Color

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

This div border color is #dfd522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd522


Comments

No comments written yet.

Please login to write comment.