Color Hex Logo

#dcac44 Color Hex

#DCAC44
(220,172,68)
0 Favorites   0 Comments

Color spaces of #dcac44

RGB 22017268
HSL0.110.680.56
HSV41°69°86°
CMYK 0.000.220.69   0.14
XYZ45.311145.138011.7932
Yxy45.13800.44320.4415
Hunter Lab67.18482.811436.6220
CIE-Lab72.98277.047958.0831

#dcac44 color RGB value is (220,172,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01000100
Octal 334 254 104
Decimal 220 172 68
Hex DC AC 44

RGB Percentages of Color #dcac44

%47.83
%37.39
%14.78

CMYK Percentages of Color #dcac44

%0
%22
%69
%14

Triadic Colors of #dcac44

#dcac44 #44dcac #ac44dc

Analogous Colors of #dcac44

#dcac44 #c0dc44 #dc6044

Monochromatic Colors of #dcac44

#dcac44

Complementary Color

#dcac44 #4474dc

#dcac44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac44 Color CSS Codes

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

#dcac44 Text Font Color

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

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


#dcac44 Background Color

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

This div background color is #dcac44


#dcac44 Border Color

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

This div border color is #dcac44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac44


Comments

No comments written yet.

Please login to write comment.