Color Hex Logo

#dca502 Color Hex

#DCA502
(220,165,2)
0 Favorites   0 Comments

Color spaces of #dca502

RGB 2201652
HSL0.120.980.44
HSV45°99°86°
CMYK 0.000.250.99   0.14
XYZ42.981342.13035.9240
Yxy42.13030.47210.4628
Hunter Lab64.90794.612140.0242
CIE-Lab70.96078.950874.1475

#dca502 color RGB value is (220,165,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 00000010
Octal 334 245 2
Decimal 220 165 2
Hex DC A5 2

RGB Percentages of Color #dca502

%56.85
%42.64
%0.52

CMYK Percentages of Color #dca502

%0
%25
%99
%14

Triadic Colors of #dca502

#dca502 #02dca5 #a502dc

Analogous Colors of #dca502

#dca502 #a6dc02 #dc3802

Monochromatic Colors of #dca502

#dca502

Complementary Color

#dca502 #0239dc

#dca502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca502 Color CSS Codes

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

#dca502 Text Font Color

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

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


#dca502 Background Color

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

This div background color is #dca502


#dca502 Border Color

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

This div border color is #dca502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca502


Comments

No comments written yet.

Please login to write comment.