Color Hex Logo

#dfa060 Color Hex

#DFA060
(223,160,96)
0 Favorites   0 Comments

Color spaces of #dfa060

RGB 22316096
HSL0.080.660.63
HSV30°57°87°
CMYK 0.000.280.57   0.13
XYZ45.113641.674116.7325
Yxy41.67410.43580.4026
Hunter Lab64.555511.769929.8211
CIE-Lab70.645616.552942.2625

#dfa060 color RGB value is (223,160,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01100000
Octal 337 240 140
Decimal 223 160 96
Hex DF A0 60

RGB Percentages of Color #dfa060

%46.56
%33.40
%20.04

CMYK Percentages of Color #dfa060

%0
%28
%57
%13

Triadic Colors of #dfa060

#dfa060 #60dfa0 #a060df

Analogous Colors of #dfa060

#dfa060 #dfdf60 #df6060

Monochromatic Colors of #dfa060

#dfa060

Complementary Color

#dfa060 #609fdf

#dfa060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa060 Color CSS Codes

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

#dfa060 Text Font Color

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

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


#dfa060 Background Color

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

This div background color is #dfa060


#dfa060 Border Color

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

This div border color is #dfa060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa060


Comments

No comments written yet.

Please login to write comment.