Color Hex Logo

#dfd225 Color Hex

#DFD225
(223,210,37)
0 Favorites   0 Comments

Color spaces of #dfd225

RGB 22321037
HSL0.160.740.51
HSV56°83°87°
CMYK 0.000.060.83   0.13
XYZ53.811961.914710.8648
Yxy61.91470.42510.4891
Hunter Lab78.6859-15.627346.8935
CIE-Lab82.8680-12.520977.6972

#dfd225 color RGB value is (223,210,37).

#dfd225 hex color red value is 223, green value is 210 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dfd225 hue: 0.16 , saturation: 0.74 and the lightness value of dfd225 is 0.51.

The process color (four color CMYK) of #dfd225 color hex is 0.00, 0.06, 0.83, 0.13. Web safe color of #dfd225 is #cccc33. Color #dfd225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00100101
Octal 337 322 45
Decimal 223 210 37
Hex DF D2 25

RGB Percentages of Color #dfd225

%47.45
%44.68
%7.87

CMYK Percentages of Color #dfd225

%0
%6
%83
%13

Triadic Colors of #dfd225

#dfd225 #25dfd2 #d225df

Analogous Colors of #dfd225

#dfd225 #8fdf25 #df7525

Monochromatic Colors of #dfd225

#dfd225

Complementary Color

#dfd225 #2532df

#dfd225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd225 Color CSS Codes

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

#dfd225 Text Font Color

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

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


#dfd225 Background Color

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

This div background color is #dfd225


#dfd225 Border Color

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

This div border color is #dfd225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd225


Comments

No comments written yet.

Please login to write comment.