Color Hex Logo

#dca71e Color Hex

#DCA71E
(220,167,30)
0 Favorites   0 Comments

Color spaces of #dca71e

RGB 22016730
HSL0.120.760.49
HSV43°86°86°
CMYK 0.000.240.86   0.14
XYZ43.568342.94687.2216
Yxy42.94680.46480.4582
Hunter Lab65.53383.986539.3401
CIE-Lab71.51888.284069.9376

#dca71e color RGB value is (220,167,30).

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

The process color (four color CMYK) of #dca71e color hex is 0.00, 0.24, 0.86, 0.14. Web safe color of #dca71e is #cc9933. Color #dca71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00011110
Octal 334 247 36
Decimal 220 167 30
Hex DC A7 1E

RGB Percentages of Color #dca71e

%52.76
%40.05
%7.19

CMYK Percentages of Color #dca71e

%0
%24
%86
%14

Triadic Colors of #dca71e

#dca71e #1edca7 #a71edc

Analogous Colors of #dca71e

#dca71e #b2dc1e #dc481e

Monochromatic Colors of #dca71e

#dca71e

Complementary Color

#dca71e #1e53dc

#dca71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca71e Color CSS Codes

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

#dca71e Text Font Color

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

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


#dca71e Background Color

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

This div background color is #dca71e


#dca71e Border Color

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

This div border color is #dca71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca71e


Comments

No comments written yet.

Please login to write comment.