Color Hex Logo

#dfa074 Color Hex

#DFA074
(223,160,116)
0 Favorites   0 Comments

Color spaces of #dfa074

RGB 223160116
HSL0.070.630.66
HSV25°48°87°
CMYK 0.000.280.48   0.13
XYZ46.154642.090522.2147
Yxy42.09050.41780.3810
Hunter Lab64.877213.452525.1125
CIE-Lab70.933318.290332.1451

#dfa074 color RGB value is (223,160,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01110100
Octal 337 240 164
Decimal 223 160 116
Hex DF A0 74

RGB Percentages of Color #dfa074

%44.69
%32.06
%23.25

CMYK Percentages of Color #dfa074

%0
%28
%48
%13

Triadic Colors of #dfa074

#dfa074 #74dfa0 #a074df

Analogous Colors of #dfa074

#dfa074 #dfd674 #df747e

Monochromatic Colors of #dfa074

#dfa074

Complementary Color

#dfa074 #74b3df

#dfa074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa074 Color CSS Codes

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

#dfa074 Text Font Color

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

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


#dfa074 Background Color

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

This div background color is #dfa074


#dfa074 Border Color

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

This div border color is #dfa074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa074


Comments

No comments written yet.

Please login to write comment.