Color Hex Logo

#dfa770 Color Hex

#DFA770
(223,167,112)
0 Favorites   0 Comments

Color spaces of #dfa770

RGB 223167112
HSL0.080.630.66
HSV30°50°87°
CMYK 0.000.250.50   0.13
XYZ47.174844.495321.4313
Yxy44.49530.41710.3934
Hunter Lab66.70489.504927.6443
CIE-Lab72.558314.160436.3475

#dfa770 color RGB value is (223,167,112).

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

The process color (four color CMYK) of #dfa770 color hex is 0.00, 0.25, 0.50, 0.13. Web safe color of #dfa770 is #cc9966. Color #dfa770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01110000
Octal 337 247 160
Decimal 223 167 112
Hex DF A7 70

RGB Percentages of Color #dfa770

%44.42
%33.27
%22.31

CMYK Percentages of Color #dfa770

%0
%25
%50
%13

Triadic Colors of #dfa770

#dfa770 #70dfa7 #a770df

Analogous Colors of #dfa770

#dfa770 #dfdf70 #df7071

Monochromatic Colors of #dfa770

#dfa770

Complementary Color

#dfa770 #70a8df

#dfa770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa770 Color CSS Codes

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

#dfa770 Text Font Color

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

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


#dfa770 Background Color

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

This div background color is #dfa770


#dfa770 Border Color

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

This div border color is #dfa770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa770


Comments

No comments written yet.

Please login to write comment.