Color Hex Logo

#dfda6f Color Hex

#DFDA6F
(223,218,111)
0 Favorites   0 Comments

Color spaces of #dfda6f

RGB 223218111
HSL0.160.640.65
HSV57°50°87°
CMYK 0.000.020.50   0.13
XYZ58.372166.978524.8905
Yxy66.97850.38850.4458
Hunter Lab81.8404-15.906839.2561
CIE-Lab85.4931-12.466952.6990

#dfda6f color RGB value is (223,218,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01101111
Octal 337 332 157
Decimal 223 218 111
Hex DF DA 6F

RGB Percentages of Color #dfda6f

%40.40
%39.49
%20.11

CMYK Percentages of Color #dfda6f

%0
%2
%50
%13

Triadic Colors of #dfda6f

#dfda6f #6fdfda #da6fdf

Analogous Colors of #dfda6f

#dfda6f #acdf6f #dfa26f

Monochromatic Colors of #dfda6f

#dfda6f

Complementary Color

#dfda6f #6f74df

#dfda6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda6f Color CSS Codes

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

#dfda6f Text Font Color

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

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


#dfda6f Background Color

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

This div background color is #dfda6f


#dfda6f Border Color

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

This div border color is #dfda6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda6f

#dfda6f Color Palettes


Comments

No comments written yet.

Please login to write comment.