Color Hex Logo

#dca35e Color Hex

#DCA35E
(220,163,94)
0 Favorites   0 Comments

Color spaces of #dca35e

RGB 22016394
HSL0.090.640.62
HSV33°57°86°
CMYK 0.000.260.57   0.14
XYZ44.632842.218216.3862
Yxy42.21820.43230.4089
Hunter Lab64.97558.907530.5305
CIE-Lab71.021113.544143.6541

#dca35e color RGB value is (220,163,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01011110
Octal 334 243 136
Decimal 220 163 94
Hex DC A3 5E

RGB Percentages of Color #dca35e

%46.12
%34.17
%19.71

CMYK Percentages of Color #dca35e

%0
%26
%57
%14

Triadic Colors of #dca35e

#dca35e #5edca3 #a35edc

Analogous Colors of #dca35e

#dca35e #d6dc5e #dc645e

Monochromatic Colors of #dca35e

#dca35e

Complementary Color

#dca35e #5e97dc

#dca35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca35e Color CSS Codes

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

#dca35e Text Font Color

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

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


#dca35e Background Color

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

This div background color is #dca35e


#dca35e Border Color

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

This div border color is #dca35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca35e


Comments

No comments written yet.

Please login to write comment.