Color Hex Logo

#dca646 Color Hex

#DCA646
(220,166,70)
0 Favorites   0 Comments

Color spaces of #dca646

RGB 22016670
HSL0.110.680.57
HSV38°68°86°
CMYK 0.000.250.68   0.14
XYZ44.256942.930311.7481
Yxy42.93030.44730.4339
Hunter Lab65.52125.907335.2340
CIE-Lab71.507610.352855.6616

#dca646 color RGB value is (220,166,70).

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

The process color (four color CMYK) of #dca646 color hex is 0.00, 0.25, 0.68, 0.14. Web safe color of #dca646 is #cc9933. Color #dca646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01000110
Octal 334 246 106
Decimal 220 166 70
Hex DC A6 46

RGB Percentages of Color #dca646

%48.25
%36.40
%15.35

CMYK Percentages of Color #dca646

%0
%25
%68
%14

Triadic Colors of #dca646

#dca646 #46dca6 #a646dc

Analogous Colors of #dca646

#dca646 #c7dc46 #dc5b46

Monochromatic Colors of #dca646

#dca646

Complementary Color

#dca646 #467cdc

#dca646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca646 Color CSS Codes

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

#dca646 Text Font Color

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

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


#dca646 Background Color

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

This div background color is #dca646


#dca646 Border Color

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

This div border color is #dca646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca646


Comments

No comments written yet.

Please login to write comment.