Color Hex Logo

#dfc171 Color Hex

#DFC171
(223,193,113)
0 Favorites   0 Comments

Color spaces of #dfc171

RGB 223193113
HSL0.120.630.66
HSV44°49°87°
CMYK 0.000.130.49   0.13
XYZ52.482055.020223.4766
Yxy55.02020.40070.4201
Hunter Lab74.1756-3.511933.1576
CIE-Lab79.05290.487643.9560

#dfc171 color RGB value is (223,193,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 01110001
Octal 337 301 161
Decimal 223 193 113
Hex DF C1 71

RGB Percentages of Color #dfc171

%42.16
%36.48
%21.36

CMYK Percentages of Color #dfc171

%0
%13
%49
%13

Triadic Colors of #dfc171

#dfc171 #71dfc1 #c171df

Analogous Colors of #dfc171

#dfc171 #c6df71 #df8a71

Monochromatic Colors of #dfc171

#dfc171

Complementary Color

#dfc171 #718fdf

#dfc171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc171 Color CSS Codes

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

#dfc171 Text Font Color

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

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


#dfc171 Background Color

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

This div background color is #dfc171


#dfc171 Border Color

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

This div border color is #dfc171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc171


Comments

No comments written yet.

Please login to write comment.