Color Hex Logo

#dca32e Color Hex

#DCA32E
(220,163,46)
0 Favorites   0 Comments

Color spaces of #dca32e

RGB 22016346
HSL0.110.710.52
HSV40°79°86°
CMYK 0.000.260.79   0.14
XYZ43.105541.60738.3439
Yxy41.60730.46320.4471
Hunter Lab64.50376.403637.4831
CIE-Lab70.599310.877664.3586

#dca32e color RGB value is (220,163,46).

#dca32e hex color red value is 220, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dca32e hue: 0.11 , saturation: 0.71 and the lightness value of dca32e is 0.52.

The process color (four color CMYK) of #dca32e color hex is 0.00, 0.26, 0.79, 0.14. Web safe color of #dca32e is #cc9933. Color #dca32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00101110
Octal 334 243 56
Decimal 220 163 46
Hex DC A3 2E

RGB Percentages of Color #dca32e

%51.28
%38.00
%10.72

CMYK Percentages of Color #dca32e

%0
%26
%79
%14

Triadic Colors of #dca32e

#dca32e #2edca3 #a32edc

Analogous Colors of #dca32e

#dca32e #bedc2e #dc4c2e

Monochromatic Colors of #dca32e

#dca32e

Complementary Color

#dca32e #2e67dc

#dca32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca32e Color CSS Codes

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

#dca32e Text Font Color

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

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


#dca32e Background Color

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

This div background color is #dca32e


#dca32e Border Color

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

This div border color is #dca32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca32e


Comments

No comments written yet.

Please login to write comment.