Color Hex Logo

#dfa471 Color Hex

#DFA471
(223,164,113)
0 Favorites   0 Comments

Color spaces of #dfa471

RGB 223164113
HSL0.080.630.66
HSV28°49°87°
CMYK 0.000.260.49   0.13
XYZ46.687543.431121.5451
Yxy43.43110.41810.3889
Hunter Lab65.902311.126726.7482
CIE-Lab71.846615.860334.9149

#dfa471 color RGB value is (223,164,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01110001
Octal 337 244 161
Decimal 223 164 113
Hex DF A4 71

RGB Percentages of Color #dfa471

%44.60
%32.80
%22.60

CMYK Percentages of Color #dfa471

%0
%26
%49
%13

Triadic Colors of #dfa471

#dfa471 #71dfa4 #a471df

Analogous Colors of #dfa471

#dfa471 #dfdb71 #df7175

Monochromatic Colors of #dfa471

#dfa471

Complementary Color

#dfa471 #71acdf

#dfa471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa471 Color CSS Codes

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

#dfa471 Text Font Color

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

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


#dfa471 Background Color

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

This div background color is #dfa471


#dfa471 Border Color

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

This div border color is #dfa471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa471


Comments

No comments written yet.

Please login to write comment.