Color Hex Logo

#dca953 Color Hex

#DCA953
(220,169,83)
0 Favorites   0 Comments

Color spaces of #dca953

RGB 22016983
HSL0.100.660.59
HSV38°62°86°
CMYK 0.000.230.62   0.14
XYZ45.264544.216114.3325
Yxy44.21610.43600.4259
Hunter Lab66.49525.141733.7672
CIE-Lab72.37279.543150.6286

#dca953 color RGB value is (220,169,83).

#dca953 hex color red value is 220, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dca953 hue: 0.10 , saturation: 0.66 and the lightness value of dca953 is 0.59.

The process color (four color CMYK) of #dca953 color hex is 0.00, 0.23, 0.62, 0.14. Web safe color of #dca953 is #cc9966. Color #dca953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01010011
Octal 334 251 123
Decimal 220 169 83
Hex DC A9 53

RGB Percentages of Color #dca953

%46.61
%35.81
%17.58

CMYK Percentages of Color #dca953

%0
%23
%62
%14

Triadic Colors of #dca953

#dca953 #53dca9 #a953dc

Analogous Colors of #dca953

#dca953 #cbdc53 #dc6553

Monochromatic Colors of #dca953

#dca953

Complementary Color

#dca953 #5386dc

#dca953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca953 Color CSS Codes

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

#dca953 Text Font Color

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

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


#dca953 Background Color

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

This div background color is #dca953


#dca953 Border Color

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

This div border color is #dca953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca953


Comments

No comments written yet.

Please login to write comment.