Color Hex Logo

#dca804 Color Hex

#DCA804
(220,168,4)
0 Favorites   0 Comments

Color spaces of #dca804

RGB 2201684
HSL0.130.960.44
HSV46°98°86°
CMYK 0.000.240.98   0.14
XYZ43.539743.22976.1642
Yxy43.22970.46850.4652
Hunter Lab65.74933.142840.4659
CIE-Lab71.71067.373174.4297

#dca804 color RGB value is (220,168,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00000100
Octal 334 250 4
Decimal 220 168 4
Hex DC A8 4

RGB Percentages of Color #dca804

%56.12
%42.86
%1.02

CMYK Percentages of Color #dca804

%0
%24
%98
%14

Triadic Colors of #dca804

#dca804 #04dca8 #a804dc

Analogous Colors of #dca804

#dca804 #a4dc04 #dc3c04

Monochromatic Colors of #dca804

#dca804

Complementary Color

#dca804 #0438dc

#dca804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca804 Color CSS Codes

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

#dca804 Text Font Color

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

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


#dca804 Background Color

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

This div background color is #dca804


#dca804 Border Color

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

This div border color is #dca804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca804


Comments

No comments written yet.

Please login to write comment.