Color Hex Logo

#dca259 Color Hex

#DCA259
(220,162,89)
0 Favorites   0 Comments

Color spaces of #dca259

RGB 22016289
HSL0.090.650.61
HSV33°60°86°
CMYK 0.000.260.60   0.14
XYZ44.238741.777615.1834
Yxy41.77760.43710.4128
Hunter Lab64.63569.058931.3172
CIE-Lab70.717313.706245.7997

#dca259 color RGB value is (220,162,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01011001
Octal 334 242 131
Decimal 220 162 89
Hex DC A2 59

RGB Percentages of Color #dca259

%46.71
%34.39
%18.90

CMYK Percentages of Color #dca259

%0
%26
%60
%14

Triadic Colors of #dca259

#dca259 #59dca2 #a259dc

Analogous Colors of #dca259

#dca259 #d5dc59 #dc6159

Monochromatic Colors of #dca259

#dca259

Complementary Color

#dca259 #5993dc

#dca259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca259 Color CSS Codes

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

#dca259 Text Font Color

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

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


#dca259 Background Color

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

This div background color is #dca259


#dca259 Border Color

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

This div border color is #dca259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca259


Comments

No comments written yet.

Please login to write comment.