Color Hex Logo

#dfa95f Color Hex

#DFA95F
(223,169,95)
0 Favorites   0 Comments

Color spaces of #dfa95f

RGB 22316995
HSL0.100.670.62
HSV35°57°87°
CMYK 0.000.240.57   0.13
XYZ46.685044.890117.0306
Yxy44.89010.42990.4133
Hunter Lab67.00017.126931.8293
CIE-Lab72.819511.659945.3781

#dfa95f color RGB value is (223,169,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01011111
Octal 337 251 137
Decimal 223 169 95
Hex DF A9 5F

RGB Percentages of Color #dfa95f

%45.79
%34.70
%19.51

CMYK Percentages of Color #dfa95f

%0
%24
%57
%13

Triadic Colors of #dfa95f

#dfa95f #5fdfa9 #a95fdf

Analogous Colors of #dfa95f

#dfa95f #d5df5f #df695f

Monochromatic Colors of #dfa95f

#dfa95f

Complementary Color

#dfa95f #5f95df

#dfa95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa95f Color CSS Codes

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

#dfa95f Text Font Color

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

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


#dfa95f Background Color

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

This div background color is #dfa95f


#dfa95f Border Color

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

This div border color is #dfa95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa95f


Comments

No comments written yet.

Please login to write comment.