Color Hex Logo

#dca70e Color Hex

#DCA70E
(220,167,14)
0 Favorites   0 Comments

Color spaces of #dca70e

RGB 22016714
HSL0.120.880.46
HSV45°94°86°
CMYK 0.000.240.94   0.14
XYZ43.413242.88486.4049
Yxy42.88480.46830.4626
Hunter Lab65.48653.732340.0417
CIE-Lab71.47678.007673.0396

#dca70e color RGB value is (220,167,14).

#dca70e hex color red value is 220, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dca70e hue: 0.12 , saturation: 0.88 and the lightness value of dca70e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00001110
Octal 334 247 16
Decimal 220 167 14
Hex DC A7 E

RGB Percentages of Color #dca70e

%54.86
%41.65
%3.49

CMYK Percentages of Color #dca70e

%0
%24
%94
%14

Triadic Colors of #dca70e

#dca70e #0edca7 #a70edc

Analogous Colors of #dca70e

#dca70e #aadc0e #dc400e

Monochromatic Colors of #dca70e

#dca70e

Complementary Color

#dca70e #0e43dc

#dca70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca70e Color CSS Codes

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

#dca70e Text Font Color

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

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


#dca70e Background Color

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

This div background color is #dca70e


#dca70e Border Color

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

This div border color is #dca70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca70e


Comments

No comments written yet.

Please login to write comment.