Color Hex Logo

#dfd25a Color Hex

#DFD25A
(223,210,90)
0 Favorites   0 Comments

Color spaces of #dfd25a

RGB 22321090
HSL0.150.680.61
HSV54°60°87°
CMYK 0.000.060.60   0.13
XYZ55.323562.519318.8244
Yxy62.51930.40480.4575
Hunter Lab79.0691-13.477241.2329
CIE-Lab83.1888-10.066259.5985

#dfd25a color RGB value is (223,210,90).

#dfd25a hex color red value is 223, green value is 210 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dfd25a hue: 0.15 , saturation: 0.68 and the lightness value of dfd25a is 0.61.

The process color (four color CMYK) of #dfd25a color hex is 0.00, 0.06, 0.60, 0.13. Web safe color of #dfd25a is #cccc66. Color #dfd25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01011010
Octal 337 322 132
Decimal 223 210 90
Hex DF D2 5A

RGB Percentages of Color #dfd25a

%42.64
%40.15
%17.21

CMYK Percentages of Color #dfd25a

%0
%6
%60
%13

Triadic Colors of #dfd25a

#dfd25a #5adfd2 #d25adf

Analogous Colors of #dfd25a

#dfd25a #aadf5a #df905a

Monochromatic Colors of #dfd25a

#dfd25a

Complementary Color

#dfd25a #5a67df

#dfd25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd25a Color CSS Codes

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

#dfd25a Text Font Color

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

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


#dfd25a Background Color

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

This div background color is #dfd25a


#dfd25a Border Color

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

This div border color is #dfd25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd25a


Comments

No comments written yet.

Please login to write comment.