Color Hex Logo

#dfc671 Color Hex

#DFC671
(223,198,113)
0 Favorites   0 Comments

Color spaces of #dfc671

RGB 223198113
HSL0.130.630.66
HSV46°49°87°
CMYK 0.000.110.49   0.13
XYZ53.606157.268423.8513
Yxy57.26840.39790.4251
Hunter Lab75.6759-5.989834.2863
CIE-Lab80.3303-2.110545.5238

#dfc671 color RGB value is (223,198,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01110001
Octal 337 306 161
Decimal 223 198 113
Hex DF C6 71

RGB Percentages of Color #dfc671

%41.76
%37.08
%21.16

CMYK Percentages of Color #dfc671

%0
%11
%49
%13

Triadic Colors of #dfc671

#dfc671 #71dfc6 #c671df

Analogous Colors of #dfc671

#dfc671 #c1df71 #df8f71

Monochromatic Colors of #dfc671

#dfc671

Complementary Color

#dfc671 #718adf

#dfc671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc671 Color CSS Codes

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

#dfc671 Text Font Color

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

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


#dfc671 Background Color

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

This div background color is #dfc671


#dfc671 Border Color

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

This div border color is #dfc671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc671


Comments

No comments written yet.

Please login to write comment.