Color Hex Logo

#dcac51 Color Hex

#DCAC51
(220,172,81)
0 Favorites   0 Comments

Color spaces of #dcac51

RGB 22017281
HSL0.110.670.59
HSV39°63°86°
CMYK 0.000.220.63   0.14
XYZ45.752945.314814.1198
Yxy45.31480.43500.4308
Hunter Lab67.31633.517834.6851
CIE-Lab73.09877.813152.3861

#dcac51 color RGB value is (220,172,81).

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

The process color (four color CMYK) of #dcac51 color hex is 0.00, 0.22, 0.63, 0.14. Web safe color of #dcac51 is #cc9966. Color #dcac51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01010001
Octal 334 254 121
Decimal 220 172 81
Hex DC AC 51

RGB Percentages of Color #dcac51

%46.51
%36.36
%17.12

CMYK Percentages of Color #dcac51

%0
%22
%63
%14

Triadic Colors of #dcac51

#dcac51 #51dcac #ac51dc

Analogous Colors of #dcac51

#dcac51 #c7dc51 #dc6751

Monochromatic Colors of #dcac51

#dcac51

Complementary Color

#dcac51 #5181dc

#dcac51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac51 Color CSS Codes

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

#dcac51 Text Font Color

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

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


#dcac51 Background Color

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

This div background color is #dcac51


#dcac51 Border Color

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

This div border color is #dcac51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac51


Comments

No comments written yet.

Please login to write comment.