Color Hex Logo

#dfda60 Color Hex

#DFDA60
(223,218,96)
0 Favorites   0 Comments

Color spaces of #dfda60

RGB 22321896
HSL0.160.660.63
HSV58°57°87°
CMYK 0.000.020.57   0.13
XYZ57.614166.675320.8994
Yxy66.67530.39680.4592
Hunter Lab81.6549-16.950141.9833
CIE-Lab85.3397-13.653559.3550

#dfda60 color RGB value is (223,218,96).

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

The process color (four color CMYK) of #dfda60 color hex is 0.00, 0.02, 0.57, 0.13. Web safe color of #dfda60 is #cccc66. Color #dfda60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01100000
Octal 337 332 140
Decimal 223 218 96
Hex DF DA 60

RGB Percentages of Color #dfda60

%41.53
%40.60
%17.88

CMYK Percentages of Color #dfda60

%0
%2
%57
%13

Triadic Colors of #dfda60

#dfda60 #60dfda #da60df

Analogous Colors of #dfda60

#dfda60 #a5df60 #df9b60

Monochromatic Colors of #dfda60

#dfda60

Complementary Color

#dfda60 #6065df

#dfda60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda60 Color CSS Codes

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

#dfda60 Text Font Color

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

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


#dfda60 Background Color

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

This div background color is #dfda60


#dfda60 Border Color

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

This div border color is #dfda60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda60


Comments

No comments written yet.

Please login to write comment.