Color Hex Logo

#dfa162 Color Hex

#DFA162
(223,161,98)
0 Favorites   0 Comments

Color spaces of #dfa162

RGB 22316198
HSL0.080.660.63
HSV30°56°87°
CMYK 0.000.280.56   0.13
XYZ45.380942.059617.2817
Yxy42.05960.43330.4016
Hunter Lab64.853411.411329.5982
CIE-Lab70.912016.173741.5623

#dfa162 color RGB value is (223,161,98).

#dfa162 hex color red value is 223, green value is 161 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dfa162 hue: 0.08 , saturation: 0.66 and the lightness value of dfa162 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01100010
Octal 337 241 142
Decimal 223 161 98
Hex DF A1 62

RGB Percentages of Color #dfa162

%46.27
%33.40
%20.33

CMYK Percentages of Color #dfa162

%0
%28
%56
%13

Triadic Colors of #dfa162

#dfa162 #62dfa1 #a162df

Analogous Colors of #dfa162

#dfa162 #dfdf62 #df6362

Monochromatic Colors of #dfa162

#dfa162

Complementary Color

#dfa162 #62a0df

#dfa162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa162 Color CSS Codes

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

#dfa162 Text Font Color

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

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


#dfa162 Background Color

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

This div background color is #dfa162


#dfa162 Border Color

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

This div border color is #dfa162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa162


Comments

No comments written yet.

Please login to write comment.