Color Hex Logo

#dca005 Color Hex

#DCA005
(220,160,5)
0 Favorites   0 Comments

Color spaces of #dca005

RGB 2201605
HSL0.120.960.44
HSV43°98°86°
CMYK 0.000.270.98   0.14
XYZ42.113440.36825.7158
Yxy40.36820.47750.4577
Hunter Lab63.53607.126839.1414
CIE-Lab69.731011.650472.9257

#dca005 color RGB value is (220,160,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00000101
Octal 334 240 5
Decimal 220 160 5
Hex DC A0 5

RGB Percentages of Color #dca005

%57.14
%41.56
%1.30

CMYK Percentages of Color #dca005

%0
%27
%98
%14

Triadic Colors of #dca005

#dca005 #05dca0 #a005dc

Analogous Colors of #dca005

#dca005 #addc05 #dc3405

Monochromatic Colors of #dca005

#dca005

Complementary Color

#dca005 #0541dc

#dca005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca005 Color CSS Codes

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

#dca005 Text Font Color

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

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


#dca005 Background Color

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

This div background color is #dca005


#dca005 Border Color

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

This div border color is #dca005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca005


Comments

No comments written yet.

Please login to write comment.