Color Hex Logo

#dfad5f Color Hex

#DFAD5F
(223,173,95)
0 Favorites   0 Comments

Color spaces of #dfad5f

RGB 22317395
HSL0.100.670.62
HSV37°57°87°
CMYK 0.000.220.57   0.13
XYZ47.440646.401317.2824
Yxy46.40130.42690.4176
Hunter Lab68.11855.107632.6404
CIE-Lab73.80529.528146.5491

#dfad5f color RGB value is (223,173,95).

#dfad5f hex color red value is 223, green value is 173 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dfad5f hue: 0.10 , saturation: 0.67 and the lightness value of dfad5f is 0.62.

The process color (four color CMYK) of #dfad5f color hex is 0.00, 0.22, 0.57, 0.13. Web safe color of #dfad5f is #cc9966. Color #dfad5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01011111
Octal 337 255 137
Decimal 223 173 95
Hex DF AD 5F

RGB Percentages of Color #dfad5f

%45.42
%35.23
%19.35

CMYK Percentages of Color #dfad5f

%0
%22
%57
%13

Triadic Colors of #dfad5f

#dfad5f #5fdfad #ad5fdf

Analogous Colors of #dfad5f

#dfad5f #d1df5f #df6d5f

Monochromatic Colors of #dfad5f

#dfad5f

Complementary Color

#dfad5f #5f91df

#dfad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad5f Color CSS Codes

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

#dfad5f Text Font Color

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

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


#dfad5f Background Color

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

This div background color is #dfad5f


#dfad5f Border Color

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

This div border color is #dfad5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad5f


Comments

No comments written yet.

Please login to write comment.