Color Hex Logo

#dca705 Color Hex

#DCA705
(220,167,5)
0 Favorites   0 Comments

Color spaces of #dca705

RGB 2201675
HSL0.130.960.44
HSV45°98°86°
CMYK 0.000.240.98   0.14
XYZ43.361342.86406.1318
Yxy42.86400.46950.4641
Hunter Lab65.47063.647340.2765
CIE-Lab71.46267.915174.1369

#dca705 color RGB value is (220,167,5).

#dca705 hex color red value is 220, green value is 167 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dca705 hue: 0.13 , saturation: 0.96 and the lightness value of dca705 is 0.44.

The process color (four color CMYK) of #dca705 color hex is 0.00, 0.24, 0.98, 0.14. Web safe color of #dca705 is #cc9900. Color #dca705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00000101
Octal 334 247 5
Decimal 220 167 5
Hex DC A7 5

RGB Percentages of Color #dca705

%56.12
%42.60
%1.28

CMYK Percentages of Color #dca705

%0
%24
%98
%14

Triadic Colors of #dca705

#dca705 #05dca7 #a705dc

Analogous Colors of #dca705

#dca705 #a6dc05 #dc3b05

Monochromatic Colors of #dca705

#dca705

Complementary Color

#dca705 #053adc

#dca705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca705 Color CSS Codes

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

#dca705 Text Font Color

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

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


#dca705 Background Color

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

This div background color is #dca705


#dca705 Border Color

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

This div border color is #dca705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca705


Comments

No comments written yet.

Please login to write comment.