Color Hex Logo

#dfa470 Color Hex

#DFA470
(223,164,112)
0 Favorites   0 Comments

Color spaces of #dfa470

RGB 223164112
HSL0.080.630.66
HSV28°50°87°
CMYK 0.000.260.50   0.13
XYZ46.631543.408721.2502
Yxy43.40870.41900.3900
Hunter Lab65.885311.037426.9967
CIE-Lab71.831515.767635.4230

#dfa470 color RGB value is (223,164,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01110000
Octal 337 244 160
Decimal 223 164 112
Hex DF A4 70

RGB Percentages of Color #dfa470

%44.69
%32.87
%22.44

CMYK Percentages of Color #dfa470

%0
%26
%50
%13

Triadic Colors of #dfa470

#dfa470 #70dfa4 #a470df

Analogous Colors of #dfa470

#dfa470 #dfdc70 #df7074

Monochromatic Colors of #dfa470

#dfa470

Complementary Color

#dfa470 #70abdf

#dfa470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa470 Color CSS Codes

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

#dfa470 Text Font Color

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

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


#dfa470 Background Color

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

This div background color is #dfa470


#dfa470 Border Color

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

This div border color is #dfa470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,164,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 #dfa470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa470


Comments

No comments written yet.

Please login to write comment.