Color Hex Logo

#dca359 Color Hex

#DCA359
(220,163,89)
0 Favorites   0 Comments

Color spaces of #dca359

RGB 22016389
HSL0.090.650.61
HSV34°60°86°
CMYK 0.000.260.60   0.14
XYZ44.415642.131315.2424
Yxy42.13130.43630.4139
Hunter Lab64.90868.553731.5131
CIE-Lab70.961413.170246.0863

#dca359 color RGB value is (220,163,89).

#dca359 hex color red value is 220, green value is 163 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dca359 hue: 0.09 , saturation: 0.65 and the lightness value of dca359 is 0.61.

The process color (four color CMYK) of #dca359 color hex is 0.00, 0.26, 0.60, 0.14. Web safe color of #dca359 is #cc9966. Color #dca359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01011001
Octal 334 243 131
Decimal 220 163 89
Hex DC A3 59

RGB Percentages of Color #dca359

%46.61
%34.53
%18.86

CMYK Percentages of Color #dca359

%0
%26
%60
%14

Triadic Colors of #dca359

#dca359 #59dca3 #a359dc

Analogous Colors of #dca359

#dca359 #d4dc59 #dc6259

Monochromatic Colors of #dca359

#dca359

Complementary Color

#dca359 #5992dc

#dca359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca359 Color CSS Codes

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

#dca359 Text Font Color

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

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


#dca359 Background Color

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

This div background color is #dca359


#dca359 Border Color

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

This div border color is #dca359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca359


Comments

No comments written yet.

Please login to write comment.