Color Hex Logo

#dca91f Color Hex

#DCA91F
(220,169,31)
0 Favorites   0 Comments

Color spaces of #dca91f

RGB 22016931
HSL0.120.750.49
HSV44°86°86°
CMYK 0.000.230.86   0.14
XYZ43.950543.69057.4130
Yxy43.69050.46240.4596
Hunter Lab66.09883.015639.6198
CIE-Lab72.02117.243070.0946

#dca91f color RGB value is (220,169,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00011111
Octal 334 251 37
Decimal 220 169 31
Hex DC A9 1F

RGB Percentages of Color #dca91f

%52.38
%40.24
%7.38

CMYK Percentages of Color #dca91f

%0
%23
%86
%14

Triadic Colors of #dca91f

#dca91f #1fdca9 #a91fdc

Analogous Colors of #dca91f

#dca91f #b1dc1f #dc4a1f

Monochromatic Colors of #dca91f

#dca91f

Complementary Color

#dca91f #1f52dc

#dca91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca91f Color CSS Codes

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

#dca91f Text Font Color

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

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


#dca91f Background Color

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

This div background color is #dca91f


#dca91f Border Color

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

This div border color is #dca91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca91f


Comments

No comments written yet.

Please login to write comment.