Color Hex Logo

#dfd059 Color Hex

#DFD059
(223,208,89)
0 Favorites   0 Comments

Color spaces of #dfd059

RGB 22320889
HSL0.150.680.61
HSV53°60°87°
CMYK 0.000.070.60   0.13
XYZ54.790561.521018.4382
Yxy61.52100.40660.4566
Hunter Lab78.4353-12.571840.9671
CIE-Lab82.6580-9.123459.4506

#dfd059 color RGB value is (223,208,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01011001
Octal 337 320 131
Decimal 223 208 89
Hex DF D0 59

RGB Percentages of Color #dfd059

%42.88
%40.00
%17.12

CMYK Percentages of Color #dfd059

%0
%7
%60
%13

Triadic Colors of #dfd059

#dfd059 #59dfd0 #d059df

Analogous Colors of #dfd059

#dfd059 #abdf59 #df8d59

Monochromatic Colors of #dfd059

#dfd059

Complementary Color

#dfd059 #5968df

#dfd059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd059 Color CSS Codes

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

#dfd059 Text Font Color

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

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


#dfd059 Background Color

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

This div background color is #dfd059


#dfd059 Border Color

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

This div border color is #dfd059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd059


Comments

No comments written yet.

Please login to write comment.