Color Hex Logo

#dca674 Color Hex

#DCA674
(220,166,116)
0 Favorites   0 Comments

Color spaces of #dca674

RGB 220166116
HSL0.080.600.66
HSV29°47°86°
CMYK 0.000.250.47   0.14
XYZ46.303843.749022.5269
Yxy43.74900.41130.3886
Hunter Lab66.14309.209626.1072
CIE-Lab72.060413.855033.5394

#dca674 color RGB value is (220,166,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01110100
Octal 334 246 164
Decimal 220 166 116
Hex DC A6 74

RGB Percentages of Color #dca674

%43.82
%33.07
%23.11

CMYK Percentages of Color #dca674

%0
%25
%47
%14

Triadic Colors of #dca674

#dca674 #74dca6 #a674dc

Analogous Colors of #dca674

#dca674 #dcda74 #dc7476

Monochromatic Colors of #dca674

#dca674

Complementary Color

#dca674 #74aadc

#dca674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca674 Color CSS Codes

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

#dca674 Text Font Color

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

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


#dca674 Background Color

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

This div background color is #dca674


#dca674 Border Color

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

This div border color is #dca674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca674


Comments

No comments written yet.

Please login to write comment.