Color Hex Logo

#dca555 Color Hex

#DCA555
(220,165,85)
0 Favorites   0 Comments

Color spaces of #dca555

RGB 22016585
HSL0.100.660.60
HSV36°61°86°
CMYK 0.000.250.61   0.14
XYZ44.610042.781814.5008
Yxy42.78180.43780.4199
Hunter Lab65.40787.278532.6410
CIE-Lab71.406611.816148.5662

#dca555 color RGB value is (220,165,85).

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

The process color (four color CMYK) of #dca555 color hex is 0.00, 0.25, 0.61, 0.14. Web safe color of #dca555 is #cc9966. Color #dca555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01010101
Octal 334 245 125
Decimal 220 165 85
Hex DC A5 55

RGB Percentages of Color #dca555

%46.81
%35.11
%18.09

CMYK Percentages of Color #dca555

%0
%25
%61
%14

Triadic Colors of #dca555

#dca555 #55dca5 #a555dc

Analogous Colors of #dca555

#dca555 #d0dc55 #dc6255

Monochromatic Colors of #dca555

#dca555

Complementary Color

#dca555 #558cdc

#dca555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca555 Color CSS Codes

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

#dca555 Text Font Color

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

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


#dca555 Background Color

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

This div background color is #dca555


#dca555 Border Color

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

This div border color is #dca555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca555


Comments

No comments written yet.

Please login to write comment.