Color Hex Logo

#dcac40 Color Hex

#DCAC40
(220,172,64)
0 Favorites   0 Comments

Color spaces of #dcac40

RGB 22017264
HSL0.120.690.56
HSV42°71°86°
CMYK 0.000.220.71   0.14
XYZ45.193145.090911.1720
Yxy45.09090.44540.4444
Hunter Lab67.14982.621937.1405
CIE-Lab72.95176.842059.7339

#dcac40 color RGB value is (220,172,64).

#dcac40 hex color red value is 220, green value is 172 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcac40 hue: 0.12 , saturation: 0.69 and the lightness value of dcac40 is 0.56.

The process color (four color CMYK) of #dcac40 color hex is 0.00, 0.22, 0.71, 0.14. Web safe color of #dcac40 is #cc9933. Color #dcac40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01000000
Octal 334 254 100
Decimal 220 172 64
Hex DC AC 40

RGB Percentages of Color #dcac40

%48.25
%37.72
%14.04

CMYK Percentages of Color #dcac40

%0
%22
%71
%14

Triadic Colors of #dcac40

#dcac40 #40dcac #ac40dc

Analogous Colors of #dcac40

#dcac40 #bedc40 #dc5e40

Monochromatic Colors of #dcac40

#dcac40

Complementary Color

#dcac40 #4070dc

#dcac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac40 Color CSS Codes

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

#dcac40 Text Font Color

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

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


#dcac40 Background Color

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

This div background color is #dcac40


#dcac40 Border Color

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

This div border color is #dcac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac40


Comments

No comments written yet.

Please login to write comment.