Color Hex Logo

#dca500 Color Hex

#DCA500
(220,165,0)
0 Favorites   0 Comments

Color spaces of #dca500

RGB 2201650
HSL0.131.000.43
HSV45°100°86°
CMYK 0.000.251.00   0.14
XYZ42.970342.12595.8663
Yxy42.12590.47240.4631
Hunter Lab64.90454.593940.0743
CIE-Lab70.95768.931174.3891

#dca500 color RGB value is (220,165,0).

#dca500 hex color red value is 220, green value is 165 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dca500 hue: 0.13 , saturation: 1.00 and the lightness value of dca500 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 00000000
Octal 334 245 0
Decimal 220 165 0
Hex DC A5 0

RGB Percentages of Color #dca500

%57.14
%42.86
%0.00

CMYK Percentages of Color #dca500

%0
%25
%100
%14

Triadic Colors of #dca500

#dca500 #00dca5 #a500dc

Analogous Colors of #dca500

#dca500 #a5dc00 #dc3700

Monochromatic Colors of #dca500

#dca500

Complementary Color

#dca500 #0037dc

#dca500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca500 Color CSS Codes

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

#dca500 Text Font Color

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

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


#dca500 Background Color

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

This div background color is #dca500


#dca500 Border Color

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

This div border color is #dca500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca500


Comments

No comments written yet.

Please login to write comment.