Color Hex Logo

#dca680 Color Hex

#DCA680
(220,166,128)
0 Favorites   0 Comments

Color spaces of #dca680

RGB 220166128
HSL0.070.570.68
HSV25°42°86°
CMYK 0.000.250.42   0.14
XYZ47.047744.046626.4442
Yxy44.04660.40030.3747
Hunter Lab66.367610.394522.8332
CIE-Lab72.259615.092027.3893

#dca680 color RGB value is (220,166,128).

#dca680 hex color red value is 220, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dca680 hue: 0.07 , saturation: 0.57 and the lightness value of dca680 is 0.68.

The process color (four color CMYK) of #dca680 color hex is 0.00, 0.25, 0.42, 0.14. Web safe color of #dca680 is #cc9999. Color #dca680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10000000
Octal 334 246 200
Decimal 220 166 128
Hex DC A6 80

RGB Percentages of Color #dca680

%42.80
%32.30
%24.90

CMYK Percentages of Color #dca680

%0
%25
%42
%14

Triadic Colors of #dca680

#dca680 #80dca6 #a680dc

Analogous Colors of #dca680

#dca680 #dcd480 #dc8088

Monochromatic Colors of #dca680

#dca680

Complementary Color

#dca680 #80b6dc

#dca680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca680 Color CSS Codes

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

#dca680 Text Font Color

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

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


#dca680 Background Color

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

This div background color is #dca680


#dca680 Border Color

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

This div border color is #dca680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,166,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca680


Comments

No comments written yet.

Please login to write comment.