Color Hex Logo

#dca10e Color Hex

#DCA10E
(220,161,14)
0 Favorites   0 Comments

Color spaces of #dca10e

RGB 22016114
HSL0.120.880.46
HSV43°94°86°
CMYK 0.000.270.94   0.14
XYZ42.339340.73716.0470
Yxy40.73710.47510.4571
Hunter Lab63.82566.714739.0607
CIE-Lab69.991311.208571.9553

#dca10e color RGB value is (220,161,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00001110
Octal 334 241 16
Decimal 220 161 14
Hex DC A1 E

RGB Percentages of Color #dca10e

%55.70
%40.76
%3.54

CMYK Percentages of Color #dca10e

%0
%27
%94
%14

Triadic Colors of #dca10e

#dca10e #0edca1 #a10edc

Analogous Colors of #dca10e

#dca10e #b0dc0e #dc3a0e

Monochromatic Colors of #dca10e

#dca10e

Complementary Color

#dca10e #0e49dc

#dca10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca10e Color CSS Codes

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

#dca10e Text Font Color

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

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


#dca10e Background Color

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

This div background color is #dca10e


#dca10e Border Color

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

This div border color is #dca10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca10e


Comments

No comments written yet.

Please login to write comment.