Color Hex Logo

#dca759 Color Hex

#DCA759
(220,167,89)
0 Favorites   0 Comments

Color spaces of #dca759

RGB 22016789
HSL0.100.650.61
HSV36°60°86°
CMYK 0.000.240.60   0.14
XYZ45.137143.574315.4829
Yxy43.57430.43320.4182
Hunter Lab66.01086.536332.3011
CIE-Lab71.943011.028447.2355

#dca759 color RGB value is (220,167,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01011001
Octal 334 247 131
Decimal 220 167 89
Hex DC A7 59

RGB Percentages of Color #dca759

%46.22
%35.08
%18.70

CMYK Percentages of Color #dca759

%0
%24
%60
%14

Triadic Colors of #dca759

#dca759 #59dca7 #a759dc

Analogous Colors of #dca759

#dca759 #d0dc59 #dc6659

Monochromatic Colors of #dca759

#dca759

Complementary Color

#dca759 #598edc

#dca759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca759 Color CSS Codes

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

#dca759 Text Font Color

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

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


#dca759 Background Color

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

This div background color is #dca759


#dca759 Border Color

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

This div border color is #dca759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca759


Comments

No comments written yet.

Please login to write comment.