Color Hex Logo

#dfa076 Color Hex

#DFA076
(223,160,118)
0 Favorites   0 Comments

Color spaces of #dfa076

RGB 223160118
HSL0.070.620.67
HSV24°47°87°
CMYK 0.000.280.47   0.13
XYZ46.272242.137622.8341
Yxy42.13760.41600.3788
Hunter Lab64.913513.641424.5835
CIE-Lab70.965718.484131.1167

#dfa076 color RGB value is (223,160,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01110110
Octal 337 240 166
Decimal 223 160 118
Hex DF A0 76

RGB Percentages of Color #dfa076

%44.51
%31.94
%23.55

CMYK Percentages of Color #dfa076

%0
%28
%47
%13

Triadic Colors of #dfa076

#dfa076 #76dfa0 #a076df

Analogous Colors of #dfa076

#dfa076 #dfd576 #df7681

Monochromatic Colors of #dfa076

#dfa076

Complementary Color

#dfa076 #76b5df

#dfa076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa076 Color CSS Codes

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

#dfa076 Text Font Color

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

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


#dfa076 Background Color

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

This div background color is #dfa076


#dfa076 Border Color

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

This div border color is #dfa076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa076


Comments

No comments written yet.

Please login to write comment.