Color Hex Logo

#dca679 Color Hex

#DCA679
(220,166,121)
0 Favorites   0 Comments

Color spaces of #dca679

RGB 220166121
HSL0.080.590.67
HSV27°45°86°
CMYK 0.000.250.45   0.14
XYZ46.602643.868624.1004
Yxy43.86860.40680.3829
Hunter Lab66.23349.686324.7895
CIE-Lab72.140614.353930.9853

#dca679 color RGB value is (220,166,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01111001
Octal 334 246 171
Decimal 220 166 121
Hex DC A6 79

RGB Percentages of Color #dca679

%43.39
%32.74
%23.87

CMYK Percentages of Color #dca679

%0
%25
%45
%14

Triadic Colors of #dca679

#dca679 #79dca6 #a679dc

Analogous Colors of #dca679

#dca679 #dcd879 #dc797e

Monochromatic Colors of #dca679

#dca679

Complementary Color

#dca679 #79afdc

#dca679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca679 Color CSS Codes

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

#dca679 Text Font Color

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

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


#dca679 Background Color

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

This div background color is #dca679


#dca679 Border Color

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

This div border color is #dca679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca679


Comments

No comments written yet.

Please login to write comment.