Color Hex Logo

#dfc571 Color Hex

#DFC571
(223,197,113)
0 Favorites   0 Comments

Color spaces of #dfc571

RGB 223197113
HSL0.130.630.66
HSV46°49°87°
CMYK 0.000.120.49   0.13
XYZ53.378356.812723.7754
Yxy56.81270.39840.4241
Hunter Lab75.3742-5.495234.0600
CIE-Lab80.0741-1.592245.2101

#dfc571 color RGB value is (223,197,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01110001
Octal 337 305 161
Decimal 223 197 113
Hex DF C5 71

RGB Percentages of Color #dfc571

%41.84
%36.96
%21.20

CMYK Percentages of Color #dfc571

%0
%12
%49
%13

Triadic Colors of #dfc571

#dfc571 #71dfc5 #c571df

Analogous Colors of #dfc571

#dfc571 #c2df71 #df8e71

Monochromatic Colors of #dfc571

#dfc571

Complementary Color

#dfc571 #718bdf

#dfc571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc571 Color CSS Codes

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

#dfc571 Text Font Color

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

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


#dfc571 Background Color

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

This div background color is #dfc571


#dfc571 Border Color

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

This div border color is #dfc571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc571


Comments

No comments written yet.

Please login to write comment.