color codes Logo

#dfa25e color codes

#DFA25E
(223,162,94)
0 Favorites   0 Comments

Color spaces of #dfa25e

RGB 22316294
HSL0.090.670.62
HSV32°58°87°
CMYK 0.000.270.58   0.13
XYZ45.372142.336816.3701
Yxy42.33680.43590.4068
Hunter Lab65.066710.604230.6300
CIE-Lab71.102515.327243.8293

#dfa25e color RGB value is (223,162,94).

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

The process color (four color CMYK) of #dfa25e color code is 0.00, 0.27, 0.58, 0.13. Web safe color of #dfa25e is #cc9966. Color #dfa25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 01011110
Octal 337 242 136
Decimal 223 162 94
Hex DF A2 5E

RGB Percentages of Color #dfa25e

%46.56
%33.82
%19.62

CMYK Percentages of Color #dfa25e

%0
%27
%58
%13

Triadic Colors of #dfa25e

#dfa25e #5edfa2 #a25edf

Analogous Colors of #dfa25e

#dfa25e #dcdf5e #df615e

Monochromatic Colors of #dfa25e

#dfa25e

Complementary Color

#dfa25e #5e9bdf

#dfa25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa25e Color CSS Codes

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

#dfa25e Text Font Color

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

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


#dfa25e Background Color

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

This div background color is #dfa25e


#dfa25e Border Color

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

This div border color is #dfa25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa25e


Comments

No comments written yet.

Please login to write comment.