Color Hex Logo

#dca602 Color Hex

#DCA602
(220,166,2)
0 Favorites   0 Comments

Color spaces of #dca602

RGB 2201662
HSL0.130.980.44
HSV45°99°86°
CMYK 0.000.250.99   0.14
XYZ43.162442.49255.9844
Yxy42.49250.47100.4637
Hunter Lab65.18634.115940.1873
CIE-Lab71.20928.417974.3192

#dca602 color RGB value is (220,166,2).

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

The process color (four color CMYK) of #dca602 color hex is 0.00, 0.25, 0.99, 0.14. Web safe color of #dca602 is #cc9900. Color #dca602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00000010
Octal 334 246 2
Decimal 220 166 2
Hex DC A6 2

RGB Percentages of Color #dca602

%56.70
%42.78
%0.52

CMYK Percentages of Color #dca602

%0
%25
%99
%14

Triadic Colors of #dca602

#dca602 #02dca6 #a602dc

Analogous Colors of #dca602

#dca602 #a5dc02 #dc3902

Monochromatic Colors of #dca602

#dca602

Complementary Color

#dca602 #0238dc

#dca602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca602 Color CSS Codes

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

#dca602 Text Font Color

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

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


#dca602 Background Color

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

This div background color is #dca602


#dca602 Border Color

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

This div border color is #dca602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca602


Comments

No comments written yet.

Please login to write comment.