Color Hex Logo

#dcac67 Color Hex

#DCAC67
(220,172,103)
0 Favorites   0 Comments

Color spaces of #dcac67

RGB 220172103
HSL0.100.630.63
HSV35°53°86°
CMYK 0.000.220.53   0.14
XYZ46.715945.700019.1907
Yxy45.70000.41860.4095
Hunter Lab67.60185.048530.4901
CIE-Lab73.35049.458241.9177

#dcac67 color RGB value is (220,172,103).

#dcac67 hex color red value is 220, green value is 172 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dcac67 hue: 0.10 , saturation: 0.63 and the lightness value of dcac67 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01100111
Octal 334 254 147
Decimal 220 172 103
Hex DC AC 67

RGB Percentages of Color #dcac67

%44.44
%34.75
%20.81

CMYK Percentages of Color #dcac67

%0
%22
%53
%14

Triadic Colors of #dcac67

#dcac67 #67dcac #ac67dc

Analogous Colors of #dcac67

#dcac67 #d2dc67 #dc7267

Monochromatic Colors of #dcac67

#dcac67

Complementary Color

#dcac67 #6797dc

#dcac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac67 Color CSS Codes

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

#dcac67 Text Font Color

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

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


#dcac67 Background Color

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

This div background color is #dcac67


#dcac67 Border Color

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

This div border color is #dcac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac67


Comments

No comments written yet.

Please login to write comment.