Color Hex Logo

#dca671 Color Hex

#DCA671
(220,166,113)
0 Favorites   0 Comments

Color spaces of #dca671

RGB 220166113
HSL0.080.600.65
HSV30°49°86°
CMYK 0.000.250.49   0.14
XYZ46.132143.680321.6225
Yxy43.68030.41400.3920
Hunter Lab66.09118.935126.8663
CIE-Lab72.014313.566935.0646

#dca671 color RGB value is (220,166,113).

#dca671 hex color red value is 220, green value is 166 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dca671 hue: 0.08 , saturation: 0.60 and the lightness value of dca671 is 0.65.

The process color (four color CMYK) of #dca671 color hex is 0.00, 0.25, 0.49, 0.14. Web safe color of #dca671 is #cc9966. Color #dca671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01110001
Octal 334 246 161
Decimal 220 166 113
Hex DC A6 71

RGB Percentages of Color #dca671

%44.09
%33.27
%22.65

CMYK Percentages of Color #dca671

%0
%25
%49
%14

Triadic Colors of #dca671

#dca671 #71dca6 #a671dc

Analogous Colors of #dca671

#dca671 #dcdc71 #dc7172

Monochromatic Colors of #dca671

#dca671

Complementary Color

#dca671 #71a7dc

#dca671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca671 Color CSS Codes

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

#dca671 Text Font Color

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

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


#dca671 Background Color

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

This div background color is #dca671


#dca671 Border Color

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

This div border color is #dca671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca671


Comments

No comments written yet.

Please login to write comment.