Color Hex Logo

#dfda61 Color Hex

#DFDA61
(223,218,97)
0 Favorites   0 Comments

Color spaces of #dfda61

RGB 22321897
HSL0.160.660.63
HSV58°57°87°
CMYK 0.000.020.57   0.13
XYZ57.660566.693921.1434
Yxy66.69390.39630.4584
Hunter Lab81.6663-16.886241.8163
CIE-Lab85.3491-13.580558.9240

#dfda61 color RGB value is (223,218,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01100001
Octal 337 332 141
Decimal 223 218 97
Hex DF DA 61

RGB Percentages of Color #dfda61

%41.45
%40.52
%18.03

CMYK Percentages of Color #dfda61

%0
%2
%57
%13

Triadic Colors of #dfda61

#dfda61 #61dfda #da61df

Analogous Colors of #dfda61

#dfda61 #a5df61 #df9b61

Monochromatic Colors of #dfda61

#dfda61

Complementary Color

#dfda61 #6166df

#dfda61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda61 Color CSS Codes

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

#dfda61 Text Font Color

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

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


#dfda61 Background Color

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

This div background color is #dfda61


#dfda61 Border Color

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

This div border color is #dfda61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda61


Comments

No comments written yet.

Please login to write comment.