Color Hex Logo

#dfa25f Color Hex

#DFA25F
(223,162,95)
0 Favorites   0 Comments

Color spaces of #dfa25f

RGB 22316295
HSL0.090.670.62
HSV31°57°87°
CMYK 0.000.270.57   0.13
XYZ45.417342.354916.6080
Yxy42.35490.43510.4058
Hunter Lab65.080610.677230.4262
CIE-Lab71.114915.403443.3380

#dfa25f color RGB value is (223,162,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 01011111
Octal 337 242 137
Decimal 223 162 95
Hex DF A2 5F

RGB Percentages of Color #dfa25f

%46.46
%33.75
%19.79

CMYK Percentages of Color #dfa25f

%0
%27
%57
%13

Triadic Colors of #dfa25f

#dfa25f #5fdfa2 #a25fdf

Analogous Colors of #dfa25f

#dfa25f #dcdf5f #df625f

Monochromatic Colors of #dfa25f

#dfa25f

Complementary Color

#dfa25f #5f9cdf

#dfa25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa25f Color CSS Codes

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

#dfa25f Text Font Color

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

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


#dfa25f Background Color

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

This div background color is #dfa25f


#dfa25f Border Color

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

This div border color is #dfa25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa25f


Comments

No comments written yet.

Please login to write comment.