Color Hex Logo

#dca704 Color Hex

#DCA704
(220,167,4)
0 Favorites   0 Comments

Color spaces of #dca704

RGB 2201674
HSL0.130.960.44
HSV45°98°86°
CMYK 0.000.240.98   0.14
XYZ43.355842.86186.1029
Yxy42.86180.46960.4643
Hunter Lab65.46893.638340.3013
CIE-Lab71.46117.905374.2549

#dca704 color RGB value is (220,167,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00000100
Octal 334 247 4
Decimal 220 167 4
Hex DC A7 4

RGB Percentages of Color #dca704

%56.27
%42.71
%1.02

CMYK Percentages of Color #dca704

%0
%24
%98
%14

Triadic Colors of #dca704

#dca704 #04dca7 #a704dc

Analogous Colors of #dca704

#dca704 #a5dc04 #dc3b04

Monochromatic Colors of #dca704

#dca704

Complementary Color

#dca704 #0439dc

#dca704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca704 Color CSS Codes

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

#dca704 Text Font Color

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

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


#dca704 Background Color

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

This div background color is #dca704


#dca704 Border Color

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

This div border color is #dca704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca704


Comments

No comments written yet.

Please login to write comment.