Color Hex Logo

#dca644 Color Hex

#DCA644
(220,166,68)
0 Favorites   0 Comments

Color spaces of #dca644

RGB 22016668
HSL0.110.680.56
HSV39°69°86°
CMYK 0.000.250.69   0.14
XYZ44.194842.905411.4211
Yxy42.90540.44860.4355
Hunter Lab65.50225.806335.5136
CIE-Lab71.490710.244456.5241

#dca644 color RGB value is (220,166,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01000100
Octal 334 246 104
Decimal 220 166 68
Hex DC A6 44

RGB Percentages of Color #dca644

%48.46
%36.56
%14.98

CMYK Percentages of Color #dca644

%0
%25
%69
%14

Triadic Colors of #dca644

#dca644 #44dca6 #a644dc

Analogous Colors of #dca644

#dca644 #c6dc44 #dc5a44

Monochromatic Colors of #dca644

#dca644

Complementary Color

#dca644 #447adc

#dca644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca644 Color CSS Codes

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

#dca644 Text Font Color

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

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


#dca644 Background Color

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

This div background color is #dca644


#dca644 Border Color

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

This div border color is #dca644


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,166,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 #dca644">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca644


Comments

No comments written yet.

Please login to write comment.