Color Hex Logo

#dfa05f Color Hex

#DFA05F
(223,160,95)
0 Favorites   0 Comments

Color spaces of #dfa05f

RGB 22316095
HSL0.080.670.62
HSV30°57°87°
CMYK 0.000.280.57   0.13
XYZ45.067841.655816.4915
Yxy41.65580.43660.4036
Hunter Lab64.541311.695430.0292
CIE-Lab70.633016.475642.7575

#dfa05f color RGB value is (223,160,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01011111
Octal 337 240 137
Decimal 223 160 95
Hex DF A0 5F

RGB Percentages of Color #dfa05f

%46.65
%33.47
%19.87

CMYK Percentages of Color #dfa05f

%0
%28
%57
%13

Triadic Colors of #dfa05f

#dfa05f #5fdfa0 #a05fdf

Analogous Colors of #dfa05f

#dfa05f #dedf5f #df605f

Monochromatic Colors of #dfa05f

#dfa05f

Complementary Color

#dfa05f #5f9edf

#dfa05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa05f Color CSS Codes

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

#dfa05f Text Font Color

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

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


#dfa05f Background Color

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

This div background color is #dfa05f


#dfa05f Border Color

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

This div border color is #dfa05f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,160,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 #dfa05f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa05f


Comments

No comments written yet.

Please login to write comment.